Michael Robinson

Results 61 comments of Michael Robinson

Is it still happening @utdrmac ? Looks like corrupted DB.

Yea, this would be handy. I still log into polo for that. It would be especially handy for me as we could apply output currency to it.

Works fine for me : Is there anything in the log to stdout?

Also, if you're running on pythonanywhere, it won't work. They block that address https://github.com/Mikadily/poloniexlendingbot/issues/262

Good idea, it could also be a drop down then.

Can we close this and create another ticket for the work to come out of it if that's still happening @yura-pakhuchiy or @rnevet ?

Looks like it's because we're calling exit and not shutting down the other threads that are running. Need to test is, but I think we can just call os._exit(0) instead...

Actually, that might not be a good idea as it doesn't shutdown gracefully with os._exit(), though I'm fairly certain the reason it hangs is because there are still threads running.

What we could do, is start another web server that will only listen on local host and starts on a different port to the one we have. Then if people...

I've started work on this on the FlaskWebServer branch Still a lot more to do, though it should allow for updates to live config and also saving that to disk...