jensb89 / trakt---letterboxd-import

Import Letterboxd movie list (diary) into trakt.tv
90 stars 17 forks source link

New API #24

Open ItzEdInYourBed opened 4 months ago

ItzEdInYourBed commented 4 months ago

Hello, I keep getting this error every time I try to run it.

> Manage App Execution Aliases.
PS C:\Users\Admin\desktop\import> py py-trakt-letterboxd-import.py --watched watched.csv
  File "C:\Users\Admin\desktop\import\py-trakt-letterboxd-import.py", line 36
    print 'Authentification expired, trying to re-authentificate...'
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Is the new Trakt API incompatible with this script?

jensb89 commented 4 months ago

Try the other script with -python3 at the end. That should help :)