Open SerinitySW opened 3 years ago
My original music library name was Gecko's Music, but this led to an error with the bot:
Gecko's Music
plexapi.exceptions.NotFound: Invalid library section: Gecko's Music
Renaming to Music fixed the issue however
Music
I wonder if it was the apostrophe? Maybe try escaping the space or apostrophe with something like library_name: "Gecko\'s\ Music"?
library_name: "Gecko\'s\ Music"
My original music library name was
Gecko's Music
, but this led to an error with the bot:Renaming to
Music
fixed the issue however