You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Python 2.7.5 on Arch linux. Tested both against python2-gmusicapi and python2-gmusicapi-git - both produce an empty screen where no keypress influences anything besides q that quits the program.
Pressing space causes thunner to spit this:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 761, in run
self.__target(*self.__args, **self.__kwargs)
File "./thunner", line 192, in pause
p.stdin.write(' ')
AttributeError: 'NoneType' object has no attribute 'stdin'
No menu selection is visible (though I don't know how it should look like).
Hi,
Python 2.7.5 on Arch linux. Tested both against python2-gmusicapi and python2-gmusicapi-git - both produce an empty screen where no keypress influences anything besides q that quits the program.
Pressing space causes thunner to spit this:
No menu selection is visible (though I don't know how it should look like).