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?
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?