adamgot / python-plexlibrary

Create and maintain dynamic Plex libraries based on recipes.
BSD 3-Clause "New" or "Revised" License
204 stars 40 forks source link

guid log errors on run #113

Open binarylimited opened 2 years ago

binarylimited commented 2 years ago

Cant seem to figure out what this error is trying to tell me? is it permissions or something else?

Have install on the dependencies fine.

meh@meh:/opt/python-plexlibrary$ python3 plexlibrary movies_christmas.yml Sun Nov 28 20:32:58 NZDT 2021 Traceback (most recent call last): File "/opt/python-plexlibrary/plexlibrary/plexlibrary.py", line 22, in <module> from recipe import Recipe File "/opt/python-plexlibrary/plexlibrary/recipe.py", line 148 logs.warning(f"Unknown guid: {guid}") ^ SyntaxError: invalid syntax

adamgot commented 2 years ago

Hi, What version of python are you running (python3 --version), and could you post your recipe file with the sources please.

skuid87 commented 2 years ago

I'm having the same issues running python 3.7.5

skuid87 commented 2 years ago

Resolution for me was to run the script using python3.6