I’ve installed tuijam on a raspberry pi, and I’m getting an error when I run it. The error seems to come from urwid somehow, but tuijam first fails to restore the queue and recently played, and I’m not sure why that is.
starting up.
logging in.
<string>:2: GmusicapiWarning: login is deprecated and may break unexpectedly; prefer Mobileclient.oauth_login
enabling external control.
restoring queue
failed to restore queue. :(
restoring history
failed to restore recently played. :(
/home/pi/.local/lib/python3.7/site-packages/urwid/main_loop.py:910: Warning: g_unix_signal_source_new: assertion 'signum == SIGHUP || signum == SIGINT || signum == SIGTERM || signum == SIGUSR1 || signum == SIGUSR2' failed
source = self.GLib.unix_signal_add(self.GLib.PRIORITY_DEFAULT, signum, final_handler, signum)
/home/pi/.local/lib/python3.7/site-packages/urwid/main_loop.py:910: Warning: g_source_set_callback: assertion 'source != NULL' failed
source = self.GLib.unix_signal_add(self.GLib.PRIORITY_DEFAULT, signum, final_handler, signum)
fish: “tuijam” terminated by signal SIGSEGV (Address boundary error)
I’ve installed tuijam on a raspberry pi, and I’m getting an error when I run it. The error seems to come from
urwidsomehow, but tuijam first fails to restore the queue and recently played, and I’m not sure why that is.