python-egnyte icon indicating copy to clipboard operation
python-egnyte copied to clipboard

TypeError: 'RequestError' object is not iterable

Open struck89 opened this issue 4 years ago • 1 comments

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.

struck89 avatar Aug 06 '21 07:08 struck89

I second this issue. I don't understand why Python sdk is not supported. Have been hitting same issue, tracing goes deep.

cobyiv avatar Sep 05 '21 15:09 cobyiv