-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
Subsyncarr used to work great. But since updating yesterday I keep getting permissions errors.
Traceback (most recent call last):
File "/home/node/.local/bin/autosubsync", line 8, in sys.exit(cli_packaged()) File "/home/node/.local/share/pipx/venvs/autosubsync/lib/python3.9/site-packages/autosubsync/main.py", line 147, in cli_packaged cli(packaged_model=True) File "/home/node/.local/share/pipx/venvs/autosubsync/lib/python3.9/site-packages/autosubsync/main.py", line 134, in cli success = synchronize(args.video_file, args.subtitle_file, args.output_file,\ File "/home/node/.local/share/pipx/venvs/autosubsync/lib/python3.9/site-packages/autosubsync/main.py", line 100, in synchronize preprocessing.transform_srt(subtitle_file, output_file, transform_func) File "/home/node/.local/share/pipx/venvs/autosubsync/lib/python3.9/site-packages/autosubsync/preprocessing.py", line 95, in transform_srt with open(out_srt, 'wb') as out_file: PermissionError: [Errno 13] Permission denied: '/scan_dir/tv/Show/Season 1/Show - S01E09 - Episode Name.en.autosubsync.srt'`
Nobody is owner of the files and the access is drwxr-xr-x
Any suggestions?