Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 2449)

Ticket Resolution Summary Owner Reporter
#3250 Fixed Errors in console-UI. mhertz
Description

On py3 install(arch fully updated), then I cannot remove a torrent from the list, and have to use CLI mode instead. No error shown, but nothing happens when selecting to remove, with or without keeping file(s). The error-log from the console-UI is named 'remove-torrent.log'.

Last, when having a torrent with a file that's not downloaded yet, like when using ipmagnet to test what IP is published to tracker, and then pressing right-arrow, then errors are repeatedly splashed all over the screen. This error is months old I remember btw. The error-log from console-UI is named 'empty-rightarrow.log'.

Thanks in advance!

#3248 Fixed No input accepted in CLI mode with py3 install. mhertz
Description

It works with a py2 install, but with a py3 install then it fails accepting input in console-UI after pressing 'l'to enter CLI mode and the cursor just blinks and no input and also cannot quit with 'Q'and needs ctrl+c instead. Only pressing tab twice lists all commands but nothing else is accepted. I've tried both normal install and virtualenv but always the same and nothing in logs either. I'm on latest fully updated arch Linux. Note this issue has been there for many months and so not based from a recent commit. Thanks in advance.

#3247 Fixed Replace deprecated platform.linux_distribution() function DjLegolas DjLegolas
Description

As of python 3.5, the platform.linux_distribution() is marked as deprecated.

Therefor, a new way to get the linux distro is required...
And it seem as distro is the preferred package to use
(this package is listed at the example in the python's docs).

Note: See TracQuery for help on using queries.