First, first report an error OperationalError
raise err.OperationalError(
peewee.OperationalError: (2013, 'Lost connection to MySQL server during query')
If you continue to request, it will become InterfaceError
wrong
raise err.InterfaceError("(0, '')")
peewee.InterfaceError: (0, '')
No matter how many times it is requested later, it is InterfaceError
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。