#Checking log with bot
1 messages ยท Page 1 of 1 (latest)
๐ If you want to review this again, popeadam:
: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> ๐
Welcome @chilly vapor!
Thanks for being a PMM Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495> and <@&938443185347244033>.
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.
๐ฌ๐ก๏ธ PLEX DB CACHE ADVICE
Consider updating the Plex DB cache setting from 0.39 GB, to a value greater than 1 GB based on the total memory of 6.00 GB.
For more info on this setting: https://www.metamanager.wiki/en/latest/config/plex.html#plex-attributes
NOTE:The number you choose can vary wildly based on a number of factors (such as the size and number of libraries, and the amount of files/operations/overlays that are being utilized).
Update
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.
๐ If you want to review this again, popeadam:
: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> ๐
โ ๏ธ PLEX REGEX ERROR
Plex Meta Manager is trying to perform a regex search, and 0 items match the regex pattern.
This is often an expected error and can be ignored in most cases.
If you need assistance with this error, raise a support thread in #pmm-help.
For more information on handling regex issues, `https://www.metamanager.wiki/en/latest/home/kb.html#error]
6 line(s) with Plex regex errors. Line number(s): 84828, 84913, 84998, 85083, 85168, 117656
๐ If you want to review this again, popeadam:
: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> ๐
Author of Linked Message: adampope
Person who Invoked the Command: adampope
File Name: meta.log
Table of Contents:
Page 01: User Info
Page 02: PMM Info
Page 03: PMM Summary Info
Page 04: PMM Config.yml YAML Validation โ
Page 05: People Poster Scan Results
Page 06: Plex Configuration - Section 1
Page 07: Plex Configuration - Section 2
Page 08: Rec 01 - ๐ VERSION UPDATE AVAILABLE
Page 09: Rec 02 - โ [ERROR]
Page 10: Rec 03 - โโฐ PMM SCHEDULED TIME CONFLICT
Page 11: Rec 04 - โ TO BE CONFIGURED ERROR
Page 12: Rec 05 - โ TRAKT CONNECTION ERROR
Page 13: Rec 06 - โ ๏ธ [WARNING]
Page 14: Rec 07 - โ ๏ธ NO ITEMS FOUND IN PLEX
Page 15: Rec 08 - โ ๏ธ MEMORY RECOMMENDATION
Page 16: Rec 09 - โ ๏ธ PLEX REGEX ERROR
Page 17: Rec 10 - ๐ฌ CONVERT ERROR
In some circumstances [typically NAS], it can be difficult to run PMM in the interactive mode required for authenticating against MyAnimeList and Trakt.
chazlarson has a scripts that can do this authentication outside of PMM in his repo, but that requires you to be able to run a Python script on your computer or NAS, which may not be possible for whatever reason.
You can run those scripts online [on any OS] here:
https://replit.com/@chazlarson/MALAuth
https://replit.com/@chazlarson/TraktAuth
Click the green play button, wait a little bit, then follow the prompts.
Is this ready to close? If so/close
Thread was archived by popeadam. Anyone can send a message to unarchive it.