-
Notifications
You must be signed in to change notification settings - Fork 100
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
simplejson.errors.JSONDecodeError #31
Comments
For me this was caused by not setting all necessary Headers, such as Cookie etc. |
@ivonutar For me it ran for half an hour without an issue. Only then this exception was thrown. |
Having the same issue as @Seminko. Running with the authorization header with no issues at first. |
server starts blocking your requests after some probing. This is especially true with multipple concurrent requests (it throws 403 error which is not handled by clairvoyance) |
A separate exception would be nice to actually know what caused the JSONDecodeError. |
The text was updated successfully, but these errors were encountered: