-
Notifications
You must be signed in to change notification settings - Fork 15
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
JSONDecode error when pulling user DB #46
Comments
Yeah, I've been looking into it. Near as I can tell, sometimes cloudflare caches an incomplete copy of the artists index API call and returns it. And cloudflare keeps ignoring the no-cache headers. There's actually a funny comment from the devs on the endpoint ranting about cloudflare hating json. I'll let you know if I get anywhere with it. Right now I usually just take a break from trying, wait five minutes or so then it starts working again. |
Some users have so many posts that the server returns 429 and it breaks trying to generate the posts, and then it fails if you try to pull the db again immediately because again, the json is not json, but a 429 response. |
Very interesting! |
The way downloads break is by stalling with no traffic for some time, and then the connection breaks/times out, so it's different. |
Is this what the full_check flag is for? It seems like it checks if the file is complete. |
party coomer onlyfans icarlyreboot
gives JSONDecodeError: Unterminated string starting at: line 1 column 2603455 (char 2603454)
On Windows, latest version installed with pip command from Readme.
Would be awesome if you fix this. Thanks!
The text was updated successfully, but these errors were encountered: