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


universe_king
3.4k 声望678 粉丝