Closed 7flash closed 10 months ago
Thanks for reporting! @elisalimli could you have a look?
Thanks for reporting! @elisalimli could you have a look?
Still not working
Traceback (most recent call last):
File "/Users/gur/miniconda3/envs/superagent/lib/python3.10/site-packages/httpcore/_exceptions.py", line 10, in map_exceptions
yield
File "/Users/gur/miniconda3/envs/superagent/lib/python3.10/site-packages/httpcore/_backends/sync.py", line 126, in read
return self._sock.recv(max_bytes)
File "/Users/gur/miniconda3/envs/superagent/lib/python3.10/ssl.py", line 1292, in recv
return self.read(buflen)
File "/Users/gur/miniconda3/envs/superagent/lib/python3.10/ssl.py", line 1165, in read
return self._sslobj.read(len)
TimeoutError: The read operation timed out
@homanp needs to release a new version I guess. @7flash after you update Superagent Python SDK to the latest version this should work.
@7flash I'm updating the sdks now.
@elisalimli @7flash we have some upstream issues with the service we are using to generate the sdk definition, I'm working with them to resolve this. Get back to you ASAP!
@7flash we just released a new version of our SDK that should fix this issue. Please circle back if you are experiencing issues
@7flash we just released a new version of our SDK that should fix this issue. Please circle back if you are experiencing issues
Still not working
httpx.ReadTimeout: The read operation timed out
pip3 show superagent-py Name: superagent-py Version: 0.1.68
Description
Error
Steps to reproduce
to reproduce, execute this script
Acknowledgements