Closed josuebrunel closed 9 years ago
What version of rauth and requests are you using?
Hello @maxcountryman here they are
rauth==0.7.1
requests==2.6.2
Thanks for the tip @maxcountryman. I just updated the version of _requests_
rauth==0.7.1
requests==2.7.0
And everything is working. I need to run more tests though before closing the issue if you don't mind. Thanks
Thanks @maxcountryman the issue can be closed
Hi guys, I'm writting a library (myql) which use rauth , but everytime i run more than one request, i get this error even though i used _header_auth=True_
This is my code
I know this one has already been fixed, i can't figure out what's going wrong.