Deluge 2.0 Beta 1

Suggestions and discussion of future versions
Locked
kbdserver
New User
New User
Posts: 4
Joined: Thu Oct 18, 2018 8:06 pm

Re: Deluge 2.0 Beta 1

Post by kbdserver »

Do not be offended, Calum, but the development of the project is very slow. Maybe because you're alone in the development team.
kbdserver
New User
New User
Posts: 4
Joined: Thu Oct 18, 2018 8:06 pm

Re: Deluge 2.0 Beta 1

Post by kbdserver »

You should not only play the Deluge game, but also think about the users who like the program
galneon
Member
Member
Posts: 31
Joined: Mon May 18, 2015 3:24 pm

Re: Deluge 2.0 Beta 1

Post by galneon »

Not sure I can wait any longer for this. At nearly 4000 torrents needing to sometimes be added/removed/edited/deleted by the hundreds at once, 1.3.15 is proving extraordinarily sluggish lately... Like 'do one operation and come back in 20 minutes' sluggish. On a year-old PC.

Are there any major integrity-related issues with 2.0b1? Any issues with torrents disappearing from the client, corrupt download data, etc.? I'm not worried about session data corruption as I've experienced it enough to schedule periodic backups. Is it ready for a power user?
kbdserver
New User
New User
Posts: 4
Joined: Thu Oct 18, 2018 8:06 pm

Re: Deluge 2.0 Beta 1

Post by kbdserver »

Thank you so much Calum for contributing to the development of Deluge. GTK3 version is available in develop trunk. I am glad that the project is still developing.
masterok
Member
Member
Posts: 12
Joined: Fri Dec 10, 2010 6:27 pm
Location: Ukraine

Re: Deluge 2.0 Beta 1

Post by masterok »

Deluge is not started after update. I need help

Code: Select all

Deluge --version
deluge 2.0.0.dev7379
libtorrent: 1.1.10.0
Python: 2.7.15rc1
OS: Linux Ubuntu Mate 18.04

Code: Select all

~$ deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 11, in <module>
    load_entry_point('deluge==2.0.0.dev7379', 'gui_scripts', 'deluge')()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/ui_entry.py", line 143, in start_ui
    ui.start()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtk3/__init__.py", line 43, in start
    from .gtkui import GtkUI
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtk3/gtkui.py", line 119, in <module>
    'choose_directory_dialog_path': get_default_download_dir(),
  File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 152, in get_default_download_dir
    if not line.startswith('#') and line.startswith('XDG_DOWNLOAD_DIR'):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 23: ordinal not in range(128)
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 2.0 Beta 1

Post by Cas »

I have created a ticket: https://dev.deluge-torrent.org/ticket/3212

A potential workaround is to copy old gtkui.conf file to gtk3ui.conf.
masterok
Member
Member
Posts: 12
Joined: Fri Dec 10, 2010 6:27 pm
Location: Ukraine

Re: Deluge 2.0 Beta 1

Post by masterok »

I deleted the "deluge" folder in /home/myname/.config. The problem remains. After the reinstallation is also not started.
Sorry, i did not understand where to change the coding. I thought that reinstallation would solve the problem.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 2.0 Beta 1

Post by Cas »

Please test with latest update
masterok
Member
Member
Posts: 12
Joined: Fri Dec 10, 2010 6:27 pm
Location: Ukraine

Re: Deluge 2.0 Beta 1

Post by masterok »

~$ deluge --version
deluge 2.0.0.dev7382
libtorrent: 1.1.10.0
Python: 2.7.15rc1
OS: Linux Ubuntu Mate 18.04 bionic

Thanks, it works!
luxus
New User
New User
Posts: 3
Joined: Sat Nov 10, 2018 10:05 pm

Re: Deluge 2.0 Beta 1

Post by luxus »

are there any docker for the beta?
at least for the demon and web gui?
i found the synaptica docker but it is still running beta 1. so hopefully a new version will arrive soon
Locked