Hi.
Over the last week, I've had TV episodes download twice, even though SickBeard only (appears) to add them once.
I am running v0.7.14 of SabNzbD.
Any idea what could be causing this please, and what I could look for in the log(s).
TIA.
Downloads Twice
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Downloads Twice
Usually it means that you're putting NZB files in the "watched folder" and also sending them in another way to SABnzbd.
The download report of a job (in History) will show you the source of the NZB file.
(It does mean you have to download both items.)
The download report of a job (in History) will show you the source of the NZB file.
(It does mean you have to download both items.)
Re: Downloads Twice
Thanks for responding shypike.
I'm sending NZBs direct to SABNZB and not putting them in a "watched folder".
Both entries have the source set to the NZB location, not a local location.
I'm sending NZBs direct to SABNZB and not putting them in a "watched folder".
Both entries have the source set to the NZB location, not a local location.
Re: Downloads Twice
If the items are sent to SABnzbd by SickBeard through the API,
then it's SickBeard that sends them twice for some reason.
One work-around is to tell SABnzbd to ignore duplicate entries (Config->Switches).
(You must set an NZB backup folder in Config->Folders).
then it's SickBeard that sends them twice for some reason.
One work-around is to tell SABnzbd to ignore duplicate entries (Config->Switches).
(You must set an NZB backup folder in Config->Folders).
Re: Downloads Twice
Thanks shypike, I'll give that a go.
What is the backup folder used for please, just storing .nzb files ?
What is the backup folder used for please, just storing .nzb files ?
Re: Downloads Twice
Yes.CBers wrote:What is the backup folder used for please, just storing .nzb files ?
Re: Downloads Twice
OK, duplicate nzbs are being ignored now., but I see them coming from both SickBeard and CouchPotato.
Could it be a SabNzbD issue?
TIA.
Could it be a SabNzbD issue?
TIA.
Re: Downloads Twice
Still getting duplicate NZBs being ignored, this time from CouchPotato:
Also seeing these errors in the SABNZBD log:
Should I post them elsewhere ??
Code: Select all
2013-08-20 23:38:01,213::WARNING::[nzbstuff:804] Ignoring duplicate NZB "L.A.2013.1080p.BluRay.x264-LCHD.cp(tt1227931).nzb"
2013-08-20 23:49:07,101::WARNING::[nzbstuff:804] Ignoring duplicate NZB "star.trek.into.darkness.2013.1080p.web-dl.h264-publichd.cp(tt1408101).nzb"
2013-08-20 23:49:20,280::WARNING::[nzbstuff:804] Ignoring duplicate NZB "L.A.2013.1080p.BluRay.x264-LCHD.cp(tt1227931).nzb"
Code: Select all
2013-08-20 23:27:39,013::ERROR::[_cplogging:55] [20/Aug/2013:23:27:39] Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 98, in run
File "cherrypy\_cprequest.pyo", line 58, in __call__
File "cherrypy\lib\auth.pyo", line 58, in basic_auth
File "cherrypy\lib\auth.pyo", line 10, in check_auth
File "cherrypy\lib\httpauth.pyo", line 181, in parseAuthorization
File "cherrypy\lib\httpauth.pyo", line 162, in _parseBasicAuthorization
File "base64.pyo", line 321, in decodestring
Error: Incorrect padding
2013-08-20 23:27:39,013::INFO::[_cplogging:55] [20/Aug/2013:23:27:39] HTTP
Request Headers:
AUTHORIZATION: Basic HIDDEN
Content-Type: text/html
HOST: HIDDEN:8080
ACCEPT: text/html, */*
USER-AGENT: Mozilla/3.0 (compatible; Indy Library)
Remote-Addr: 218.199.102.59
2013-08-20 23:27:39,013::DEBUG::[_cplogging:55] [20/Aug/2013:23:27:39] HTTP Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 603, in respond
File "cherrypy\_cprequest.pyo", line 98, in run
File "cherrypy\_cprequest.pyo", line 58, in __call__
File "cherrypy\lib\auth.pyo", line 58, in basic_auth
File "cherrypy\lib\auth.pyo", line 10, in check_auth
File "cherrypy\lib\httpauth.pyo", line 181, in parseAuthorization
File "cherrypy\lib\httpauth.pyo", line 162, in _parseBasicAuthorization
File "base64.pyo", line 321, in decodestring
Error: Incorrect padding
Re: Downloads Twice
SABnzbd cannot prevent CP from sending multiple NZBs.
The errors in the log show that the calling party doesn't use the authentication protocol properly.
I have no knowledge of this, CherryPy is a (fairly standard) web building block and it's usually right about things like this.
The errors in the log show that the calling party doesn't use the authentication protocol properly.
I have no knowledge of this, CherryPy is a (fairly standard) web building block and it's usually right about things like this.
Re: Downloads Twice
Just to close this off, as I have reinstalled SickBeard, sabnzbd and CouchPotato and I haven't had any further duplicate nzbs.
Thanks for your help.
Thanks for your help.