MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-01-16, 20:14   #211 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Default

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?
bloasfist is offline   Reply With Quote
Old 2008-01-16, 21:54   #212 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 686
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

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.
jburnette is online now   Reply With Quote
Old 2008-01-16, 23:09   #213 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts


Default

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.

Last edited by clobber; 2008-01-17 at 07:31.
clobber is offline   Reply With Quote
Old 2008-01-17, 07:36   #214 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts


Default

jburnette - I had tried both forward and backwards slashes to no avail. I just can't get it to work with sabnzbd. Hmm......
clobber is offline   Reply With Quote
Old 2008-01-17, 15:42   #215 (permalink)
Portal User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

maybe its possible to get in touch with the developers of ninan
and than make the my usenet plugin compatible with ninan

check the URL: http://www.ninan.org
lightman is offline   Reply With Quote
Old 2008-01-17, 20:45   #216 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 686
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

Quote:
Originally Posted by lightman View Post
maybe its possible to get in touch with the developers of ninan
and than make the my usenet plugin compatible with ninan

check the URL: http://www.ninan.org
It looks like Ninan uses an HTML interface like SAB. I'll see about adding support for it.
jburnette is online now   Reply With Quote
Old 2008-01-17, 22:14   #217 (permalink)
Portal User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

That would be greate!!! :-)
lightman is offline   Reply With Quote
Old 2008-01-19, 21:35   #218 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 686
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

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.
jburnette is online now   Reply With Quote
Old 2008-01-20, 12:33   #219 (permalink)
Portal Member
 
eloo's Avatar
 
Join Date: Jan 2005
Location: Aarhus, Denmark
Age: 27
Posts: 217
Thanks: 9
Thanked 7 Times in 5 Posts

My System

Default

Go ahead jburnette...
__________________
eloo

--
Support the development of MP:
http://forum.team-mediaportal.com/sh...ad.php?t=12103
--
Danish TV+Radio logos: http://forum.team-mediaportal.com/sh...261#post103261
eloo is offline   Reply With Quote
Old 2008-01-28, 16:18   #220 (permalink)
Portal Member
 
Join Date: Dec 2007
Location: Indianapolis, IN
Posts: 14
Thanks: 3
Thanked 3 Times in 2 Posts

Country:

My System

Default

Any updates on this plugin? I'd be great to use binsearch from within media portal.
Adam B. is offline   Reply With Quote
Reply

Bookmarks

Tags
nzb

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
REQ: Usenet plugin is there interest idioteque Plugins 4 2006-11-13 11:34


All times are GMT +1. The time now is 04:11.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress