| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
 
The above exception was the direct cause of the following exception:
 
SystemError: <class 'UnicodeDecodeError'> returned a result with an error set
 
The above exception was the direct cause of the following exception:
 
Traceback (most recent call last):
  File "C:\Users\lionel\DevPython38\Graphics_1\Etiquettes.pyw", line 501, in OpenEtiquette
    self.ShowObject(rows)
  File "C:\Users\lionel\DevPython38\Graphics_1\Etiquettes.pyw", line 631, in ShowObject
    self.cur.execute(sel1, (ref,))
  File "C:\Python38\lib\site-packages\mysql\connector\cursor_cext.py", line 272, in execute
    self._handle_result(result)
  File "C:\Python38\lib\site-packages\mysql\connector\cursor_cext.py", line 163, in _handle_result
    self._handle_resultset()
  File "C:\Python38\lib\site-packages\mysql\connector\cursor_cext.py", line 651, in _handle_resultset
    self._rows = self._cnx.get_rows()[0]
  File "C:\Python38\lib\site-packages\mysql\connector\connection_cext.py", line 301, in get_rows
    else self._cmysql.fetch_row()
SystemError: <method 'fetch_row' of '_mysql_connector.MySQL' objects> returned a result with an error set | 
Partager