Quote:
Originally Posted by eloo Quote:
Originally Posted by jburnette As far as the update button goes, thats a toggle. It should toggle autoupdate either on or off. If you are getting updated results when you first enter the plugin then that tells me that it's connecting no problem. As long as the button is checked it should be updating those stats every x seconds (specified in plugin setup). | Yeah, thats the way I understand it, as a toogle. Wonder why it isnt updating. hmmm.. Quote:
Originally Posted by jburnette And as for the posts not being added to the queue, that's odd. Do you have a paid Newzbin account | Yup. Its only when I do a manually search for titles, not when entering feeds. They work. |
I think I've figured out what the problem MAY be. When you get a chance, open up your nzbmatrix.xml file and check to see if the last node is <vip>. If it's not, add <vip>false</vip> before the </nzbmatrix> tag. (unless of course you are a vip member of nzbmatrix). It doesn't matter whether you plan to use nzbmatrix or not. I think what has happened is I added that field in the new release but told you that you didn't need to replace that file. The plugin is not able to read that node's element (since it doesn't exist) and halts. That's why you initially get your SAB values but the plugin never starts the timer to refresh them because it doesn't get that far. Please try that and let me know what happens.
Everyone should probably go ahead and do that if they are having problems with their stats not updating. In case anyone has problems:
Code:
<nzbmatrix>
<username>username</username>
<password>password</password>
<uid>11111</uid>
<pass>11111</pass>
<vip>false</vip>
</nzbmatrix>
I have not tested this to see if it is what is causing your problems, but it's at least worth a shot. This is yet another reason for me to add better error-handling.
Also, if there are any requests for sites/features/grabbers to be added (other than binsearch.info which is planned) let me know. Keep in mind that not all grabbers provide access to the download status like alt.binz and SABnzbd do.