Search found 81 matches

by jeps
Sat Feb 19, 2022 1:46 pm
Forum: Development
Topic: Dev version and https trackers
Replies: 10
Views: 61551

Re: Dev version and https trackers

I must have misunderstood what I was supposed to do in my previous attempts.
Missed that I was supposed to start deluged that way :o

This way of starting deluged makes https tracker work so that's nice.
Hope you come up with a solution.
by jeps
Sat Feb 19, 2022 7:33 am
Forum: Development
Topic: Dev version and https trackers
Replies: 10
Views: 61551

Re: Dev version and https trackers

Libtorrent install: sudo pip install libtorrent==2.0.* Deluge install using Deluge's PPA. So when changing version: Remove all Deluge components, change repository and install Deluge. The only way I can (sort of) getting https to work in the dev builds is by using ltConfig and disabling: "valid...
by jeps
Fri Feb 18, 2022 8:05 am
Forum: Development
Topic: Dev version and https trackers
Replies: 10
Views: 61551

Dev version and https trackers

Hi. During my investigation of the https://forum.deluge-torrent.org/viewtopic.php?f=7&t=56122 I ran into another problem using the dev version(s). When adding a Torrent from an https tracker, the certificate validation always failed. When switching to the public version (2.0.5) the same Torrent ...
by jeps
Wed Feb 16, 2022 3:28 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

Nice - short - precise :lol:
Really, that was the needed command

Thanks a lot.
by jeps
Wed Feb 16, 2022 12:10 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

I made an Ubuntu 21.10 server, which has Twisted version 20.3.0 But I still get the same error (I think it is the same ;) : File "/usr/lib/python3/dist-packages/deluge/core/daemon_entry.py", line 119, in run_daemon daemon.start() File "/usr/lib/python3/dist-packages/deluge/core/daemon...
by jeps
Wed Feb 16, 2022 6:50 am
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

Looks like we are close to getting a solution. Standard Twisted version in Ubuntu 20.04 is (as mhertz wrote) 18.9.0, is there any way to get this updated? It is correct that Deluge dev PPA offers Libtorrent 1.1.12 as I wrote earlier (and mhertz confirmed) if the user doesn't manually upgrade to newe...
by jeps
Tue Feb 15, 2022 7:06 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

Sorry, one last report. During seeding (after adding and downloading of torrent) I get this error on a regular basis: Unhandled Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/daemon_entry.py", line 119, in run_daemon daemon.start() File "/usr...
by jeps
Tue Feb 15, 2022 7:01 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

The last input to day ;) I enabled the autoadd plugin and saved the torrent filen in this folder. Now the download starts, but all values in the transfer window is blank except for the "progress" bar. The Progress Bar changes status, but the actual progress during download is not shown. Al...
by jeps
Tue Feb 15, 2022 6:43 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

Next step - a complete new Ubuntu 20.04.3 server, Libtorrent 2.0.5.0 and latest Deluged dev version. Same story when adding a torrent, no torrent file saved and no download begins. I get this error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/daemon_entry...
by jeps
Tue Feb 15, 2022 3:11 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 15275

Re: Torrent list empty but upload and downloads in progress

I have tried on a Linux Mint 20.3 Cinnamon (Ubuntu 20.04) doing the following: - sudo add-apt-repository ppa:deluge-team/develop - sudo pip install libtorrent==2.0.* - sudo apt install Deluge - sudo apt install Deluged This gets me: - 2.1.1~dev7681+8ece03677-202202150216~ubuntu20.04.1 - Libtorrent: ...