jarulsamy / Plex-Bot

A Plex discord music bot.
GNU General Public License v3.0
22 stars 12 forks source link

Bot can not connect to music library with spaces in title #16

Open SerinitySW opened 3 years ago

SerinitySW commented 3 years ago

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

jsit commented 3 years ago

I wonder if it was the apostrophe? Maybe try escaping the space or apostrophe with something like library_name: "Gecko\'s\ Music"?