#birthday collection qiut working (almost completely)

1 messages · Page 1 of 1 (latest)

zinc fable
#

so after the latest update of plex all my birthday collection quit working with the exception of single name actors like Rosanne (but actors with two names like Sally Field do not work.
ig:

sinful solsticeBOT
#

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.

zinc fable
#

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

tall cypressBOT
#

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯\(ツ)

Log file too big? USE PASTEBIN or ZIP THE FILE

void trout
zinc fable
#

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> |

void trout
#

I believe this is an issue with the current version of PMM in combination with 1.32.7 of Plex

rose spade
#

that is fixed in PMM nightly

zinc fable
#

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

void trout
#

There's no ETA at this time

rose spade
#

You coudl also downgrade to Plex 1.32.6

zinc fable
#

ok how hard is it to convert to the nightly biuld and then switch back after to sable biuld after the fix is released?

rose spade
#

trivial

tall cypressBOT
#

NOTE: This is addressing changing from, for instance, latest to nightly.

The method depends on how you installed it.

**I'M USING DOCKER:**
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

**I'M USING DOCKER ON UNRAID**

: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.

**I'M USING DOCKER ON A SYSTEM WITHOUT COMMAND PROMPT (SUCH AS NAS):**

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.

**I'M RUNNING LOCALLY VIA GIT:**
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.

zinc fable
#

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

rose spade
#

You have apparently made changes to a file or files that belong to PMM.

zinc fable
#

i have (the config file) but I don't care about it

rose spade
#

The config file is not part of the repo.

#

what does git status show you?

zinc fable
#

on brach nightly

rose spade
#

it must show more than that.

#

your local chnages to the following files

What are "the following files"? That's what I'm after.

zinc fable
#

your brach is up to date with 'orgin/nightly untracked files: (use git add <file>... to include in what will be committed movie-conf

rose spade
#

So when you run git checkout nightly?

zinc fable
#

already on nightly your branch is up to date with 'orgin/nightly'

#

so i think it worked

rose spade
#

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

zinc fable
#

after that error i copied these commands into my terminal git stash
git stash clear

rose spade
#

OK, well, that would have cleared it out. Can't read your mind.

#

Hopefully those changes weren't anything that you cared about.

zinc fable
#

sorry i really don't mean to be confusing i think it is on the nightly branch now

rose spade
#

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.

zinc fable
#

i understand i will try to be more clear.

#

thank you for the help

rose spade
#

anything further needed here?

sinful solsticeBOT
#

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.