I'm still trying to get this to work. SABnzbd+ 0.3.3 works just fine when I download manually. However, I get an odd error in my logs when trying to use my usenet.
Quote:
|
2008-04-13 21:44:40.859375 [Info.][11]: My Usenet: Error reading NZB dir from C:\Program Files\SABnzbd\sabnzbd.ini, read as c:\downloads\nzb
|
Quote:
2008-04-13 21:44:49.062500 [ERROR][18]: My Usenet: Error downloading NZB, error message: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at myusenet.myusenet.getnzb()
|