Search found 8830 matches

by sander
September 29th, 2014, 9:14 am
Forum: Français
Topic: Installation DEBIAN
Replies: 1
Views: 2901

Re: Installation DEBIAN

Is it possible for you to ask your question in English in the main forum (or probably better: http://forums.sabnzbd.org/viewforum.php?f=16 ) ?
If so, I can help you there.
by sander
September 29th, 2014, 4:08 am
Forum: Bug Reports
Topic: E-Mail Notification Not Working For Me
Replies: 9
Views: 9002

Re: E-Mail Notification Not Working For Me

I'm wondering if you have 2 factor authentication turned on? That was my issue. Simply went into Google apps https://security.google.com/settings/security/apppasswords and created a password and it worked. I have 2 factor authentication turned on on my gmail, and I can just send mail via gmail-smtp...
by sander
September 29th, 2014, 12:16 am
Forum: General Help
Topic: Repair Failed
Replies: 1
Views: 584

Re: Repair Failed

by sander
September 26th, 2014, 3:20 pm
Forum: General Help
Topic: Linux - SAB not Starting
Replies: 10
Views: 3676

Re: Linux - SAB not Starting

Try the real (internal) IP address instead of 0.0.0.0 0.0.0.0 means that SABnzbd should find that out by itself, but on some systems this just doesn't work. Shypike, can't we program that workaround into SABnzbd itself? So: if that error occurs, and cherryhost/browserhost is set to 0.0.0.0 (or ::1)...
by sander
September 25th, 2014, 11:53 pm
Forum: General Help
Topic: Linux - SAB not Starting
Replies: 10
Views: 3676

Re: Linux - SAB not Starting

Snippets:

Code: Select all

Starting web-interface on 0.0.0.0:8080
error: [Errno 99] Cannot assign requested address
So, first guess: there is already some other process listening on port 8080. Check with:

Code: Select all

netstat -apon | grep 8080
Post the output here.
by sander
September 25th, 2014, 3:22 pm
Forum: Third-party Addons
Topic: FYI: example script for SAB API, JSON and the queue
Replies: 1
Views: 5147

Re: FYI: example script for SAB API, JSON and the queue

FWIW: Some alternative code: ### Made by the JSON King import json import urllib apikey = 'b463b755ad289e4fd2e2e7319ab6eacf' baseurl = 'http://localhost:8080/' url = '%sapi?mode=queue&start=START&limit=LIMIT&output=json&apikey=%s' % (baseurl, apikey) urlresult = urllib.urlopen(url) p...
by sander
September 25th, 2014, 1:17 pm
Forum: General Help
Topic: PAR2, UnRaR, Unzip Issue [Drobo 5N]
Replies: 1
Views: 1717

Re: PAR2, UnRaR, Unzip Issue [Drobo 5N]

I think this really is a question for the Drobo forum. See for example here: http://www.drobospace.com/forums/showth ... ?tid=72791):
by sander
September 25th, 2014, 12:08 am
Forum: General Help
Topic: Bad downloads with "If you get the error: etc." txt file
Replies: 2
Views: 6204

Re: Bad downloads with "If you get the error: etc." txt file

Yes, well known. (See http://forums.sabnzbd.org/viewtopic.php?f=4&t=17337 ) Solution: in SABnzbd 0.7.18 (or higher), go to Config -> Swiches, and fill out "Action when unwanted extension detected": Pause "Unwanted extensions": EXE Then restart SABnzbd. SABnzbd will now early ...
by sander
September 25th, 2014, 12:04 am
Forum: Feature Requests
Topic: Bandwidth Control At The Priority / Category Level
Replies: 4
Views: 3383

Re: Bandwidth Control At The Priority / Category Level

It's not code; it's pseudo code to give an idea of what you could do in a real language like Python. Do you know any programming language? EDIT: Below is real, working python code that sets the SAB download speed based on category of the current active download. # made by the JSON King # import json...
by sander
September 24th, 2014, 1:00 am
Forum: Feature Requests
Topic: Bandwidth Control At The Priority / Category Level
Replies: 4
Views: 3383

Re: Bandwidth Control At The Priority / Category Level

Is there any way (I haven't found one yet) to set the download speed per category and/or priority via app settings, scripts, or other? Not within SABnzbd itself. However, I think you can do it yourself via the SABnzbd API (http://wiki.sabnzbd.org/api), as the API offers info about the queue, and yo...
by sander
September 23rd, 2014, 2:57 pm
Forum: General Help
Topic: invalid par2 files
Replies: 7
Views: 6401

Re: invalid par2 files

shypike wrote: It will change to file.1.ext, which will work much better.
... because of Unwanted Extensions' last-rar-finding (and it's checking for '.rar'): can you change it to file.1.rar ?
If not, should I also scan for '.ext' in the name (assuming it's a rar)?
by sander
September 23rd, 2014, 1:31 pm
Forum: Nederlands
Topic: wachtwoord in bestanden
Replies: 7
Views: 4161

Re: wachtwoord in bestanden

OK, goed om te horen.
by sander
September 23rd, 2014, 5:24 am
Forum: Nederlands
Topic: wachtwoord in bestanden
Replies: 7
Views: 4161

Re: wachtwoord in bestanden

Wil je hulp van mij? Zo ja: PM mij dan link naar NZB en het bijbehorende wachtwoord.
by sander
September 22nd, 2014, 4:04 pm
Forum: General Help
Topic: Username and pw are not retained in server settings
Replies: 1
Views: 1128

Re: Username and pw are not retained in server settings

Possible cause: the username/password are cached by your webbrowser. In your webbrowser, clear SAB's settings
by sander
September 22nd, 2014, 1:02 am
Forum: General Help
Topic: Remote Access: Password Failing
Replies: 2
Views: 1583

Re: Remote Access: Password Failing

Did you set a GUI username/password in SABnzbd? If so: remove it (temporarily) and try again.