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 add torrents #100

Open
PluschDE opened this issue Nov 26, 2023 · 0 comments
Open

Unable to add torrents #100

PluschDE opened this issue Nov 26, 2023 · 0 comments

Comments

@PluschDE
Copy link

Since a recent change on my remote deluge installation (seedbox moved servers) I am unable to add torrent files from websites, while addding them via magnet link works just fine.

The issue seems to be with deluge-siphon authenticating the SSL certificate, which seems he only does when uploading a .torrent file remotely. Accessing the web-ui for the server via chrome or local thin client everything is working fine, and the new certificate is shown as valid. Also uploading torrents directly via WebUI or local client works just fine.

The full error in the logfile is :

controller_actions.js:156 _serverError Objecterror: code: 4message: "Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('system library', '', ''), ('system library', '', ''), ('system library', '', ''), ('system library', '', ''), ('SSL routines', '', 'certificate verify failed')]>]\nTraceback (most recent call last):\n File "/usr/local/lib/python3.10/dist-packages/deluge/core/rpcserver.py", line 355, in on_fail\n failure.raiseException()\n File "/usr/local/lib/python3.10/dist-packages/twisted/python/failure.py", line 504, in raiseException\n raise self.value.with_traceback(self.tb)\n File "/usr/local/lib/python3.10/dist-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks\n result = context.run(\n File "/usr/local/lib/python3.10/dist-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator\n return g.throw(self.type, self.value, self.tb)\n File "/usr/local/lib/python3.10/dist-packages/deluge/core/core.py", line 532, in add_torrent_url\n filename = await download_file(\ntwisted.web._newclient.ResponseNeverReceived: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('system library', '', ''), ('system library', '', ''), ('system library', '', ''), ('system library', '', ''), ('SSL routines', '', 'certificate verify failed')]>]\n\n]"[[Prototype]]: Objectid: "-17004.0"result: null[[Prototype]]: Object
DelugeConnection._serverError @ controller_actions.js:156

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

No branches or pull requests

1 participant