-
Notifications
You must be signed in to change notification settings - Fork 56
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
Version of "requests" #67
Comments
Hi @mbaechtold, the latest version of requests should be fine – I'll update the requirements accordingly. I'm not exactly sure what's causing those errors, though, but if you keep getting them I recommend filing an issue with requests. |
Thank you very much. I'll keep an eye on that... |
I also have these errors, they usually appear when the facebook api is slow because of network latency problems at facebook. |
@Morpho I also encountered very slow requests to facebook. I use celery for most of my tasks related to facebook by now. The call of |
Hi Johannes
"fandjango" requires "requests" >= 0.8 and < 0.9 whereas "facepy" requires "requests" >=0.8 and < 0.12.
Is it save to use requests==0.11.2 (the last version before 0.12.0) with "fandjango"?
I'm asking because I'm getting lots of these errors lately:
The text was updated successfully, but these errors were encountered: