Phillip Smith
Phillip Smith
Thanks for those thoughts, @bhelx, appreciated. > This is something I personally see more on the order of 1 out of ~10,000 requests. Oh, yes, definitely able to get it...
đź‘ŤLet me see if I can get a stack trace.
I've imported ```traceback``` and I'm trying to get the error again 🤞
@bhelx Hey, I'm not getting any output from ```traceback``` when an exception occurs: https://github.com/TheTyee/manage-account.thetyee.ca/blob/master/app.py#L79-L80 Any idea what I've got wrong here?
🤦‍♂ Didn't even think of that.
> did you look into my earlier comment about creating the client after fork? I'm reading some people recommend you use the before_first_request decorator to make sure that a database...
> did you look into my earlier comment about creating the client after fork? I'm reading some people recommend you use the before_first_request decorator to make sure that a database...
Hey @bhelx! Quick update: So the ```post_fork``` didn't fix the issue, I continued to get the ```network error Remote end closed connection without response``` error messages. I'm now trying the...
Happy Saturday @bhelx, Just a quick update on this: * As crazy as it seemed, I tested your idea of [creating the client inside of each method].(https://github.com/TheTyee/manage-account.thetyee.ca/blob/master/app.py) * I then...
@lagleki Yes, it is working as far as I can tell, i.e., the bot I'm running is up on Telegram (more so that Skype!)