-
-
Notifications
You must be signed in to change notification settings - Fork 160
nonce must be greater... #125
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
Sometimes the message appears requiring a retry:
File "/home/strky/anaconda3/envs/py36/lib/python3.6/site-packages/poloniex/__init__.py", line 449, in returnAvailableAccountBalances
return self.__call__('returnAvailableAccountBalances')
File "/home/strky/anaconda3/envs/py36/lib/python3.6/site-packages/poloniex/retry.py", line 15, in wrapped
return function(*args, **kwargs)
File "/home/strky/anaconda3/envs/py36/lib/python3.6/site-packages/poloniex/__init__.py", line 182, in __call__
raise PoloniexError(jsonout['error'])
poloniex.PoloniexError: Nonce must be greater than 1496733348197745. You provided 1496733348197661.
is is possible to adjust the nonce increase somehow? I believe it might happen because Polo is fighting DDOSes and might slow down some requests on the Cloudflare side
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