Opened 5 years ago

Closed 5 years ago

#3248 closed bug (Fixed)

No input accepted in CLI mode with py3 install.

Reported by: mhertz Owned by:
Priority: critical Milestone: 2.0.0
Component: Console UI Version: develop
Keywords: Cc:

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.

Change History (2)

comment:1 Changed 5 years ago by mhertz

Just wanted to add that it's not just "CLI mode" after pressing 'l' that has this issue, but everything involving a cursor waiting for input, e.g. when trying to add a torrent/magnet by pressing 'a' and use arrow down to select from URL and there the cursor also just blinks and not taking in input or accepting pasting from primary-selection/clipboard.

Version 1, edited 5 years ago by mhertz (previous) (next) (diff)

comment:2 Changed 5 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed: [1a134cab1b]

For reference logging to file should catch any errors.

deluge-console -l log
Note: See TracTickets for help on using tickets.