Using requests_toolbelt on App Engine to use Stream client
See original GitHub issueHi all,
We’re trying to integrate this library into our app, but have been having some issues because our app is hosted on Google App Engine Standard Environment. A similar issue was filed a few months ago and your team sent a PR to requests_toolbelt
to fix the error, but the error is still there.
I followed the advice of the OP of issue #43 and changed line 9 in client.py
and so far it seems to be working. Would it be possible to add this to the library?
Also, the fix your team merged into requests_toolbelt
is no longer in their codebase, and manually adding that fix back in there produces a recursion error.
Steps to reproduce
Calling feed.add_activity(activity_data)
without changing line 9 in client.py
produces the following error:
ConnectionError: ('Connection aborted.', error(13, 'Permission denied'))
Environment info
Operating System: Ubuntu 14.04
Python version: 2.7
Library version:
requests-toolbelt==0.7.0
stream-python==2.3.9
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (5 by maintainers)
Top GitHub Comments
Good to hear, than I’ll close this issue once the patch is merged.
It’s merged