Skip to content

opensubtitles: Fix invalid format specifier

Krifa75 requested to merge Krifa75/totem:opensubtitles-format-string into master

As explainer in !319 (merged), we get the error

Traceback (most recent call last):
  File "/app/lib/totem/plugins/opensubtitles/opensubtitles.py", line 789, in __on_find_clicked
    (movie_hash, movie_size) = hash_file (self._filename)
  File "/app/lib/totem/plugins/opensubtitles/hash.py", line 42, in hash_file
    returnedhash = f"{file_hash:%016x}"
ValueError: Invalid format specifier

which prevent us from downloading subtitles

Thanks

Merge request reports