JohnDoee / deluge-streaming

Streaming plugin for deluge, making it possible to read torrents and download required parts on-demand.
Other
139 stars 15 forks source link

Plugin does not load [Bug] #17

Closed moryoav closed 6 years ago

moryoav commented 6 years ago

System: Deluge 2.0b1, Streaming-0.8.1-py2.7.egg, Windows 10.0.16299 Home. Problem: Plugin does not load. Error log message ("error" level):

14:03:10 [ERROR   ][deluge.pluginmanagerbase           :75  ] Failed to start plugin: Streaming
Traceback: <type 'exceptions.AttributeError'>: 'MainWindow' object has no attribute 'main_glade'
twisted/internet/defer.py:149:maybeDeferred
deluge\plugins\init.py:27:enable
c:\users\user\appdata\roaming\deluge\plugins\streaming-0.8.1-py2.7.egg\streaming\gtkui.py:79:enable
JohnDoee commented 6 years ago

Fixed in 0.9.0, you can get it here for now https://github.com/JohnDoee/deluge-streaming/releases/tag/0.9.0

Thanks for reporting the bug!