You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this to download files from a friend's Plex to my own library.
python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 59
print "Starting PlexDownloader Web Manager..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vi plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 62
print "Starting Plex Scraper..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vim plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 156
print "PlexDownloader - v0.07"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Fedora 39
python --version
Python 3.12.0
The text was updated successfully, but these errors were encountered:
Hello, I'm having this issue.
I'm trying to use this to download files from a friend's Plex to my own library.
python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 59
print "Starting PlexDownloader Web Manager..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vi plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 62
print "Starting Plex Scraper..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vim plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 156
print "PlexDownloader - v0.07"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Fedora 39
python --version
Python 3.12.0
The text was updated successfully, but these errors were encountered: