My Usenet (1 Viewer)

bloasfist

Portal Pro
November 16, 2006
177
10
Home Country
Netherlands Netherlands
Hi all. First i wanna say that the idea of having usenet within mp is just great! However, i've got a slight problem.
I am trying to get this plugin working using MP 0.2.3.0 and SABnzbd+ 0.3.0, but when i try to save a .nzb using the plugin i get the 'error downloading nzb' message (as Clobber does 2 and 3 posts back).
SABnzbd+ itself works just fine, when i manually download a nzb file into the monitored directory, it downloads it just fine...

In my error.log i see the following:

2008-01-16 21:05:37.296875 [ERROR][MPMain]: No translation found for id 106619
2008-01-16 21:05:37.312500 [ERROR][9]: My Usenet: Error reading config from site xml: System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
at ClassLibrary1.myusenet.getconfig()
2008-01-16 21:05:43.875000 [ERROR][MPMain]: No translation found for id 106619
2008-01-16 21:05:50.187500 [ERROR][MPMain]: No translation found for id 106619
2008-01-16 21:05:50.265625 [ERROR][MPMain]: No translation found for id 101002
2008-01-16 21:05:52.046875 [ERROR][MPMain]: No translation found for id 106619
2008-01-16 21:06:15.812500 [ERROR][MPMain]: My Usenet: Error downloading NZB, error message: System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at ClassLibrary1.myusenet.getnzb()
2008-01-16 21:06:30.515625 [ERROR][MPMain]: My Usenet: Error downloading NZB, error message: System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at ClassLibrary1.myusenet.getnzb()

It looks like i forgot to give 'path' a value. But where do i do that?
 

jburnette

Portal Pro
August 24, 2006
758
116
Kentucky
Home Country
United States of America United States of America
eloo, good to hear it's working with that new version.

One of the developers on SAB+ contacted me to let me know about the new API they've implemented. It allows us to send commands and receive status updates without having to parse the HTML - meaning that the theme will no longer matter and small changes to the default theme won't break the plugin. Definitely good news there.

clobber & bloasfist, it looks like your problems are coming from actually reading the destination directory from your sabnzb config file. Make sure that you kept the same format that is already by default used meaning that, for example, if your nzb_blackhole directory was located in a folder named usenet you would enter c:/usenet/nzb_blackhole/ instead of c:\usenet\nzb_blackhole\. I think that might fix your problems. Let me know.

I'll put a check in the next version that will automatically switch those slashes to prevent that problem in the future.
 

clobber

Portal Pro
January 12, 2008
190
4
Eloo - can you tell me your installation directory (or where you run it from) and the sabnzbd paths you have configured? If I run/install in C:\Program Files and try to download NZBs and unrar onto my D: drive, it does not work. The release notes say something about supporting regular Windows paths with "\" but I can't get it to work.
 

clobber

Portal Pro
January 12, 2008
190
4
jburnette - I had tried both forward and backwards slashes to no avail. I just can't get it to work with sabnzbd. Hmm......
 

jburnette

Portal Pro
August 24, 2006
758
116
Kentucky
Home Country
United States of America United States of America
Does anyone still use the regular SABnzbd, not SABnzbdplus? If so, do you have any reason to still use it other than you just haven't upgraded? I'm going to remove support for the old version if no one is still using it since plus has the new API.
 

Users who are viewing this thread

Top Bottom