caronc / nzb-subliminal

Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
GNU General Public License v3.0
103 stars 14 forks source link

Unexpected error in provider 'opensubtitles' - ResponseNotReady #63

Closed caronc closed 6 years ago

caronc commented 6 years ago

The following error has been reported to have happened:

2018-08-18 23:21:17,767 - 100112 - ERROR - Unexpected error in provider 'opensubtitles'
Traceback (most recent call last):
  File "C:\Program Files\SABnzbd\scripts\Subliminal\subliminal\api.py", line 325, in download_best_subtitles
    provider.terminate()
  File "C:\Program Files\SABnzbd\scripts\Subliminal\subliminal\providers\opensubtitles.py", line 132, in terminate
    response = self.server.LogOut(self.token)
  File "C:\Python27\lib\xmlrpclib.py", line 1243, in __call__
    return self.__send(self.__name, args)
  File "C:\Python27\lib\xmlrpclib.py", line 1602, in __request
    verbose=self.__verbose
  File "C:\Python27\lib\xmlrpclib.py", line 1283, in request
    return self.single_request(host, handler, request_body, verbose)
  File "C:\Python27\lib\xmlrpclib.py", line 1313, in single_request
    response = h.getresponse(buffering=True)
  File "C:\Python27\lib\httplib.py", line 1108, in getresponse
    raise ResponseNotReady()
ResponseNotReady