When Subzero tries to parse with the supersubtitle provider, it fails with JSONDecodeError: Expecting value: line 1 column 1 (char 0)
It started couple days ago.
I'm using SubZero 2.6.5.3268 and Plex 1.25.2.5319 on an Ubuntu 16.04 LTS. Tried with different plex and Subzero versions but the outcome was always the same.
2021-12-27 17:18:11,238 (-4e011270) : INFO (logger:30) - subliminal_patch.core: Skipping provider 'wizdom': no language to search for
2021-12-27 17:18:11,240 (-4df06270) : INFO (logger:30) - subliminal_patch.core: Initializing provider bsplayer
2021-12-27 17:18:11,242 (-4e034270) : INFO (logger:30) - subliminal_patch.providers.hosszupuska: Getting the page for episode 7
2021-12-27 17:18:11,246 (-4dee3270) : INFO (logger:30) - subliminal_patch.core: Initializing provider podnapisi
2021-12-27 17:18:11,249 (-4df06270) : INFO (logger:30) - subliminal_patch.providers.bsplayer: Sending request: logIn.
2021-12-27 17:18:11,250 (-4dec0270) : DEBUG (logger:28) - subliminal_patch.http: DNS: Resolved www.feliratok.info to 91.146.167.138 using [u'1.1.1.1', u'8.8.8.8']
2021-12-27 17:18:11,260 (-4e034270) : INFO (logger:30) - subliminal_patch.providers.hosszupuska: Url http://hosszupuskasub.com/sorozatok.php?cim=Better+Call+Saul&evad=01&resz=07&nyelvtipus=%25&x=24&y=8
2021-12-27 17:18:11,263 (-4dee3270) : INFO (logger:30) - subliminal_patch.providers.podnapisi: Searching subtitles {'sTE': 7, 'sXML': 1, 'sL': 'hu', 'sY': 2015, 'sK': u'better call saul', 'sTS': 1}
2021-12-27 17:18:11,270 (-4e034270) : DEBUG (logger:28) - subliminal_patch.http: DNS: Using hosszupuskasub.com=172.67.158.13 from cache
2021-12-27 17:18:11,277 (-4dee3270) : DEBUG (logger:28) - subliminal_patch.http: DNS: Using podnapisi.net=91.185.203.249 from cache
2021-12-27 17:18:11,371 (-4df06270) : DEBUG (logger:28) - subliminal_patch.http: DNS: Resolved s107.api.bsplayer-subtitles.com to 136.243.64.117 using [u'1.1.1.1', u'8.8.8.8']
2021-12-27 17:18:11,473 (-4dee3270) : DEBUG (logger:28) - subliminal_patch.http: DNS: Using www.podnapisi.net=91.185.203.249 from cache
2021-12-27 17:18:11,522 (-4dec0270) : ERROR (logger:38) - subliminal_patch.core: Unexpected error in provider 'supersubtitles': Traceback (most recent call last):
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/core.py", line 164, in list_subtitles_provider
results = self[provider].list_subtitles(video, provider_languages)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py", line 364, in list_subtitles
subs = self.query(title, video=video)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py", line 245, in query
series_id = self.find_id(series, year, series)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/providers/supersubtitles.py", line 207, in find_id
results = r.json()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/site-packages/simplejson/__init__.py", line 488, in loads
return _default_decoder.decode(s)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/site-packages/simplejson/decoder.py", line 389, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2021-12-27 17:18:11,524 (-4dec0270) : INFO (config:987) - Throttling supersubtitles for 10 minutes, until 21/12/27 17:28, because of: JSONDecodeError. Exception info: 'Expecting value: line 1 column 1 (char 0)'
2021-12-27 17:18:11,539 (-4dec0270) : INFO (datakit:131) - Saved the dictionary file
When Subzero tries to parse with the supersubtitle provider, it fails with JSONDecodeError: Expecting value: line 1 column 1 (char 0) It started couple days ago. I'm using SubZero 2.6.5.3268 and Plex 1.25.2.5319 on an Ubuntu 16.04 LTS. Tried with different plex and Subzero versions but the outcome was always the same.
Some other log entries about the environment.