junalmeida / Sick-Beard

Sick-Beard is a PVR & episode guide that downloads and manages all your TV shows. You must have rights to the TV Shows being downloaded. Always observe network regulations and laws in your country.
GNU General Public License v3.0
143 stars 72 forks source link

SickBeard snatcing torrents without uTorrent running #156

Closed Yellow1144 closed 10 years ago

Yellow1144 commented 10 years ago

I just updated to the freshest version of SB Torrent Providers, and this issue seems to be occurring again. I had observed this months ago when I updated SB to a new version but couldn't get it to run as a service in Win7. That crashing issue has been resolved and now that I have this running again, I am having this issue again.

I have uTorrent run automatically late in the day. But without it running, I am getting notices in XBMC that shows are being snatched and of course, SB won't look for them once my client IS running. Here is what appears in the SB log

Because I am not seeing others mentioning this, I wonder if it might be something specific to me. Let's see if others are experiencing this.

2014-03-16 16:08:18 ERROR SEARCHQUEUE-RSS-SEARCH :: uTorrent is not running or the uTorrent API is not enabled. 2014-03-16 16:08:18 WARNING SEARCHQUEUE-RSS-SEARCH :: Unable to parse the filename B5D33647EDAFF4BF1C48056FA32E66F8D8A28980 into a valid episode 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: INSERT INTO history (action, date, showid, season, episode, quality, resource, provider) VALUES (?,?,?,?,?,?,?,?) with args [102, '20140316160818', 74608, 21, 7, 1, u'Top Gear 21x07 HDTV x264 FoV rartv', 'Torrentz'] 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: 74608: Saving episode details to database 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: STATUS IS 102 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: UPDATE tv_episodes SET status = ?, release_name = ?, file_size = ?, tvdbid = ?, airdate = ?, location = ?, description = ?, hasnfo = ?, hastbn = ?, name = ? WHERE season = ? AND showid = ? AND episode = ? with args [102, '', 0, 4813786, 735308, '', u'The conclusion of the two-part programme in which Jeremy Clarkson, Richard Hammond and James May were challenged to drive across Burma to build a bridge over the River Kwai in Thailand in three lorries, each bought unseen from the internet on a limited budget.', False, False, u'Burma Special (2)', 21, 74608, 7] 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: Episode has no release name, replacing it with a generic one: %SN - %Sx%0E - %EN 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: formatting pattern: %SN - %Sx%0E - %EN -> Top Gear - 21x07 - Burma Special (2) 2014-03-16 16:08:18 INFO SEARCHQUEUE-RSS-SEARCH :: Sending XBMC notification to 'localhost:17422' - Top Gear - 21x07 - Burma Special (2) 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: XBMC JSON command: {"jsonrpc":"2.0","method":"JSONRPC.Version","id":1} 2014-03-16 16:08:18 DEBUG SEARCHQUEUE-RSS-SEARCH :: Contacting XBMC via url: http://localhost:17422/jsonrpc 2014-03-16 16:08:19 DEBUG SEARCHQUEUE-RSS-SEARCH :: XBMC JSON response: {u'jsonrpc': u'2.0', u'id': 1, u'result': {u'version': {u'major': 6, u'minor': 0, u'patch': 0}}} 2014-03-16 16:08:19 DEBUG SEARCHQUEUE-RSS-SEARCH :: Detected XBMC version >= 12, using XBMC JSON API 2014-03-16 16:08:19 DEBUG SEARCHQUEUE-RSS-SEARCH :: XBMC JSON command: {"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"Started Download","message":"Top Gear - 21x07 - Burma Special (2)", "image": "http://www.sickbeard.com/xbmc-notify.png"},"id":1} 2014-03-16 16:08:19 DEBUG SEARCHQUEUE-RSS-SEARCH :: Contacting XBMC via url: http://localhost:17422/jsonrpc 2014-03-16 16:08:21 DEBUG SEARCHQUEUE-RSS-SEARCH :: XBMC JSON response: {u'jsonrpc': u'2.0', u'id': 1, u'result': u'OK'}

junalmeida commented 10 years ago

Dupe of #127