Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • f17e53b1372c00c6953d6b8cd808bcfa3f43c1a6
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
31 results

SickRage-1

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Fernando authored
    This maybe the cause of the of "Unable to send Torrent: Return code" as we succeeded sending torrent to client BUT SR didn't had knowledge of that and next time will try to send again, creating the empty/None return code
    
    ```
    2015-10-20 23:31:38 INFO     SEARCHQUEUE-DAILY-SEARCH :: Downloading *******.S01E01.1080p.HDTV.X264-DIMENSION from Rarbg
    2015-10-20 23:31:38 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Calling Transmission Client
    2015-10-20 23:31:43 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Transmission: Response to POST request is {"arguments":{},"result":"success"}
    2015-10-20 23:32:14 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
      File "/home/osmc/SickRage/sickbeard/search_queue.py", line 145, in run
        self.success = search.snatchEpisode(result)
      File "/usr/lib/python2.7/socket.py", line 571, in create_connection
        raise err
    timeout: timed out
    
    2015-10-20 23:41:51 INFO     SEARCHQUEUE-DAILY-SEARCH :: Downloading *******.S01E01.1080p.HDTV.X264-DIMENSION from Rarbg
    2015-10-20 23:31:38 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Calling Transmission Client
    2015-10-20 23:41:51 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Transmission: Response to POST request is {"arguments":{},"result":"success"}
    2015-10-20 23:42:21 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
      File "/home/osmc/SickRage/sickbeard/search_queue.py", line 145, in run
        self.success = search.snatchEpisode(result)
      File "/usr/lib/python2.7/socket.py", line 571, in create_connection
        raise err
    timeout: timed out
    
    2015-10-20 23:51:43 INFO     SEARCHQUEUE-DAILY-SEARCH :: Downloading *******.S01E01.1080p.HDTV.X264-DIMENSION from Rarbg
    2015-10-20 23:51:43 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Calling Transmission Client
    2015-10-20 23:51:43 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: Transmission: Response to POST request is {"arguments":{},"result":"success"}
    2015-10-20 23:51:45 INFO     SEARCHQUEUE-DAILY-SEARCH :: ***: Notification sent to *****
    ```
    f17e53b1
    History
    Name Last commit Last update