Opened 12 years ago

Closed 7 years ago

Last modified 6 years ago

#2099 closed bug (Fixed)

console does not support monochrome terminals

Reported by: Cas Owned by: Cas
Priority: minor Milestone: 2.0.0
Component: Console UI Version: 1.3.5
Keywords: Cc:

Description

Forwarded from forum: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=39827

    deluge-console
    Traceback (most recent call last):
      File "/usr/bin/deluge-console", line 9, in <module>
        load_entry_point('deluge==1.3.5', 'console_scripts', 'deluge-console')()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 74, in start
        Console().start()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 71, in start
        ConsoleUI(self.args)
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 198, in __init__
        curses.wrapper(self.run)
      File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
        return func(stdscr, *args, **kwds)
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 220, in run
        colors.init_colors()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/colors.py", line 94, in init_colors
        curses.init_pair(counter, getattr(curses, fg), getattr(curses, bg))
    _curses.error: init_pair() returned ERR

Change History (3)

comment:1 Changed 11 years ago by Cas

  • Milestone changed from 1.3.6 to 1.4.0

comment:2 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.0
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in develop: [79c59a2b1]

comment:3 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.