Plex-Bot icon indicating copy to clipboard operation
Plex-Bot copied to clipboard

Trouble with finding my library

Open bryguy1972 opened this issue 4 years ago • 0 comments

I get the following error "plexapi.exceptions.NotFound: Invalid library section: Music".

I changed the name of my library to one word based upon an earlier issue, but it is still not working. PlexBot | Traceback (most recent call last):

PlexBot | File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main PlexBot | "main", mod_spec) PlexBot | File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code PlexBot | exec(code, run_globals) PlexBot | File "/src/PlexBot/main.py", line 44, in PlexBot | bot.add_cog(Plex(bot, **plex_args)) PlexBot | File "/src/PlexBot/bot.py", line 197, in init PlexBot | self.music = self.pms.library.section(self.library_name) PlexBot | File "/usr/local/lib/python3.7/site-packages/plexapi/library.py", line 57, in section PlexBot | raise NotFound('Invalid library section: %s' % title) PlexBot | plexapi.exceptions.NotFound: Invalid library section: Music PlexBot exited with code 1

bryguy1972 avatar Sep 26 '21 02:09 bryguy1972