imported music error #4

Closed
opened 2024-04-17 15:59:31 +00:00 by shiromimochi · 4 comments

I used the latest database creation and the latest importer, but this appeared when I imported music...

Traceback (most recent call last):
  File "D:\artemis\actaeon\scripts\db-import.py", line 30, in <module>
    importer.do_import()
  File "D:\artemis\actaeon\scripts\importers\chuni.py", line 95, in do_import
    self.import_charts()
  File "D:\artemis\actaeon\scripts\importers\chuni.py", line 79, in import_charts
    inserts.append((song, chart, data['CREATOR'], data['T_JUDGE_TAP'], data['T_JUDGE_HLD'], data['T_JUDGE_SLD'],
                                                  ~~~~^^^^^^^^^^^^^^^
KeyError: 'T_JUDGE_TAP'
I used the latest database creation and the latest importer, but this appeared when I imported music... ``` Traceback (most recent call last): File "D:\artemis\actaeon\scripts\db-import.py", line 30, in <module> importer.do_import() File "D:\artemis\actaeon\scripts\importers\chuni.py", line 95, in do_import self.import_charts() File "D:\artemis\actaeon\scripts\importers\chuni.py", line 79, in import_charts inserts.append((song, chart, data['CREATOR'], data['T_JUDGE_TAP'], data['T_JUDGE_HLD'], data['T_JUDGE_SLD'], ~~~~^^^^^^^^^^^^^^^ KeyError: 'T_JUDGE_TAP' ```
Owner

Which .c2s file is logged before this error, and what game version/option data is it from? I am unable to reproduce this bug with any publicly available data for Luminous, Sun, Sun Plus, or Paradise Lost.

Which .c2s file is logged before this error, and what game version/option data is it from? I am unable to reproduce this bug with any publicly available data for Luminous, Sun, Sun Plus, or Paradise Lost.
Author

ok...maybe I see the problem...
It seems that some of my option are Custom Chart (only difficult for master), so they are not successfully imported.
Maybe you can fix it?

ok...maybe I see the problem... It seems that some of my option are Custom Chart (only difficult for master), so they are not successfully imported. Maybe you can fix it?
Owner

Are you able to send a link to the custom data to me on Discord? My username is sk1982. At the bare minimum I will need the .c2s files causing the issues in order to fix this bug.

Are you able to send a link to the custom data to me on Discord? My username is sk1982. At the bare minimum I will need the .c2s files causing the issues in order to fix this bug.
Author

sure,i sent friend request to you now

sure,i sent friend request to you now
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#4
No description provided.