Guest User

Untitled

a guest
Oct 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. 2017-10-17 17:21:00,365 ERROR:base_events:Exception in callback Core.on_input_readable()
  2. handle: <Handle Core.on_input_readable()>
  3. Traceback (most recent call last):
  4. File "/home/woffs/git/poezio/poezio/theming.py", line 436, in to_curses_attr
  5. pair = curses_colors_dict[colors]
  6. KeyError: (247, 239)
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/usr/lib/python3.5/asyncio/events.py", line 126, in _run
  12. self._callback(*self._args)
  13. File "/home/woffs/git/poezio/poezio/core/core.py", line 663, in on_input_readable
  14. self.do_command(replace_line_breaks(char), False)
  15. File "/home/woffs/git/poezio/poezio/core/core.py", line 825, in do_command
  16. self.current_tab().on_input(key, raw)
  17. File "/home/woffs/git/poezio/poezio/tabs/rostertab.py", line 1017, in on_input
  18. return self.key_func[key]()
  19. File "/home/woffs/git/poezio/poezio/decorators.py", line 19, in wrap
  20. self.core.refresh_window()
  21. File "/home/woffs/git/poezio/poezio/core/core.py", line 1471, in refresh_window
  22. self.current_tab().refresh()
  23. File "/home/woffs/git/poezio/poezio/tabs/rostertab.py", line 999, in refresh
  24. self.avatar_win.refresh(row.avatar)
  25. File "/home/woffs/git/poezio/poezio/windows/image.py", line 40, in refresh
  26. self._display_avatar(self.width, self.height)
  27. File "/home/woffs/git/poezio/poezio/windows/image.py", line 81, in _display_avatar
  28. self.addstr('▄', to_curses_attr((bot_color, top_color)))
  29. File "/home/woffs/git/poezio/poezio/theming.py", line 439, in to_curses_attr
  30. curses.init_pair(pair, colors[0], colors[1])
  31. _curses.error: init_pair() returned ERR
Add Comment
Please, Sign In to add comment