Opened 9 years ago
Closed 9 years ago
#2811 closed bug (Invalid)
create_plugin.py creates plugin with bug
Reported by: | haydent | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | needs verified |
Component: | Plugin | Version: | 1.3.12 |
Keywords: | Cc: |
Description
per this investigation here: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=53942&p=223969#p223969
If i follow the guide here: http://dev.deluge-torrent.org/wiki/Development/1.3/Plugin and create the plugin template, the compiled plugin runs fine on first activation but on program relaunch deluge fails with this error log attached.
Im running classic mode under windows 7, i have tried compiling under linux or windows with same result.
I can get it to not make the error by setting up setup.py and plugin dir structure the way another plugin i found does, as it does not have this problem.
I have attached screenshot of difference between setup.py with working one on right and problem one on left. The code for these can be found at the forum post above.
Attachments (2)
Change History (4)
by , 9 years ago
Attachment: | Capture.JPG added |
---|
comment:1 by , 9 years ago
It looks like you are trying to use develop
plugins with 1.3
? So you did not follow the wiki link to the correct script.
comment:2 by , 9 years ago
Resolution: | → Invalid |
---|---|
Status: | new → closed |
screenshot