nosmokingbandit / Watcher3

Other
279 stars 60 forks source link

watcher: /usr/bin/env: ‘python3\r’ issue. #158

Open DraZtiK opened 6 years ago

DraZtiK commented 6 years ago

Using nzbget and the Watcher post script I receive this message. Is this something as simple as adding it to the $PATH?

Thu Nov 23 2017 11:16:00 Post-process-script watcher.py for Movie failed (terminated with unknown status) Thu Nov 23 2017 11:16:00 watcher: /usr/bin/env: ‘python3\r’: No such file or directory Thu Nov 23 2017 11:16:00 Executing post-process-script watcher.py for Movie

nosmokingbandit commented 6 years ago

How do you launch python3? You can alter the script to point toward whatever your python3 binary is. I know on Arch python3 is the default so it is simply python, but the only thing consistent in linux is inconsistency.