-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list index out of range | KeyError: 'page' #68
Comments
As suggested to me, I've tried the fork made by memerememe but no change yet. I also tried different countries including mine in the settings.json (I'm in France). |
I saw a reply to on one of a similar issue raised in the issues page which said, using a vpn fixed it for them or using a proxy.txt file and setting the settings.conf "proxy_links" and "proxy_images" to 1. Another proposed fix is also uncommenting the faulty line(however not recommended as possible "risky" as mentioned by the person): |
I tried it with a vpn for italy, germany and UK but the error has not changed.
When I comment the 58 line
but It's still stucked on a |
maybe this will help |
Trying to make it work on windows 10, python 3.9.9
Initially, I had no error prompted, just this output:
After adding Exception and traceback printing to start function (line 163), I eventually noticed a strange issue with the self.head was not set in the rest of the program, even if I call resethead(), self.head still doesn't exist.
So I add a self.head definition in the init function of the class. Now I got an error similar as other issues reported here.
I tried to replace the code as suggested in #60
but now I had this error log:
I don't know what the
jsonResponse
should be but I've printed it and there is no attribute "page".The text was updated successfully, but these errors were encountered: