You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running my own instance inside a docker image and articles don't load. I get the following error whenever I click an article link: INFO[0067] Error unmarshalling body from response invalid character '<' looking for beginning of value
I have to note that I am running an ARM system, so I had to modify the Dockerfile a little bit. Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
It is returning a body that includes these sorts of things:
<title>Just a moment...</title>
#challenge-success-text
#challenge-error-text
<span id="challenge-error-text">Enable JavaScript and cookies to continue</span>
Not the sort of thing an API should return. It looks like the request is being blocked, or put behind a captcha.
I'm not sure if it's the IP address of the server, or if there's something that can be configured to get it to work (like an API key).
I am running my own instance inside a docker image and articles don't load. I get the following error whenever I click an article link:
INFO[0067] Error unmarshalling body from response invalid character '<' looking for beginning of value
I have to note that I am running an ARM system, so I had to modify the Dockerfile a little bit. Any idea how to fix this?
The text was updated successfully, but these errors were encountered: