Search found 8829 matches

by sander
June 19th, 2015, 4:52 am
Forum: General Help
Topic: Error : expect one parameter [CP]
Replies: 3
Views: 3739

Re: Error : expect one parameter [CP]

The message "ERROR[.core.downloaders.sabnzbd] Failed sending release, use API key, NOT the NZB key: Traceback (most recent call last): HTTPError: 413 Client Error: Request Entity Too Large" is a CP error message. This is the SAB forum. So back to the basics: is the setup working? If not: g...
by sander
June 16th, 2015, 10:39 am
Forum: General Help
Topic: missing articles
Replies: 6
Views: 5938

Re: missing articles

by sander
June 15th, 2015, 3:24 pm
Forum: General Help
Topic: Problem running SickRage post process script (Exit 127)
Replies: 4
Views: 4233

Re: Problem running SickRage post process script (Exit 127)

On my Ubuntu Linux 'python2' does exist. I didn't even know that. And 'python2' is a link to python2.7: $ ll `which python2` lrwxrwxrwx 1 root root 9 mrt 17 14:00 /usr/bin/python2 -> python2.7 The plain 'python' links to python 2.7, which I did know: $ ll `which python` lrwxrwxrwx 1 root root 9 mrt ...
by sander
June 15th, 2015, 12:11 pm
Forum: General Help
Topic: Problem running SickRage post process script (Exit 127)
Replies: 4
Views: 4233

Re: Problem running SickRage post process script (Exit 127)

" as I found the solutions a little baffling." ... so what was the baffling solution?
by sander
June 15th, 2015, 10:14 am
Forum: General Help
Topic: SSL3: "dh key too small" with news.tweaknews.eu
Replies: 3
Views: 3422

Re: SSL3: "dh key too small" with news.tweaknews.eu

I contacted Tweaknews. Their answer: We have updated our certificate. A recent update caused SSL connections to fail on certain systems. Please try again. Our apologies for any inconvenience. I checked news.tweaknews.eu via https://weakdh.org/sysadmin.html, and it says "2048-bits". Good. I...
by sander
June 14th, 2015, 9:55 am
Forum: Bug Reports
Topic: dh key too small
Replies: 1
Views: 1617

Re: dh key too small

I would say: not a bug. See your other thread; problem on the side of Tweaknews using a too small dh key.
by sander
June 14th, 2015, 9:51 am
Forum: General Help
Topic: SSL3: "dh key too small" with news.tweaknews.eu
Replies: 3
Views: 3422

Re: SSL3: dh key too small

And, yes, the problem is on the side of news.tweaknews.eu. At least that's how I interpret this: https://weakdh.org/sysadmin.html says for news.tweaknews.eu: Warning! This site uses weak Diffie-Hellman parameters. Your site is vulnerable to attack and may stop working in Chrome, Firefox, Safari, and...
by sander
June 14th, 2015, 8:49 am
Forum: General Help
Topic: SSL3: "dh key too small" with news.tweaknews.eu
Replies: 3
Views: 3422

Re: SSL3: dh key too small

FWIW: I can reproduce it on my Ubuntu 15.04 with SABnzbd 0.8.x git version (and SABnzbd 0.7.20) and python 2.7.9 2015-06-14 15:44:59,446::INFO::[downloader:399] 1@news.tweaknews.eu: Initiating connection 2015-06-14 15:44:59,562::INFO::[newswrapper:241] Failed to connect: [('SSL routines', 'SSL3_CHEC...
by sander
June 13th, 2015, 1:05 am
Forum: General Help
Topic: RSS feed layout compatible with SABnzbd...
Replies: 4
Views: 7731

Re: RSS feed layout compatible with SABnzbd...

You're welcome.

How did you create the XML/RSS output? Can you post the source code?
by sander
June 12th, 2015, 7:37 am
Forum: Bug Reports
Topic: [0.7.20] database.pyo error
Replies: 4
Views: 2266

Re: [0.7.20] database.pyo error

Yes, try that. Or run CMD.EXE as admin, and then run sabnzbd-console.exe from that Formal answer: I believe on Windows even Admin not always has all rights to all files and directories. In such cases, an Admin can explicitly take ownership, but that is not done implicitly. The good thing about this:...
by sander
June 12th, 2015, 6:45 am
Forum: General Help
Topic: RSS feed layout compatible with SABnzbd...
Replies: 4
Views: 7731

Re: RSS feed layout compatible with SABnzbd...

Well ... did you try it out with SABnzbd? The proof of the pudding is in the junk ;-) EDIT: I did some junk: put your XML into my /home/sander/weg.rss I tried, and my web browser (Chromium) could succesfully access and show file:///home/sander/weg.rss in SABnzbd's RSS feed: add "file:///home/sa...
by sander
June 12th, 2015, 6:42 am
Forum: Bug Reports
Topic: [0.7.20] database.pyo error
Replies: 4
Views: 2266

Re: [0.7.20] database.pyo error

No, no problem with database.pyo.

The problem is this: "database is locked".

So:
- is another SABnzbd running?
- if not: has the account under which you're running SAB full (write) rights to the files in .sabnzbd/admin/... ?
by sander
June 12th, 2015, 12:05 am
Forum: General Help
Topic: Issues with Init.d Startup
Replies: 2
Views: 1141

Re: Issues with Init.d Startup

sudo in front of /etc/init.d/sabnzbdplus start

so:

Code: Select all

sudo /etc/init.d/sabnzbdplus start
by sander
June 11th, 2015, 6:02 am
Forum: Templates
Topic: Glitter - A new modern template
Replies: 117
Views: 375348

Re: Glitter - A new modern template

It's only slow when I am downloading at my full line speed with SABnzbd at the same time. Normally the delay indeed is only a few milliseconds! I could lower the timeout from two seconds to 1 second, and cache the last-seen-IP until a succesful new apify has been done. HOWEVER: that way is not clea...