We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi, What version of python are you running (python3 --version), and could you post your recipe file with the sources please.
python3 --version
Sorry, something went wrong.
I'm having the same issues running python 3.7.5
Resolution for me was to run the script using python3.6
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: