Search found 5 matches
- Fri Sep 19, 2014 7:47 pm
- Forum: Development
- Topic: Torrent Status field
- Replies: 1
- Views: 1876
Torrent Status field
Is there any documentation on what the valid torrent status values are? This is one area where the online docs seems to be lacking.
- Fri Sep 19, 2014 11:51 am
- Forum: Windows OS
- Topic: Unable to start plugin, missing dependency
- Replies: 5
- Views: 3068
Re: Unable to start plugin, missing dependency
Thanks for all your help. I was able to get it working by modifying the import lines. In the end though I didn't really like the way the plugin worked and decided to build my own. Only took about an hour and I got it up and running to do exactly what I needed.
- Thu Sep 18, 2014 6:37 pm
- Forum: Windows OS
- Topic: Unable to start plugin, missing dependency
- Replies: 5
- Views: 3068
Re: Unable to start plugin, missing dependency
Thanks for the help. I copied the dependencies over to the deluge program folder and that's when I started getting the error in my second post. At this point to save from more headache I will probably just write my own plugin. I'll have to brush up on python, its been far too long...
- Thu Sep 18, 2014 2:29 pm
- Forum: Windows OS
- Topic: Unable to start plugin, missing dependency
- Replies: 5
- Views: 3068
Re: Unable to start plugin, missing dependency
After some fiddling around I was able to get a little further in the plugin startup process. I copied the twisted folders from site-packages to the install directory where deluge-1.3.7-py2.7.egg was located. I now get the following error Unable to instantiate plugin! No module named words.xish Trace...
- Thu Sep 18, 2014 12:44 pm
- Forum: Windows OS
- Topic: Unable to start plugin, missing dependency
- Replies: 5
- Views: 3068
Unable to start plugin, missing dependency
I am trying to get XMPP Notify to start working and every time I try to enable the plugin it just disables itself when I click apply. I have narrowed the problem down to twisted. Below is the log when I try to enable the plugin. Unable to instantiate plugin! twisted Traceback (most recent call last)...