deluge-web error when adding torrent

General support for problems installing or using Deluge
Post Reply
chesterjazzman
New User
New User
Posts: 1
Joined: Mon Jan 13, 2020 4:55 pm

deluge-web error when adding torrent

Post by chesterjazzman »

Running deluge 2.0.3-2~201906121747~ubuntu18.04.1. The issue I'm having is that I can't add torrents via url.

I go to Add to open the "Add torrents" popup. I click Url to open the "Add from url" dialog, paste the url in the dialog, and click Add. Back in the "Add Torrents" dialog, the url appears, but no file information is loaded. The Add button is enabled, but nothing happens when I click it. No error appears.

in jounalctl I see these error messages:

Code: Select all

Jan 13 13:07:10 htpc deluge-web[5281]: 13:07:10 [ERROR   ][deluge.ui.web.json_api     :675 ] Failed to add torrent from url https://linuxtracker.org/download.php?id=c3b9f7ce224f0eb3ac99755eccfbc1ed882eb616&f=manjaro-gnome-19.0-pre1-testing-200106-linux54.iso.torrent&key=6c2d037a
Jan 13 13:07:10 htpc deluge-web[5281]: 13:07:10 [ERROR   ][deluge.ui.web.json_api     :185 ] [Failure instance: Traceback (failure with no frames): <class 'twisted.web._newclient.ResponseNeverReceived'>: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]>]
What other info do you need to help me solve this? What can I try doing?

Thanks!
vferg
New User
New User
Posts: 2
Joined: Mon Aug 10, 2020 5:11 pm

Re: deluge-web error when adding torrent

Post by vferg »

Not sure if this was fixed but I just got this same issue after seeing there was an update for the software and updating to 2.0.3-12 (Synology). Ran into a few issues and some had solutions here which helped a lot but I was not able to find much about this one. When trying to add a torrent from deluge-web through URL (which worked all the time prior to update) it does nothing. When I looked at the logs I also got a similar error as the person above.

Deluge ui 2.0.3
12:37:42 [WARNING ][deluge.httpdownloader :315 ] Error occurred downloading file from "https://site": [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')]>]
12:37:42 [ERROR ][deluge.ui.web.json_api :675 ] Failed to add torrent from url https://site
12:37:42 [ERROR ][deluge.ui.web.json_api :185 ] [Failure instance: Traceback (failure with no frames): <class 'twisted.web._newclient.ResponseNeverReceived'>: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')]>]
]


I replaced the site info but that is it. All sites return this error now.

Thank you
Post Reply