Guest User

Untitled

a guest
Jul 13th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/app/bazarr/bin/bazarr/subtitles/utils.py", line 39, in get_video
  3.     video = parse_video(path, hints=hints, providers=providers, dry_run=used_scene_name,
  4.   File "/app/bazarr/bin/bazarr/../libs/subzero/video.py", line 61, in parse_video
  5.     return scan_video(fn, hints=hints, dont_use_actual_file=dry_run, providers=providers,
  6.   File "/app/bazarr/bin/bazarr/../libs/subliminal_patch/core.py", line 811, in scan_video
  7.     video.hashes[\'opensubtitles\'] = osub_hash = osub_hash or hash_opensubtitles(hash_path)
  8.   File "/app/bazarr/bin/bazarr/../libs/subliminal/utils.py", line 32, in hash_opensubtitles
  9.     filebuffer = f.read(bytesize)
  10. OSError: [Errno 5] I/O error
Advertisement
Add Comment
Please, Sign In to add comment