Custom Query (2444 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 2444)

Ticket Resolution Summary Owner Reporter
#3409 Fixed Make deluge-console work on Windows for command line automation petersasi
Description
  1. Python does not support and include ncurses on Windows.
  2. Windows-Curses https://pypi.org/project/windows-curses/ can be installed with pip, which adds support for the standard Python curses module on Windows. Uses the PDCurses curses implementation.
  3. Without this patch however it bails out claiming the module 'signal' has no attribute 'SIGWINCH'.
  4. This patch passes on the AttributeError? above.
  5. This makes the below sample commands run and complete as intented:

deluge-console.exe status deluge-console.exe info

#3407 Upstream 'Saved Paths' popup crashes deluge on Wayland pjlbyrne
Description

When you click on the 'Saved Paths' dropdown in the 'Move Download Folder' dialog, deluge crashes.

stderr shows: Gdk-Message: 14:36:53.552: Window 0x560dbb915830 is a temporary window without parent, application will not be able to position it on screen.

(deluge:183142): Gdk-WARNING : 14:36:53.552: Couldn't map as window 0x560dbb915830 as popup because it doesn't have a parent

Then ~13000 copies of: (deluge:183142): Gdk-WARNING : 14:36:53.553: Window 0x560dbb915830 is already mapped at the time of grabbing. gdk_seat_grab() should be used to simultanously grab input and show this popup. You may find oddities ahead.

Then: Gdk-Message: 14:36:54.581: Error 11 (Resource temporarily unavailable) dispatching to Wayland display

#3401 Fixed Website SSL error in download-section. mhertz
Description

Just wanted to report that adelphiaUK from the forum, reported a SSL certificate error occuring in website's download-section:

"Error while retrieving file <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)>"

https://forum.deluge-torrent.org/viewtopic.php?f=7&t=55696

Thanks in advance.

Note: See TracQuery for help on using queries.