#Anilist list creation?

1 messages · Page 1 of 1 (latest)

rich crown
#

Didn't process this morning?

collections:
Currently Watching Anime:
anilist_userlist:
username: "MackaX"
list_name: Watching
sort_by: trending
sync_mode: sync
Completed Anime:
anilist_userlist:
username: "MackaX"
list_name: Planning
sort_by: trending
sync_mode: sync
Completed Anime:
anilist_userlist:
username: "MackaX"
list_name: Completed
sort_by: trending
sync_mode: sync

wide terraceBOT
#

Welcome!

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.

glossy marshBOT
#

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

rich crown
#

================================================================================================================================================================================================|
[2023-05-09 06:58:40,613] [plex_meta_manager.py:298] [INFO] | 52 | |
[2023-05-09 06:58:40,614] [plex_meta_manager.py:298] [INFO] | 52 | Collection Warning: collection_order not found using library default_collection_order: custom |
[2023-05-09 06:58:40,615] [plex_meta_manager.py:298] [INFO] | 2 | Collection Warning: No items found |
[2023-05-09 06:58:40,617] [plex_meta_manager.py:298] [INFO] | 1 | notifiarr attribute not found |
[2023-05-09 06:58:40,618] [plex_meta_manager.py:298] [INFO] | 1 | omdb attribute not found |
[2023-05-09 06:58:40,620] [plex_meta_manager.py:298] [INFO] | 1 | mdblist attribute not found |
[2023-05-09 06:58:40,621] [plex_meta_manager.py:298] [INFO] | 1 | mal attribute not found |
[2023-05-09 06:58:40,622] [plex_meta_manager.py:298] [INFO] | 1 | playlist_files attribute not found

#

i think thats the issue

celest perch
#

what's the issue?

#

you just pasted the summary of errors from the end of your log

glossy marshBOT
#

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.

celest perch
#

and you have a duplicate key per your log @rich crown

#

your anilist.yml has errors

pseudo hatch
#
[INFO]     |    Loading Metadata File: config/anilist.yml
[INFO]     |=============================================
[DEBUG]    |                                             
[ERROR]    | YAML Error: while constructing a mapping    
           |         in "/config/anilist.yml", line 2, column 3
           |       found duplicate key "Completed Anime" with value ...
           |         in "/config/anilist.yml", line 16, column 3
           |                                                    
...
[INFO]     | Metadata File Failed To Load                       

Probably two collections defined named "Completed Anime"