DEV Community

Bashar
Bashar

Posted on

Django: Could not found exception in Traceback

0

I have facing some issue with python requests in a Django project. It only occur in 2nd requests.post().

Although It exited with exception TypeError: getresponse() got an unexpected keyword argument 'buffering' But after updating urllib3. There is no exception in traceback.

Traceback (most recent call last):
  File "/home/ubuntu/projects/project/api/views/a_view.py", line

Top comments (0)