#Everything was fine for a long time
1 messages · Page 1 of 1 (latest)
it says stuff like these but I checked the directory and file is there and there are stuff in the file as well
so its not an empty file
I use seedbox provider
ah ok just checked and "playlist.yml" is not there but I dont know if it ever was
config.py is there tho, in the modules file
config.yml is there as well
THe error you're seeing at the end of the second file is fixed in a newer version
1.17.3 is old
latest version is 1.18.3
@pine kindle 
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.

oh incredible, thank you so so much!
no problem
This post has been marked as Resolved and will be closed in one hour.
If you require further assistance on this issue, you can send another message in this post to re-open it.
If you require further support that is unrelated to this post, please start a new post and do not re-open this one.
Thanks for using Plex Meta Manager.
apparently I dont have docker permissions
Is there a way to do it with python?
I think I followed local installation initially with the git
sorry for reopening
cd DIRECTORY_WHERE_YOU_PUT_PMM
git checkout BRANCH_NAME
git stash
git stash clear
git pull
I have followed this
then reinstalled requirements
and then tried to run it like this but having this error
you have to install requirements inside the pmm-venv. So you need to run the source pmm-venv/bin/activate first then install requirements with python -m pip install -r requirements.txt
this looks like you are on a ultra.cc seedbox so you wont be able to use docker because ultra doesnt allow root
hey, I don't know if this message will open the thread again
I updated and used PMM like 3 times this week. I changed nothing. But I am having this now
Looks like you're having network issues
It's failing to check GitHub for the latest version (comes back Unknown) and is failing to connect to TMDb
This is outside of PMM's control
Understood, thank you
Try putting in this command and see what it comes back with (put in your API key)
curl https://api.themoviedb.org/3/configuration?api_key=APIKEY
Yeah so that's your issue
Your host machine can't resolve that URL
Will need some networky troubleshooting
This post has been marked as Resolved and will be closed in one hour.
If you require further assistance on this issue, you can send another message in this post to re-open it.
If you require further support that is unrelated to this post, please start a new post and do not re-open this one.
Thanks for using Plex Meta Manager.