rjw57 / yt

Experiments with the YouTube API
MIT License
83 stars 25 forks source link

Running yt fails #11

Open loredonut opened 11 years ago

loredonut commented 11 years ago

Running pi-yt fails with:

Traceback (most recent call last):
  File "/usr/local/bin/pi-yt", line 9, in 
    load_entry_point('whitey==0.3', 'console_scripts', 'pi-yt')()
  File "/usr/local/lib/python2.7/dist-packages/whitey-0.3-py2.7.egg/yt/__init__.py", line 41, in main_with_omxplayer
    ui.run()
  File "/usr/local/lib/python2.7/dist-packages/whitey-0.3-py2.7.egg/yt/__init__.py", line 84, in run
    curses.wrapper(self._curses_main)
  File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/local/lib/python2.7/dist-packages/whitey-0.3-py2.7.egg/yt/__init__.py", line 97, in _curses_main
    curses.curs_set(0)
_curses.error: curs_set() returned ERR

I'm SSH'd into my pi if that helps...