-
-
Notifications
You must be signed in to change notification settings - Fork 160
Connection timeout #122
Copy link
Copy link
Closed
Labels
bugSomething is not behaving as it should in the codeSomething is not behaving as it should in the code
Description
File "/usr/local/lib/python3.5/dist-packages/poloniex/__init__.py", line 279, in returnBalances
return self.__call__('returnBalances')
File "/usr/local/lib/python3.5/dist-packages/poloniex/retry.py", line 15, in wrapped
return function(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/poloniex/__init__.py", line 175, in __call__
return self.parseJson(ret.text)
File "/usr/local/lib/python3.5/dist-packages/poloniex/__init__.py", line 197, in parseJson
raise PoloniexError(jsonout['error'])
poloniex.PoloniexError: Connection timed out. Please try again.
Every other call I get an error like the above. I have tried making the timeout longer by doing Poloniex(key, secret, timeout=80) But this did not help. Any suggestions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not behaving as it should in the codeSomething is not behaving as it should in the code