We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
No branches or pull requests
My original music library name was
Gecko's Music
, but this led to an error with the bot:Renaming to
Music
fixed the issue howeverThe text was updated successfully, but these errors were encountered: