Uh oh!
There was an error while loading. Please reload this page.
Fixed a bug and added x-Days. - #8
Conversation
Added a 60 secs delay before checking api keys.
Mikadily
commented
Jan 25, 2016
X-days is a good idea. But for the error, not sure how can it happen. Will have to look at it closer. My bot literally runs over a month without restart, without a problem. Perhaps you use Windows? |
FrilledShark
commented
Jan 26, 2016
I use a raspberry pi, and it randomly gets to a error while running. I'm not 100% sure about it. It's says that my keys are invalid. |
FrilledShark
commented
Jan 28, 2016
Don't merge yet, my branch have some bugs. Fixed |
Nixtren
commented
Feb 13, 2016
Lately my bot has been catching Poloniex errors frequently. It seems their API sometimes gets overloaded. Glad to see someone implemented a check so I don't have to :P |
Mikadily
commented
Feb 15, 2016
Please check another branch which is more robust: https://github.com/Mikadily/poloniexlendingbot/tree/multithreading |
rnevet
commented
May 16, 2016
A timeout on requests has been added as part of this pull requests: I think this pull request needs to be rebased on the current master - with only the xdays change included and extended to include also command line parameter. |
chfast
commented
Jun 21, 2016
I like the x-day feature. |
FrilledShark
commented
Sep 11, 2016
I have made a new pull request. #108 |
If Poloniex return a error the bot shuts down, i have added a 60 sec delay before checking again.
The bot will run longer before hitting a error now.