#birthday collection qiut working (almost completely)
1 messages · Page 1 of 1 (latest)
Welcome @zinc fable!
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.
here is my config:
templates:
Birthday:
smart_label: audience_rating.desc
summary: "Celebrate <<birthday>> movies."
delete_not_scheduled: true
visible_home: true
visible_shared: true
visible_library: true
sync_mode: sync
sort_title: +5_<<collection_name>>
collections:
Roseanne:
schedule: range(10/31-11/07)
template: {name: Birthday, birthday: "Roseanne"}
tmdb_actor_details: 46393
Sally Field:
schedule: range(11/03-11/10)
template: {name: Birthday, birthday: "Sally Field"}
tmdb_actor_details: 35

and here is the error i'm getting: | Validating Method: sort_title |
| Value: +5_Sally Field |
| Traceback (most recent call last): | File "/home/plex/Plex-Meta-Manager/plex_meta_manager.py", line 691, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| File "/home/plex/Plex-Meta-Manager/modules/builder.py", line 1054, in init |
| self.beginning_count = len(self.library.get_filter_items(check_url)) |
| File "/home/plex/Plex-Meta-Manager/modules/plex.py", line 1087, in get_filter_items |
| return self.Plex._search(key, None, 0, plexapi.X_PLEX_CONTAINER_SIZE) |
| File "/home/plex/.local/lib/python3.9/site-packages/plexapi/library.py", line 1532, in _search |
| subresults = self.fetchItems(key, container_start=container_start, |
| File "/home/plex/.local/lib/python3.9/site-packages/plexapi/library.py", line 442, in fetchItems |
| data = self._server.query(ekey, params=url_kw) |
| File "/home/plex/.local/lib/python3.9/site-packages/plexapi/server.py", line 753, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/3/allNone?X-Plex-Container-Start=0&X-Plex-Container-Size=50 <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/3/allNone?X-Plex-Container-Start=0&X-Plex-Container-Size=50 <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
I believe this is an issue with the current version of PMM in combination with 1.32.7 of Plex
that is fixed in PMM nightly
that is what i kind of though but i wanted to make sure
so when is this fix sopose to be fix in the regular pmm
There's no ETA at this time
You coudl also downgrade to Plex 1.32.6
ok how hard is it to convert to the nightly biuld and then switch back after to sable biuld after the fix is released?
trivial
NOTE: This is addressing changing from, for instance, latest to nightly.
The method depends on how you installed it.
docker pull meisnate12/plex-meta-manager:TAG_HERE
replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.
Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.], setting the image as meisnate12/plex-meta-manager:TAG_HERE
:one: Click on DOCKER tab and then on Plex-Meta-Manager
:two: Edit Repository: setting to switch branches:
meisnate12/plex-meta-manager:TAG_HERE
replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.
The same concepts as above will apply:
:one: pull new image
:two: recreate container using that image instead of the current one.
Whatever the system, there will be a way to accomplish these two things.
cd DIRECTORY_WHERE_YOU_PUT_PMM
git checkout BRANCH_NAME
git stash
git stash clear
git pull
For BRANCH_NAME, substitute master, develop, or nightly
Those stash commands are going to discard any changes you may have made to PMM's own files. If that's a concern, you are probably familiar enough with git to know what you need to do instead.
i must not be doing this correctly, i cd to the folder where i put pmm then i ran git checkout nightly and i get the error your local chnages to the following files would be over written by checkout .... plese commit your changes or stash them before you switch branches aborting
You have apparently made changes to a file or files that belong to PMM.
i have (the config file) but I don't care about it
on brach nightly
it must show more than that.
your local chnages to the following files
What are "the following files"? That's what I'm after.
your brach is up to date with 'orgin/nightly untracked files: (use git add <file>... to include in what will be committed movie-conf
So when you run git checkout nightly?
already on nightly your branch is up to date with 'orgin/nightly'
so i think it worked
This doesn't make any sense. What happened with:
i get the error your local chnages to the following files would be over written by checkout .... plese commit your changes or stash them before you switch branches aborting
after that error i copied these commands into my terminal git stash
git stash clear
OK, well, that would have cleared it out. Can't read your mind.
Hopefully those changes weren't anything that you cared about.
sorry i really don't mean to be confusing i think it is on the nightly branch now
If you ask what an error means, then do stuff silently without mentioning it while someone's trying to explain the error, there's not a lot anyone can do to answer what caused the error.
anything further needed here?
Hello @zinc fable, a user has suggested that this thread has been resolved and can be closed.
Please confirm that you are happy to close this thread by typing /close or by pressing the Close Post button which is pinned to this thread.