morpheus65535 / bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
https://www.bazarr.media
GNU General Public License v3.0
2.87k stars 223 forks source link

Subdivx provider raises JSONDecodeError when searching for subtitles #2406

Closed avraham closed 8 months ago

avraham commented 8 months ago

Describe the bug Subdivx provider raises JSONDecodeError when searching for subtitles. This started to happen yesterday.

To Reproduce Steps to reproduce the behavior:

  1. Go to a movie and manually search for subtitles.
  2. No subtitles are found and there are error messages in the logs. This happen regardless if there are subtitles in the website or not.

log files bazarr.log bazarr (1).log

Software (please complete the following information):

Bazarr: 1.4.2 package: v1.4.2-ls239 by linuxserver.io Radarr version 5.2.6.8376

vitiko98 commented 8 months ago

This was fixed with one of the latest commits. Can you update and try reproducing the issue?

avraham commented 8 months ago

Yes. It's fixed in v1.4.3-beta.2. Thank you.