Python Forum
pymysql.err.InterfaceError - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: pymysql.err.InterfaceError (/thread-16328.html)



pymysql.err.InterfaceError - nikos - Feb-23-2019

Hello, i have 2 wsgi flask applications that every day they give me thsi error

Quote:pymysql.err.InterfaceError
pymysql.err.InterfaceError: (0, '')

if i restart my httpd(Apache) they stop appearing this error and load normally?

Any ideas why this happens?


RE: pymysql.err.InterfaceError - nikos - Feb-24-2019

Anyone familiar with PyMySQL that knows about this error?

and this error too:

Quote:pymysql.err.OperationalError
pymysql.err.OperationalError: (2006, "MySQL server has gone away (BrokenPipeError(32, 'Broken pipe'))")