-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Error:
`2025-04-23 23:21:29 PlexAniSync - version: 1.4.2
2025-04-23 23:21:29 [MAPPING] Custom mapping found locally, using: custom_mappings.yaml
2025-04-23 23:21:29 [MAPPING] Adding remote mapping url: https://raw.githubusercontent.com/RickDB/PlexAniSync-Custom-Mappings/main/series-tvdb.en.yaml
2025-04-23 23:21:30 [MAPPING] Overwriting previous mapping for The Rising of the Shield Hero
2025-04-23 23:21:30 [MAPPING] Overwriting previous mapping for Code Geass: Lelouch of the Rebellion
2025-04-23 23:21:30 [MAPPING] Overwriting previous mapping for Gintama
2025-04-23 23:21:30 [MAPPING] Overwriting previous mapping for Shaman King (2021)
Traceback (most recent call last):
File "C:\Users\Downloads\PlexAniSync-master\PlexAniSync.py", line 106, in
start()
~~~~~^^
File "C:\Users\Downloads\PlexAniSync-master\PlexAniSync.py", line 79, in start
anilist = Anilist(anilist_settings, custom_mappings)
File "C:\Users\Downloads\PlexAniSync-master\plexanisync\anilist.py", line 31, in init
self.graphql = GraphQL(anilist_settings)
~~~~~~~^^^^^^^^^^^^^^^^^^
File "C:\Users\Downloads\PlexAniSync-master\plexanisync\graphql.py", line 53, in init
self.check_token_expiry(anilist_token)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "C:\Users\Downloads\PlexAniSync-master\plexanisync\graphql.py", line 71, in check_token_expiry
base64_body = anilist_token.split(".")[1] + "=="
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range`