Open jmichiel opened 11 years ago
which version of XDM are you running ? every Download object should have a .extra_data attribute :/ https://github.com/lad1337/XDM/blob/master/xdm/classes.py#L887
Ive got same issues from users of my plugins... It seems that master branch isnt up to date and doesn't have the extradata property. It may be Nice to update It ? Le 20 nov. 2013 21:32, "lad1337" notifications@github.com a écrit :
which version of XDM are you running ? every Download object should have a .extra_data attribute :/ https://github.com/lad1337/XDM/blob/master/xdm/classes.py#L887
/status should give you the version number and some more info
you could also have used the log page to post this issue and it would add system information from your traceback i assume its a synology
— Reply to this email directly or view it on GitHubhttps://github.com/lad1337/XDM-main-plugin-repo/issues/6#issuecomment-28928132 .
i just did a complete install with a git clone (default is master) and the blackhole plugin worked fine ...
what version of XDM are you using ? fyi i do not control the synology package
the version used in the synology package is: Version: Zim 0.5.9 And indeed, during development, I didn't have any issue either while using the latest master... I'll kindly ask the package maintainer to update to the latest master ;-)
Manually updating the source solved it!
I wrote a torrent Indexer plugin for PublicHD, but when I try to use it with BlackHole Downloader, I get the following error in the log:
Have I forgotten something? I copy-pasted some code from the Newznab Indexer, but there's nothing about extra_data there...