Importer error when importing: mariadb.OperationalError: Incorrect string value: #3

Closed
opened 2024-04-16 17:13:26 +00:00 by ChibiMilk · 1 comment

When importing my Chuni installation to actaeon the importer failed with the following error:

Traceback (most recent call last):
  File "C:\games\ChunithmLuminous\actaeon\scripts\db-import.py", line 28, in <module>
    importer.do_import()
  File "C:\games\ChunithmLuminous\actaeon\scripts\importers\chuni.py", line 67, in do_import
    self.import_map_icon()
  File "C:\games\ChunithmLuminous\actaeon\scripts\importers\chuni.py", line 38, in import_map_icon
    self.cur.executemany(
  File "C:\games\ChunithmLuminous\actaeon\scripts\venv\lib\site-packages\mariadb\cursors.py", line 359, in executemany
    self._execute_bulk()
mariadb.OperationalError: Incorrect string value: '\xE3\x83\x8E\xE3\x83\xBC...' for column `aime`.`actaeon_chuni_static_map_icon`.`name` at row 1
When importing my Chuni installation to actaeon the importer failed with the following error: ``` Traceback (most recent call last): File "C:\games\ChunithmLuminous\actaeon\scripts\db-import.py", line 28, in <module> importer.do_import() File "C:\games\ChunithmLuminous\actaeon\scripts\importers\chuni.py", line 67, in do_import self.import_map_icon() File "C:\games\ChunithmLuminous\actaeon\scripts\importers\chuni.py", line 38, in import_map_icon self.cur.executemany( File "C:\games\ChunithmLuminous\actaeon\scripts\venv\lib\site-packages\mariadb\cursors.py", line 359, in executemany self._execute_bulk() mariadb.OperationalError: Incorrect string value: '\xE3\x83\x8E\xE3\x83\xBC...' for column `aime`.`actaeon_chuni_static_map_icon`.`name` at row 1 ```
Owner

This is an issue with the default encodings on your tables, please run the latest migrations which should fix it.

This is an issue with the default encodings on your tables, please run the latest migrations which should fix it.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sk1982/actaeon#3
No description provided.