Fix IndexError Out of Bounds #39

Open
opened 2024-12-25 18:12:37 +01:00 by Ghost · 0 comments
Ghost commented 2024-12-25 18:12:37 +01:00 (Migrated from codeberg.org)
Traceback (most recent call last):
  File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 336, in <module>
    main()
  File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 103, in main
    choose_duplicates_to_delete(songs_with_duplicates)
  File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 170, in choose_duplicates_to_delete
    track_set = duplicate_sets[track_set_index-1]
                ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
``` Traceback (most recent call last): File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 336, in <module> main() File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 103, in main choose_duplicates_to_delete(songs_with_duplicates) File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 170, in choose_duplicates_to_delete track_set = duplicate_sets[track_set_index-1] ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
johnsturgeon/autoplex#39
No description provided.