Search found 16 matches

by bobbintb
September 21st, 2013, 11:17 am
Forum: General Help
Topic: Starting paused
Replies: 3
Views: 2306

Re: Starting paused

It was the scheduler that was causing the problem. But it was set to pause at 8am. I usually turn it on around 5pm. Is that expected behavior? I'm guessing it is meant to be on 24/7 so since it missed 8am it does it whenever it comes on.
by bobbintb
September 18th, 2013, 7:21 pm
Forum: General Help
Topic: Starting paused
Replies: 3
Views: 2306

Starting paused

I used to have sabnzbd start paused in the advanced settings. I recently changed it back to normal and it still starts paused. I even checked the ini to make sure the setting got saved and it did yet it still starts paused. Did I overlook something?
by bobbintb
November 16th, 2012, 2:05 pm
Forum: General Help
Topic: difficulty changing settings with api
Replies: 3
Views: 1289

Re: difficulty changing settings with api

AH! ok. i got a little confused looking at the examples. i think it was the keyword=username part that got me but i get it now. thanks a lot.
by bobbintb
November 16th, 2012, 12:51 pm
Forum: General Help
Topic: difficulty changing settings with api
Replies: 3
Views: 1289

difficulty changing settings with api

i am trying to change my sabnzbd.ini settings with the api but am having an issue. i read the wiki on how to do it and tried following this: General form for individual settings. http://localhost:8080/sabnzbd/api?mode=set_config&section=SECTION&keyword=KEYWORD&value=VALUE Examples: http:...
by bobbintb
November 15th, 2012, 1:39 pm
Forum: General Help
Topic: selectively deleting warnings
Replies: 2
Views: 1012

Re: selectively deleting warnings

thats what i thought.just a little extra coding for me then. thanks.
by bobbintb
November 14th, 2012, 7:13 pm
Forum: General Help
Topic: selectively deleting warnings
Replies: 2
Views: 1012

selectively deleting warnings

I am writing a script that alerts me every time there is a login error on sabnzbd. the issue im having is once it alerts me i need to clear the warnings so it will not alert me again. i could probably write it to keep track of the warnings but it's not worth the effort and i'l not that good of a pro...
by bobbintb
August 31st, 2012, 4:04 pm
Forum: General Help
Topic: error log keeps filling up with same error
Replies: 8
Views: 4793

Re: error log keeps filling up with same error

i just tried deleting the history file and no change. i am using it on an unraid system which i think installs sabnzbd everytime the system is started. so would i have to unlock it everytime? i would just ignore it but i can get upwards of 20 errors for one file. that can get annoying after a few do...
by bobbintb
August 31st, 2012, 3:44 pm
Forum: General Help
Topic: error log keeps filling up with same error
Replies: 8
Views: 4793

Re: error log keeps filling up with same error

yes, but it does it every time i download. doesnt matter how many times i restart.
by bobbintb
August 31st, 2012, 12:01 pm
Forum: General Help
Topic: error log keeps filling up with same error
Replies: 8
Views: 4793

error log keeps filling up with same error

every download i get this error a bunch. what does it mean? Traceback (most recent call last): File "/boot/sabnzbd/sabnzbd/database.py", line 83, in execute self.c.execute(command, args) OperationalError: database is locked 2012-08-31 10:59:21,267::ERROR::[database:90] SQL Command Failed, ...
by bobbintb
August 25th, 2012, 7:40 pm
Forum: General Help
Topic: api attribute for jobs
Replies: 5
Views: 1629

Re: api attribute for jobs

so, just to make sure i understand this correctly, anytime there is a "loaded" attribute in the history api with a value of "true", then it is busy doing something?
by bobbintb
August 25th, 2012, 1:27 pm
Forum: General Help
Topic: api attribute for jobs
Replies: 5
Views: 1629

Re: api attribute for jobs

wow, that is awesome. thanks so much. :D
by bobbintb
August 24th, 2012, 8:41 pm
Forum: General Help
Topic: api attribute for jobs
Replies: 5
Views: 1629

api attribute for jobs

i am trying to write a script to shutdown sabnzbd if it isnt doing anything but i cant find much documentation on what the xml api attributes do. i figured out how to work with the queue but is there one for something like jobs? i can tell it to shutdown if the queue is empty but i would also need a...
by bobbintb
August 24th, 2012, 4:20 pm
Forum: General Help
Topic: question about shutdown and queue
Replies: 7
Views: 5330

Re: question about shutdown and queue

yea, most of that code was courtesy of google. :) but yes, i dont want it to shut down if it is in the middle of unpacking, repairing, or even running a post-processing script. maybe "status" is the one i'm looking for. i'll do some testing and see what i get. no, that wont work because it...
by bobbintb
August 24th, 2012, 2:41 pm
Forum: General Help
Topic: question about shutdown and queue
Replies: 7
Views: 5330

Re: question about shutdown and queue

thanks for the help. i didnt think it would be. but that did give me a direction. i think i'll just try and write a script to check if the queue is empty and shutdown if it is. thanks again. Out of curiosity: on which platform are you? Linux, OSX, Windows, ... ? If you write in Python (just like SA...
by bobbintb
August 24th, 2012, 12:06 pm
Forum: General Help
Topic: question about shutdown and queue
Replies: 7
Views: 5330

Re: question about shutdown and queue

thanks for the help. i didnt think it would be. but that did give me a direction. i think i'll just try and write a script to check if the queue is empty and shutdown if it is. thanks again.