#IMDB Top (Min 1 Not Met)

1 messages ยท Page 1 of 1 (latest)

past pewter
#

When running pmm it loads the entirety of my library as far as I can tell. Unfortunately I only see the collection for newest releases being made on the first run. Top 250, IMDB popular, and lowest rated all show the Minimum 1 not met status message. I know that these minimums are met and am curious as to what setting I probably screwed up and need to fix to get these to populate.

keen cobaltBOT
#

Welcome @past pewter!

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.

fervent topazBOT
#

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

sinful shuttle
past pewter
keen cobaltBOT
#

๐Ÿ“ Great! Let's start to review and make recommendations... ๐Ÿ“

#

๐Ÿ“ If you want to review this again:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐Ÿ“

#
**User Info**

Author of Linked Message: Magnetic Wounds
Person who Invoked the Command: Magnetic Wounds
File Name: meta.log

Table of Contents

Page 01: User Info
Page 02: PMM Info
Page 03: PMM Config.yml YAML Validation โœ…
Page 04: WIP - PMM Config.yml Schema Validation โŒ
Page 05: Plex Configuration - Section 1
Page 06: Plex Configuration - Section 2
Page 07: Plex Configuration - Section 3
Page 08: Rec 01 - โŒ ANIDB AUTH ERRORS
Page 09: Rec 02 - ๐Ÿ”’ BLANK API KEY ERROR
Page 10: Rec 03 - ๐Ÿšซ MY ANIME LIST CONNECTION ERROR
Page 11: Rec 04 - ๐Ÿš€ VERSION UPDATE AVAILABLE
Page 12: Rec 05 - ๐Ÿšซ TRAKT CONNECTION ERROR

sinful shuttle
#

You're running an old version of PMM, if you can update to 1.19.1 please

#

That should hopefully fix your issue

#

Type !update if you need more info on updating

past pewter
#

okay thank you

fervent topazBOT
#

NOTE: This is addressing UPDATING your current setup, not changing from, for instance, latest to nightly.

The update method depends on how you installed it.

I'm running locally and got the code by downloading the zip file:
Download a new zip file, uncompress it, and move your config dir into that new directory. Reinstall requirements.

This is the "fussiest" method of update.

I'm running locally and retrieved the code 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

You may need to reinstall requirements if switching branch or updating to a new major version:
python -m pip install -r requirements.txt

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'm using docker locally:

docker pull meisnate12/plex-meta-manager:TAG_HERE

replace TAG_HERE with latest, develop, or nightly

Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.].

I'm using docker on a NAS or some other remote context:

Update the image using whatever means the NAS provides.
Depending on the system, this might be a simple rebuild of the container, or you may need to manually pull the new image first.

past pewter
#

That solved it, thank you so much!