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'm not the app's dev, but looking at what the app is doing, it seems like this should be a really simple fix; the app seems to be requesting http://xkcd.com/info.0.json , and failing because the website redirects it to the HTTPS version, https://xkcd.com/info.0.json . It does not follow the redirect.
The easy fix would be to correct the URL in getFinalComicUrl in xkcdViewer/src/main/java/net/bytten/xkcdviewer/XkcdComicProvider.java. I'll open a pull request for this but since I'm not the dev, I can't promise that it'll get in, and I don't have the build environment or the energy to maintain a fork of this.
Sophira
added a commit
to Sophira/XkcdViewer
that referenced
this issue
May 19, 2017
xkcd.com changed to using HTTPS some time ago; the change causes
XkcdViewer to fail with "Data returned from website didn't match
expected format" as the 301 redirect is attempted to be parsed as JSON,
which obviously fails.
While this isn't a complete fix, it should hopefully fix the app enough
for it to work again.
Fixestcoxon#70.
The app seems unable to retrieve any strip from the xkcd site since several days.
The text was updated successfully, but these errors were encountered: