#Everything was fine for a long time

1 messages · Page 1 of 1 (latest)

pine kindle
#

Hi, I've been using the PMM for a long time now. I haven't changed any settings. I was just writing my regular old 3 lines of code as always but this time it refuses to work.

#

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.yml is there as well

slim isle
#

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

slim isle
#

@pine kindle uparrow

pine kindle
#

ah alright

#

I will check the documents for updating PMM, thank you!

quick auroraBOT
#

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.

slim isle
pine kindle
#

oh incredible, thank you so so much!

slim isle
#

no problem

crude vaultBOT
#

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.

pine kindle
#

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

mint sail
#

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

mint sail
# pine kindle

this looks like you are on a ultra.cc seedbox so you wont be able to use docker because ultra doesnt allow root

pine kindle
#

It worked beautifully

#

thank you so so much!

pine kindle
#

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

slim isle
#

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

pine kindle
#

Understood, thank you

slim isle
#

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

pine kindle
slim isle
#

Yeah so that's your issue

#

Your host machine can't resolve that URL

#

Will need some networky troubleshooting

pine kindle
#

worked now for some reason issue is resolved

#

thank youuu

crude vaultBOT
#

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.