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
if i try to start pi-jukebox on my pi with 3,2" lcd i get this:
sudo python pi-jukebox.py
Traceback (most recent call last):
File "pi-jukebox.py", line 102, in <module>
main()
File "pi-jukebox.py", line 86, in main
apply_settings() # Check for first time settings and applies settings
File "pi-jukebox.py", line 75, in apply_settings
'/var/lib/mpd/music/')
TypeError: keyboard_setting() takes at most 3 arguments (5 given)
any ideas?
i have checked out the latest github master
The text was updated successfully, but these errors were encountered:
Newest python version (2.7.9 [GCC 4.9.2] on Linux2)
When first screen appears 'No Music Directory', the OK button is nearly not pressable, only after many taps on the screen, the program reacts by crashing.
Error:
TypeError: keyboard_setting() takes at most 3 arguments (5 given).
When altering the code by commenting out the last 2 arguments at keyboard_setting(), the program will not crash and show a search window. Here the onscreen keyboard reacts by printing random characters when typing. Must be because of the arguments commented out.
Touchscreen works ok when testing with
sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/touchscreen ts_calibrate
if i try to start pi-jukebox on my pi with 3,2" lcd i get this:
any ideas?
i have checked out the latest github master
The text was updated successfully, but these errors were encountered: