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.
I'm running SAB 0.6.5 with latest SickBeard and CouchPotato on ReadyNas.Everything is working great but I'm getting warnings when I lauch SAB web interface. As soon as I log to it new warnings are being generated:
2011-10-04 12:52:06,864 WARNING: Authentication missing, please enter username/password from Config->General into your 3rd party program:
2011-10-04 12:52:05,167 WARNING: Authentication missing, please enter username/password from Config->General into your 3rd party program:
2011-10-04 12:51:54,370 WARNING: Authentication missing, please enter username/password from Config->General into your 3rd party program:
2011-10-04 00:42:36,928 WARNING: Authentication missing, please enter username/password from Config->General into your 3rd party program:
Everytime I refresh page I get new warning. I have no idea what 3rd party program is missing username and password since SB and CP are working just fine.
How can I find out what is causing this?
Thanks in advance
Stop CP and SB and check if it still happens.
BTW: you should be aware that we're not keen on supporting ReadyNAS packages
that are being sold by someone else.
Stopped CP and SB and it still happends.Any chances to dig dipper into it? Asking ReadyNas at the same time.
Edit:
It's not happening in IE only in FF. I'm using CP script for greasemonkey but that's not it. Even with disabled GM warnings are being still generated.
Last edited by bbaraniec on October 4th, 2011, 3:51 pm, edited 1 time in total.
No idea, something is trying to contact SABnzbd.
Only SABnzbd itself cannot know where it comes from.
Do you have some browser add-on installed? nzbdStatus? SABconnect++ ?
I don't have any addons but I tried with FF 8 beta. I didn't get any errors. I'm a bit confused to be honest. There has to be something in my profile. I'm gonna have to live with it
I'm having the same issue. Short of busting out wireshark, is there a log that shows WHERE this is coming from? IP Address? This warning seems useless without a way to identify the troublemaker and remedy the issue.
If you do not allow outside access to SABnzbd, the only IP where the calls can come
from is localhost. Which tells you exactly nothing. But that's all SABnzbd knows about the origin.
In my case, I do indeed allow outside access so that I can control and troubleshoot SAB from wherever is convenient to me (laptop, tablet, my desk at work).
Wireshark it is then!
It only took a few minutes of packet capture and a few seconds of analysis to find the offender (missing user/pass in my father's SABconnect++), but even still I can imagine it to have caused serious head-scratching for those without a decent understanding of networking protocols.
The dev team must see the benefit of exposing source IP in warning messages related to API behaviour.