Search found 3681 matches

by Cas
Sat Feb 12, 2022 7:31 pm
Forum: Support
Topic: Torrent list empty but upload and downloads in progress
Replies: 34
Views: 35532

Re: Torrent list empty but upload and downloads in progress

Do you see any errors in the clients? What versions are your client and servers?
by Cas
Thu Feb 10, 2022 9:17 am
Forum: Support
Topic: Linux Version Compatibility
Replies: 2
Views: 10263

Re: Linux Version Compatibility

It is possible to install Deluge 2.0 on Bullseye using the PPA: https://deluge.readthedocs.io/en/latest/intro/01-install.html#alternative-installs Old debian instruction to help: https://dev.deluge-torrent.org/wiki/Installing/Linux/Debian/Jessie bullseye ~= focal : https://askubuntu.com/questions/44...
by Cas
Thu Feb 10, 2022 9:02 am
Forum: Support
Topic: Added order changes after server reboot
Replies: 2
Views: 3124

Re: Added order changes after server reboot

If possible could you create a ticket for this, thanks
by Cas
Thu Feb 10, 2022 9:01 am
Forum: Support
Topic: how many torrents
Replies: 6
Views: 12373

Re: how many torrents

Efforts were made for Deluge to handle several thousand torrents without significant impact. The Web UI has limitations and would likely not be able to handle more than a few hundred
by Cas
Sat Jan 08, 2022 6:10 pm
Forum: Development
Topic: [Suggestions] Make use of 'GitHub Actions' + Migrate issue tracker from Trac to GitHub
Replies: 7
Views: 96237

Re: [Suggestions] Make use of 'GitHub Actions' + Migrate issue tracker from Trac to GitHub

Hey darkred, thank you for making these suggestions. I have considered moving to GitHub in the past and at the time it was not as feature-full as it is now. As well as having concerns about putting everything in one place with no control over it. Yes Trac is not perfect and I recently had to require...
by Cas
Fri Dec 17, 2021 9:20 pm
Forum: Support
Topic: Backing up /home/locutus/.config/deluge/
Replies: 4
Views: 10544

Re: Backing up /home/locutus/.config/deluge/

Yes that will work
by Cas
Thu Dec 16, 2021 3:59 pm
Forum: Windows OS
Topic: Unofficial Deluge 2 for Windows 7 + 10
Replies: 86
Views: 447470

Re: Unofficial Deluge 2 for Windows 7 + 10

nero wrote: Thu Dec 16, 2021 7:26 am
rohitghali wrote: Tue Dec 14, 2021 10:37 am Themes are not working. I'm getting the error as shown in the screenshot.
Disable the pieces bar, that fixed it for me.
The pieces bar issue should have been resolved in 2.0.4 if you want to test it again
by Cas
Wed Dec 15, 2021 6:40 pm
Forum: Support
Topic: Deluge displays blank screen.
Replies: 10
Views: 24162

Re: Deluge displays blank screen.

Thanks AzureRaptor, I looked into how the Docker deluge was installed and it uses the Ubuntu PPA which in the build process minifies the js files with closure-compiler resulting in an error and zero-length deluge-all.js. Now I fully understand the issue I have fixed it and have a release pending... ...
by Cas
Tue Dec 14, 2021 3:45 pm
Forum: Support
Topic: Deluge displays blank screen.
Replies: 10
Views: 24162

Re: Deluge displays blank screen.

I can confirm it's a problem with the packaging of 2.0.4 where it seems to have been a error with minifying the javascript files.

You should be able to check by appending debug option to url:

Code: Select all

localhost:8112?debug=1
by Cas
Tue Dec 14, 2021 1:45 pm
Forum: Support
Topic: Deluge displays blank screen.
Replies: 10
Views: 24162

Re: Deluge displays blank screen.

Hmm it must be a bug in WebUI, I shall have to look into it. Are there any error in the browser console?