Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install on 1.3.15 #15

Closed
neuman1812 opened this issue Oct 5, 2018 · 2 comments
Closed

Unable to install on 1.3.15 #15

neuman1812 opened this issue Oct 5, 2018 · 2 comments
Labels

Comments

@neuman1812
Copy link

Deluge Web version 1.3.15

Installed on Debian Stretch, Raspberry pi

Error log:

[ERROR ] 13:25:39 json_api:240 Error calling method web.upload_plugin
[ERROR ] 13:25:39 json_api:241 [Errno 21] Is a directory: u'/home/vpn/.config/deluge/plugins/'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 232, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 199, in _exec_local
return meth(*params)
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 1000, in upload_plugin
shutil.copyfile(path, os.path.join(get_config_dir(), "plugins", filename))
File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 21] Is a directory: u'/home/vpn/.config/deluge/plugins/'

@idlesign
Copy link
Owner

idlesign commented Oct 7, 2018

Have you tried installing any other plugin, to confirm this one is really related to webapi?

@idlesign
Copy link
Owner

Closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants