nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Got a program that plays well with SABnzbd? Share it here!

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby duz » September 10th, 2008, 4:21 pm

Taomyn wrote:
JayBird wrote:Is anyone else having issues with this on FF3 on OSX Leopard?

Ever since installing FF3, this plugin has failed to work. The status in the bottom bar won't update, and clicking a download link at Newzbin doesn't send anything to the queue anymore.

This is the same on my iMac and my MacBook.

Any ideas?!


I have exactly the same thing with FF3 running on Vista and XP, from inside my own network and from the outside at work - I know the URL is correct as I can view it in FF3 just fine.

I did monitor clicks and hovering over the status bar icon with Console2 (after disabling all except the nzbdStats extension) and it did produce:

So maybe the code is broken in some way?


Have you tried uninstalling and then reinstalling the extension?
duz
Jr. Member
Jr. Member
 
Posts: 76
Joined: January 21st, 2008, 7:53 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby huleboeren » September 12th, 2008, 12:05 pm

duz wrote:
Taomyn wrote:
JayBird wrote:Is anyone else having issues with this on FF3 on OSX Leopard?

Ever since installing FF3, this plugin has failed to work. The status in the bottom bar won't update, and clicking a download link at Newzbin doesn't send anything to the queue anymore.

This is the same on my iMac and my MacBook.

Any ideas?!


I have exactly the same thing with FF3 running on Vista and XP, from inside my own network and from the outside at work - I know the URL is correct as I can view it in FF3 just fine.

I did monitor clicks and hovering over the status bar icon with Console2 (after disabling all except the nzbdStats extension) and it did produce:

So maybe the code is broken in some way?


Have you tried uninstalling and then reinstalling the extension?


My nzbdstatus doesnt work if I dont login to sabnzbd in firefox(on the ip and port sabnzbd listens to) before using nzbstatus
huleboeren
Release Testers
Release Testers
 
Posts: 117
Joined: January 25th, 2008, 2:10 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby duz » September 12th, 2008, 12:09 pm

huleboeren wrote:My nzbdstatus doesnt work if I dont login to sabnzbd in firefox(on the ip and port sabnzbd listens to) before using nzbstatus


That's because it doesn't know your login details.  When you login to sab, you have to let Firefox save that info so it can read it.  It also may have read in the wrong info if you've since changed it, you can fix it by right clicking on the status bar icon and selecting Configure.  The middle pane has your sab login details.
duz
Jr. Member
Jr. Member
 
Posts: 76
Joined: January 21st, 2008, 7:53 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby duz » September 26th, 2008, 4:23 pm

I'm currently writing the code in v2 that'll detect a failed submission and try to resubmit it.  The icon won't fade out until it successfully submits the info to the server.
duz
Jr. Member
Jr. Member
 
Posts: 76
Joined: January 21st, 2008, 7:53 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby JayBird » September 29th, 2008, 2:03 pm

HI,

I still cant get this to work on my iMac.

On my home network i have SABnzbd+ installed on my iMac.

I have the lastest version of FireFox installed on the iMac with SABnzbd status installed. In the config i have the URL set as http://192.168.1.2:8181/sabnzbd/ (this is the correct address as this is the address i use to log into the the web interface).

I have the EXACT same setup on my MacBook.

On the iMac the status of SABnzbd+ doesn't get updates in FireFox. When clicking pause or unpause on the FireFox status bar, nothing happens.

Also, when browsing Newzbin, clicking the yellow arrow to send the NZB to the daemon doesn't do anything.

As i said, this exact same setup works on my MacBook, sending the files to the daemon on the iMac.

Im sure this has only stopped working since i installed FireFox 3, but maybe that is just coincidence as it work in FF3 on the MacBook, and FF3 on my Windows Machine at work.

Any ideas?
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby switch » September 29th, 2008, 2:19 pm

The (correct) username and password for sabnzbd is entered in the settings yes?
User avatar
switch
Moderator
Moderator
 
Posts: 1513
Joined: January 17th, 2008, 4:55 pm
Location: UK

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby JayBird » September 29th, 2008, 2:22 pm

Yes, i have doubled and triple checked. Its really baffling now  ???
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby JayBird » September 29th, 2008, 2:37 pm

Is there any way i can debug extensions in firefox so i can see what is going on?
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby JayBird » September 29th, 2008, 3:22 pm

...when clicking the sab icon in FF, it takes me directly to me queue, as it should
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby JayBird » September 29th, 2008, 4:33 pm

Got this working.

I trashed FireFox, reinstalled everything and it has decided to work.
JayBird
Jr. Member
Jr. Member
 
Posts: 82
Joined: August 18th, 2008, 4:21 am

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby duz » September 30th, 2008, 2:14 pm

pair of dimes wrote:duz, you know how when you click the yellow arrow it fades out?

If the POST method fails could you un-fade the icon? That should be easy to check for. That way I know if something goofed.

Sometimes I'll try adding a bunch of stuff right after I start SABnzbd, but since SABnzbd can take a bit of time to start (not instantaneous in my case), some of the yellow-arrow-clicks won't make it through.

nzbdStatus currently does not offer any sort of connection testing or per-request feedback.


I'm thinking of changing this (or adding as an option) to use Firefox's notification system so you'd get a little popup in the corner (or growl notification on OSX) telling you nzb id whatever got sent to server whatever or that it failed.  Good idea?
duz
Jr. Member
Jr. Member
 
Posts: 76
Joined: January 21st, 2008, 7:53 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby copylepht » October 17th, 2008, 10:56 pm

How can I make this plugin work with NZBMatrix?
copylepht
Newbie
Newbie
 
Posts: 2
Joined: October 17th, 2008, 10:54 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby duz » October 18th, 2008, 7:13 pm

copylepht wrote:How can I make this plugin work with NZBMatrix?


What is it not doing that you want it to do?
duz
Jr. Member
Jr. Member
 
Posts: 76
Joined: January 21st, 2008, 7:53 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby kian » October 27th, 2008, 2:55 am

the status app sounds like a handy tool. however, i would like to use it during work and there i do not have firefox or opera or any permission to install unauthorized SW. I am using netvibes in IE7 though. Is there any widget available for netvibes that might allow me to watch the sabnzbd status?
kian
Newbie
Newbie
 
Posts: 21
Joined: September 10th, 2008, 6:03 pm

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Postby huleboeren » October 27th, 2008, 4:22 am

kian wrote:the status app sounds like a handy tool. however, i would like to use it during work and there i do not have firefox or opera or any permission to install unauthorized SW. I am using netvibes in IE7 though. Is there any widget available for netvibes that might allow me to watch the sabnzbd status?

You can get an rss feed of the history (the jobs already done)

also an rss feed of the current queue - but that requires some ´hacking´ :P
huleboeren
Release Testers
Release Testers
 
Posts: 117
Joined: January 25th, 2008, 2:10 pm

PreviousNext

Return to Third-party Addons