Search found 15 matches

by cltdba
December 15th, 2013, 3:47 pm
Forum: General Help
Topic: Defaults to port 8085
Replies: 5
Views: 4566

Re: Defaults to port 8085

I figured out my issue. Avast 2014 was preventing anything to listen on 8080 and 8081. I couldn't easily find anywhere in avast to unblock this or create an exception/exclusion so I uninstalled it and went for another antivirus.

PS..I hate windows..
by cltdba
December 15th, 2013, 12:16 pm
Forum: General Help
Topic: Defaults to port 8085
Replies: 5
Views: 4566

Re: Defaults to port 8085

Same issue here on a fresh install on Windows. Sab doesn't seem to be reporting any issues with port 8080. netstat shows nothing listening on 8080. Anything else I can check? C:\Windows\system32>netstat | grep 8080 TCP [::1]:50304 GREENBEAN:8080 SYN_SENT TCP [::1]:50305 GREENBEAN:8080 SYN_SENT 2013-...
by cltdba
January 21st, 2013, 10:54 pm
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Re: Invalid json returned for mode=history

Yep, you're correct. I noticed the same after I pasted the log contents into the json parser instead of uploading it. None of the current CP logs are producing the error. If it pops up again I'll grab fresh logs and json.
by cltdba
January 21st, 2013, 1:17 pm
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Re: Invalid json returned for mode=history

This "error" is annoying.. When I copy and paste into http://json.parser.online.fr, it parses just fine........ back to the proverbial drawing board..
by cltdba
January 21st, 2013, 12:51 pm
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Re: Invalid json returned for mode=history

I'm not sure what you're doing differently than me? I paste the entire contents into jsonlint and upload the file to json parser. I know little to nothing about json so I could be doing this all wrong. Parse error on line 71: ... "script_log": "Loading config from --------------------...
by cltdba
January 20th, 2013, 7:03 pm
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Re: Invalid json returned for mode=history

Finally remembered to send you the json.
by cltdba
December 30th, 2012, 11:09 am
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Re: Invalid json returned for mode=history

Where can I send you the full json output? It appears it is complaining about the colon just after show details.
by cltdba
December 29th, 2012, 3:27 pm
Forum: Bug Reports
Topic: Invalid json returned for mode=history
Replies: 10
Views: 6988

Invalid json returned for mode=history

Example api call for history json: http://localhost:8080/api?output=json&apikey=myApiKey&limit=15&mode=history Excerpt of returned json where error lies: "show_details": "True", "script_log": "| + Codec ID: A_DTS\nVariable values: \n -> (dl_path) [arg1]...
by cltdba
September 27th, 2012, 11:41 pm
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

Excellent. I agree on the default interval increase. Most movies I download are over 4GB so 5 minute polling makes more sense.
by cltdba
September 22nd, 2012, 10:26 am
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

clinton hall wrote:Ruud has implemented a limit of 15. This is in the develop branch and should go to master at he next merge.

Also, in CPS settings, renamer, set Run Every (advanced option) to a greater time. This will reduce the frequency of calls.
Cool, set it to 10 minutes.
by cltdba
September 21st, 2012, 5:37 pm
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

Perhaps you could add a config item to limit full history scan requests to whatever number is configured? Maybe 50-75 by default? Maybe even as little as 20? I know I don't snatch 50 at a time, others may? Perhaps it would be an advanced option? I got to thinking further about what you said about CP...
by cltdba
September 21st, 2012, 4:58 pm
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

In looking at the CPS logs, it appears it does a history scan once a minute while there are items it expects sabnzbd to be downloading. By the way, you do you realize that I was able to produce the behavior via my browser right? CPS was shut down. I restarted sabnzbd, gave it about 5 minutes "i...
by cltdba
September 21st, 2012, 12:26 pm
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

Yep, I've already raised the issue with CPS. I'm not sure of their plans, but will ask if they would consider a revision. I believe the purpose of this is to avoid duplicate downloads. For example, perhaps I manually added an nzb to sabnzb and then also had CPS search for the same thing in order to ...
by cltdba
September 21st, 2012, 7:13 am
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Re: Api call for history is crashing sabnzbd

Yep, sure "did". I have already fixed the crashing issue by purging the history. Like I said above, if I had to guess I would say I had over 500 downloads in the history. Before this issue popped up, I never purged.
by cltdba
September 21st, 2012, 1:34 am
Forum: Bug Reports
Topic: Api call for history is crashing sabnzbd
Replies: 16
Views: 8831

Api call for history is crashing sabnzbd

I came across this issue after upgraded CouchPotatoServer to v2. It checks the queue and download history to check download status of movies it has sent to sabnzbd. I am running SABnzbd v0.7.3 on OS X 10.7.5. SABnzbd is hitting 100% cpu usage and then crashes with a segmentation fault when an api ca...