Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when launch from tty #29

Open
rpesche opened this issue Sep 28, 2015 · 0 comments
Open

Crash when launch from tty #29

rpesche opened this issue Sep 28, 2015 · 0 comments

Comments

@rpesche
Copy link
Contributor

rpesche commented Sep 28, 2015

todotxt-machine seems to crash when it is launched from the tty, without graphic interface.
It however work when launched from tmux or screen.

Traceback (most recent call last):
  File "/usr/bin/todotxt-machine", line 9, in <module>
    load_entry_point('todotxt-machine==2.2.2', 'console_scripts', 'todotxt-machine')()
  File "/usr/lib/python3.4/site-packages/todotxt_machine/cli.py", line 129, in main
    view.main()
  File "/usr/lib/python3.4/site-packages/todotxt_machine/urwid_ui.py", line 944, in main
    self.loop.run()
  File "/usr/lib/python3.4/site-packages/urwid/main_loop.py", line 280, in run
    self._run()
  File "/usr/lib/python3.4/site-packages/urwid/main_loop.py", line 377, in _run
    self.event_loop.run()
  File "/usr/lib/python3.4/site-packages/urwid/main_loop.py", line 680, in run
    self._loop()
  File "/usr/lib/python3.4/site-packages/urwid/main_loop.py", line 701, in _loop
    ready, w, err = select.select(fds, [], fds, timeout)
OSError: [Errno 9] Mauvais descripteur de fichier

I had the same issue on 2 differents computer.
Does someone can try it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant