Created
September 25, 2021 09:13
-
-
Save julientaq/a10093322cde13a0e4de353f372b9e45 to your computer and use it in GitHub Desktop.
Zynthian error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Thu 2019-02-14 10:11:58 GMT. -- | |
Sep 25 09:51:12 zynthian startx[568]: WARNING:zynthian_engine.proc_get_output: Command Prompt is not defined! | |
Sep 25 09:51:31 zynthian startx[568]: ERROR:zynthian_engine_linuxsampler.ls_unset_channel: There is no engine deployed on this sampler channel yet | |
Sep 25 09:51:31 zynthian startx[568]: (ERR 0) | |
Sep 25 09:51:31 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:33 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:33 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:54:18 zynthian startx[568]: ERROR:zynthian_engine_modui.api_get_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /reset (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xabe45390>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:18 zynthian startx[568]: ERROR:zynthian_engine_modui.api_post_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /pedalboard/load_bundle/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xabe45350>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:18 zynthian startx[568]: ERROR:zynthian_engine_modui.load_bundle: Loading Bundle /zynthian/zynthian-my-data/presets/mod-ui/pedalboards/Rhodes_Vintage.pedalboard | |
Sep 25 09:54:23 zynthian startx[568]: ERROR:zynthian_engine_modui.api_get_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /snapshot/list (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xaca0c7f0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:23 zynthian startx[568]: ERROR:zynthian_engine_modui.api_get_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /pedalpreset/list (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xaa436cb0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:23 zynthian startx[568]: ERROR:zynthian_engine_modui.api_post_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /pedalpreset/enable (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xabe45510>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:23 zynthian startx[568]: ERROR:zynthian_engine_modui.api_get_request: HTTPConnectionPool(host='localhost', port=8888): Max retries exceeded with url: /pedalpreset/list (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xabe45070>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 09:54:23 zynthian startx[568]: ERROR:zynthian_gui.zyncoder_read: list index out of range | |
Sep 25 09:54:23 zynthian startx[568]: Traceback (most recent call last): | |
Sep 25 09:54:23 zynthian startx[568]: File "./zynthian_gui.py", line 1318, in zyncoder_read | |
Sep 25 09:54:23 zynthian startx[568]: self.zynswitches() | |
Sep 25 09:54:23 zynthian startx[568]: File "./zynthian_gui.py", line 1026, in zynswitches | |
Sep 25 09:54:23 zynthian startx[568]: self.zynswitch_short(i) | |
Sep 25 09:54:23 zynthian startx[568]: File "./zynthian_gui.py", line 1214, in zynswitch_short | |
Sep 25 09:54:23 zynthian startx[568]: self.screens[self.active_screen].switch_select('S') | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 256, in switch_select | |
Sep 25 09:54:23 zynthian startx[568]: self.click_listbox(None, t) | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 252, in click_listbox | |
Sep 25 09:54:23 zynthian startx[568]: self.select_action(self.index, t) | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_bank.py", line 79, in select_action | |
Sep 25 09:54:23 zynthian startx[568]: self.zyngui.screens['preset'].select_action(0) | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_preset.py", line 65, in select_action | |
Sep 25 09:54:23 zynthian startx[568]: self.zyngui.show_screen('control') | |
Sep 25 09:54:23 zynthian startx[568]: File "./zynthian_gui.py", line 431, in show_screen | |
Sep 25 09:54:23 zynthian startx[568]: self.screens[screen].show() | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_control.py", line 66, in show | |
Sep 25 09:54:23 zynthian startx[568]: self.click_listbox() | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 250, in click_listbox | |
Sep 25 09:54:23 zynthian startx[568]: self.skip_separators(self.get_cursel()) | |
Sep 25 09:54:23 zynthian startx[568]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 221, in skip_separators | |
Sep 25 09:54:23 zynthian startx[568]: if self.list_data[index][0] is None: | |
Sep 25 09:54:23 zynthian startx[568]: IndexError: list index out of range |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment