Replies: 1 comment 7 replies
-
can you give any more information? any filters? version? operating system? how you installed? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
On a IKEA's site for a piece of furniture, i try to monitor the stock. i get the following:
Exception: 'ascii' codec can't encode character '\xe5' in position 148: ordinal not in range(128)
I read the docs and with my limited knowledge of all this, it doesn't seem like this, or something like it is mentioned. I asked ChatGPT and was advised to try this in request headers:
Accept-Charset: UTF-8
Accept-Language: en-US,en;q=0.9
Content-Type: text/html; charset=UTF-8
Which did not help.
Exact link: https://www.ikea.com/dk/da/p/billy-reol-med-lager-vitlager-hvid-s69398837/
However all of the danish IKEA sites should produce the same error, since it has something to do with the danish letters.
How can i resolve this?
Beta Was this translation helpful? Give feedback.
All reactions