Skip to content
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

Closed
mbaechtold opened this issue May 31, 2012 · 4 comments
Closed

Version of "requests" #67

mbaechtold opened this issue May 31, 2012 · 4 comments

Comments

@mbaechtold
Copy link

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:

 HTTPError: Max retries exceeded for url: me/likes/<id>?access_token=<token>
@jgorset
Copy link
Owner

jgorset commented May 31, 2012

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.

@mbaechtold
Copy link
Author

Thank you very much. I'll keep an eye on that...

@Morpho
Copy link

Morpho commented Jun 1, 2012

I also have these errors, they usually appear when the facebook api is slow because of network latency problems at facebook.

@mbaechtold
Copy link
Author

@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 user.oauth_token.extend() in the middleware also takes up to some seconds to complete. But that's subject of another issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants