-
Notifications
You must be signed in to change notification settings - Fork 950
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
Remove "Maintype was not text, image, or querystring" exception. #281
Comments
Are you using 1.0.0? What version were you using when the code was working? |
I did a pip upgrade after it dint work today but that dint help. Right now I got 1.0.0 on pip freeze. Irrespective of that, the same query is working on the Graph API Explorer: https://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=johnkasich%2Fposts%3Ffields%3Dlikes.summary(true)%2Ccomments.summary(true)%2Cname%2Cmessage%2Ctype%2Cid%2Ccreated_time%2Cshares&version=v2.6 |
I ran the
This isn't an issues with |
@martey is there any quick fix for this? |
Worked when making limit to 25. earlier I used to get |
If you are referring to the fact that you might receive a generic error message, you could replace line 271 (that raises the generic error message) with |
What is left to do in this PR? |
The error handling of the lib is unfortunately still broken, can we agree on removing the generic error. It seems not to be possible to handle server errors like 50x I see 2 main issues in the main
Not sure when HTTPError will be raised because Further we need to get rid of this generic error, response context is lost:
|
I am getting this error but the same code was working perfectly fine in march.
The text was updated successfully, but these errors were encountered: