You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using requests==1.0.4, the get(...) method passes an unexpected param called config. Downgrading to requests 0.13.2 (the last version I used which I knew worked with the library) fixes the problem. Seems like requests has changed it's allowed parameters since the summer.
The text was updated successfully, but these errors were encountered:
Make sure you have P2P_API_URL and P2P_API_KEY env vars set. Create a new virtualenv for the p2p module and install the module in it. Then run the tests: cd path/to/p2p-python; ./p2p/tests.py
using requests==1.0.4, the
get(...)
method passes an unexpected param called config. Downgrading to requests 0.13.2 (the last version I used which I knew worked with the library) fixes the problem. Seems like requests has changed it's allowed parameters since the summer.The text was updated successfully, but these errors were encountered: