python-egnyte
python-egnyte copied to clipboard
TypeError: 'RequestError' object is not iterable
https://github.com/egnyte/python-egnyte/blob/42e58e04d591083860799996922d7992404641c8/egnyte/exc.py#L18
Under some scenarios this line generates a fatal error when trying to generate the string of the error in a statement like this:
try:
something
except ..... as e:
err = str(e)
It is incredible that the Python SDK is no longer supported... We will migrate from Egnyte, that's for sure.
I second this issue. I don't understand why Python sdk is not supported. Have been hitting same issue, tracing goes deep.