[Python-modules-team] Bug#955125: Commit e1aa2b27
Kende Krisztián
krisztiankende at gmail.com
Sun Sep 27 10:30:26 BST 2020
Hello,
thank you Håvard, I tried it, but I think the latest version (2.1.0) is
still broken somehow.
There are errors when I click on the "Choose subtitles" in Nautilus:
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/subliminal-nautilus.py",
line 188, in choose_callback
refine(video, episode_refiners=self.config.refiners,
movie_refiners=self.config.refiners,
File "/usr/lib/python3/dist-packages/subliminal/core.py", line 546,
in refine
for refiner in ('hash', ) + refiners:
TypeError: can only concatenate tuple (not "list") to tuple
Similar with the "Download subtitles":
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/subliminal-nautilus.py",
line 265, in download_callback
refine(video, episode_refiners=self.config.refiners,
movie_refiners=self.config.refiners,
File "/usr/lib/python3/dist-packages/subliminal/core.py", line 546,
in refine
for refiner in ('hash', ) + refiners:
TypeError: can only concatenate tuple (not "list") to tuple
More information about the Python-modules-team
mailing list