Last active
September 24, 2021 23:35
-
-
Save julientaq/1f02e8577c6b99464a156c5f7768e741 to your computer and use it in GitHub Desktop.
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 00:24:49 zynthian startx[495]: (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 25 00:24:49 2021 | |
Sep 25 00:24:49 zynthian startx[495]: (==) Using config directory: "/etc/X11/xorg.conf.d" | |
Sep 25 00:24:49 zynthian startx[495]: (==) Using system config directory "/usr/share/X11/xorg.conf.d" | |
Sep 25 00:24:51 zynthian startx[495]: /zynthian/config/img/fb_zynthian_boot.png is 480x320 PNG image, color type PALETTE, 8 bit | |
Sep 25 00:24:51 zynthian startx[495]: Zooming image by 100%...done | |
Sep 25 00:24:51 zynthian startx[495]: Merging...didn't find evidence of prior run. | |
Sep 25 00:24:51 zynthian startx[495]: done | |
Sep 25 00:24:51 zynthian startx[495]: Building XImage...done | |
Sep 25 00:24:54 zynthian startx[495]: libjackpeak registering as 'jackpeak'. | |
Sep 25 00:24:54 zynthian startx[495]: libjackpeak created input ports | |
Sep 25 00:32:51 zynthian startx[495]: 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 0xaeb833b0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:51 zynthian startx[495]: 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 0xaca346f0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:51 zynthian startx[495]: ERROR:zynthian_engine_modui.load_bundle: Loading Bundle /zynthian/zynthian-my-data/presets/mod-ui/pedalboards/default.pedalboard | |
Sep 25 00:32:56 zynthian startx[495]: 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 0xac8559b0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:56 zynthian startx[495]: 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 0xad536bb0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:56 zynthian startx[495]: 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 0xac863570>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:56 zynthian startx[495]: 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 0xac855cb0>: Failed to establish a new connection: [Errno 111] Connection refused')) | |
Sep 25 00:32:56 zynthian startx[495]: ERROR:zynthian_gui.zyncoder_read: list index out of range | |
Sep 25 00:32:56 zynthian startx[495]: Traceback (most recent call last): | |
Sep 25 00:32:56 zynthian startx[495]: File "./zynthian_gui.py", line 1318, in zyncoder_read | |
Sep 25 00:32:56 zynthian startx[495]: self.zynswitches() | |
Sep 25 00:32:56 zynthian startx[495]: File "./zynthian_gui.py", line 1026, in zynswitches | |
Sep 25 00:32:56 zynthian startx[495]: self.zynswitch_short(i) | |
Sep 25 00:32:56 zynthian startx[495]: File "./zynthian_gui.py", line 1214, in zynswitch_short | |
Sep 25 00:32:56 zynthian startx[495]: self.screens[self.active_screen].switch_select('S') | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 256, in switch_select | |
Sep 25 00:32:56 zynthian startx[495]: self.click_listbox(None, t) | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 252, in click_listbox | |
Sep 25 00:32:56 zynthian startx[495]: self.select_action(self.index, t) | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_bank.py", line 79, in select_action | |
Sep 25 00:32:56 zynthian startx[495]: self.zyngui.screens['preset'].select_action(0) | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_preset.py", line 65, in select_action | |
Sep 25 00:32:56 zynthian startx[495]: self.zyngui.show_screen('control') | |
Sep 25 00:32:56 zynthian startx[495]: File "./zynthian_gui.py", line 431, in show_screen | |
Sep 25 00:32:56 zynthian startx[495]: self.screens[screen].show() | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_control.py", line 66, in show | |
Sep 25 00:32:56 zynthian startx[495]: self.click_listbox() | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 250, in click_listbox | |
Sep 25 00:32:56 zynthian startx[495]: self.skip_separators(self.get_cursel()) | |
Sep 25 00:32:56 zynthian startx[495]: File "/home/pi/zynthian-ui/zyngui/zynthian_gui_selector.py", line 221, in skip_separators | |
Sep 25 00:32:56 zynthian startx[495]: if self.list_data[index][0] is None: | |
Sep 25 00:32:56 zynthian startx[495]: IndexError: list index out of range |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment