Opened 12 years ago

Closed 8 years ago

Last modified 6 years ago

#2099 closed bug (Fixed)

console does not support monochrome terminals

Reported by: Calum Owned by: Calum
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 by Calum, 12 years ago

Milestone: 1.3.61.4.0

comment:2 by Calum, 8 years ago

Milestone: 2.0.x2.0
Resolution: Fixed
Status: newclosed

Fixed in develop: [79c59a2b1]

comment:3 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.