Plex-Bot
Plex-Bot copied to clipboard
Bot can not connect to music library with spaces in title
My original music library name was Gecko's Music, but this led to an error with the bot:
plexapi.exceptions.NotFound: Invalid library section: Gecko's Music
Renaming to Music fixed the issue however
I wonder if it was the apostrophe? Maybe try escaping the space or apostrophe with something like library_name: "Gecko\'s\ Music"?