Ticket #1262 (closed defect: fixed)
Uploading plugin with webui fail, faulty named filename on server
| Reported by: | olmari | Owned by: | damoxc |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | webui | Version: | 1.2.3 |
| Keywords: | plugin upload failure wrong saved filename | Cc: |
Description
When I upload a plugin into deluge 1.2.3 trough webui, it saves the plugin as shown in upload selector, ie "C:\fakepath\XMPPNotify-0.1_dev-py2.6.egg" instead of just "XMPPNotify-0.1_dev-py2.6.egg" in plugins directory... Also log says that "[WARNING ] 05:24:26 pluginmanagerbase:122 Cannot enable non-existant plugin C fakepath XMPPNotify "
Here is ls command after uploaded plugin with webui and then working plugin uploaded trough deluge-gtk (using RPC):
root@lara:/var/lib/deluge/plugins# ls -l
total 48
-rw-rw-rw- 1 deluge deluge 20932 2010-05-05 05:24 C:\fakepath\XMPPNotify-0.1_dev-py2.6.egg
-rw-rw-rw- 1 deluge deluge 20932 2010-05-05 05:27 XMPPNotify-0.1_dev-py2.6.egg
