JvSomeren / tautulli-watched-sync

Use this script to make Tautulli for plex synchronize watched TV Shows to Trakt.tv and movies to Letterboxd
24 stars 3 forks source link

Permission Denied? #3

Closed bbakermmc closed 5 years ago

bbakermmc commented 5 years ago

Tautulli Notifiers :: Failed to run script: [Errno 13] Permission denied

bbakermmc commented 5 years ago

chmod to 777 but now:

Tautulli Notifiers :: Failed to run script: [Errno 8] Exec format error

Tautulli Notifiers :: Full script is: [u'/config/Scripts/trakt_letterboxd_sync.sh', '--userId', 'xxxxxxx', '--contentType', 'episode', '--tvdbId', '295648', '--season', '5', '--episode', '6']

JvSomeren commented 5 years ago

The problem seems to be with the extension used by your script trakt_letterboxd_sync.sh, this should be trakt_letterboxd_sync.py. Try changing this, it should work with the correct extension.