#Collection is created in upper case and then gives error

1 messages · Page 1 of 1 (latest)

slender trellis
#

Im trying to make a simple collection but for some reason PMM makes the title of the collection name in uppercase. I've deleted the collection a few times and rerun the script but the same keeps happening.

(currently i only have this collection in my config)

this is the error im getting

1/1 | Wall-E Collection | + | Various Artists: Wall-E                                              |
|                                                                                                    |
| 1 Album Processed 1 Album Added                                                                    |
|                                                                                                    |
| Found: WALL-E                                                                                      |
| Looking for: Wall-E                                                                                |
| Traceback (most recent call last):                                                                 |
|   File "C:\Users\MyUser\Documents\Plex-Meta-Manager\plex_meta_manager.py", line 766, in run_collection |
|     builder.load_collection()                                                                      |
|   File "C:\Users\MyUser\Documents\Plex-Meta-Manager\modules\builder.py", line 2865, in load_collection |
|     self.obj = self.library.get_playlist(self.name) if self.playlist else self.library.get_collection(self.name, force_search=True) |
|   File "C:\Users\MyUser\Documents\Plex-Meta-Manager\modules\plex.py", line 944, in get_collection |
|     raise Failed(f"Plex Error: Collection {data} not found")                                       |
| modules.util.Failed: Plex Error: Collection Wall-E not found```
im also getting

1 Unmanaged Collection
1 Unconfigured Collection```

collection config

collections:
  Wall-E:
    plex_all: true
    builder_level: album
    filters:
      - filepath: Movie Soundtracks\Wall-E```
rugged haloBOT
#

Welcome!

It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type !close at any time to close this post.

slender trellis
tawny geyser
#

Try deleting the collection then clearing your bundles and optimize database in Plex

tawny geyser
#

@slender trellis uparrow

slender trellis
#

yes that fixed it, thanks!