-
Notifications
You must be signed in to change notification settings - Fork 352
Fixed a bug and added x-Days. #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added a 60 secs delay before checking api keys.
|
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? |
|
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. |
|
Don't merge yet, my branch have some bugs. Fixed |
|
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 |
|
Please check another branch which is more robust: https://github.com/Mikadily/poloniexlendingbot/tree/multithreading |
|
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. |
|
I like the x-day feature. |
|
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.