Finding New Plugins & Presets Over SSH + Webconf Access Problems

I haven’t been able to access my webconf lately, but I found out this morning that I can still SSH onto my Zynthian. I am trying to Find New Plugins & Presets, which I would normally do with the button on the webconf. Can anybody tell me what shell command(s) I am looking for?

Simply type:

cd /zynthian/zynthian-ui 
python3 ./zynthian_lv2.py

Regarding your webonf issue, could you send the webconf log? Type:

journalctl -u zynthian-webconf -f

and try to access webconf …

Thanks!

Regards,

1 Like

I ran journalctl -u zynthian-webconf -f without trying to access webconf in my browser, and the console immediately went haywire:

Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]: Traceback (most recent call last):
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:   File "./zynthian_webconf.py", line 46, in <module>
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:     from lib.kit_config_handler import KitConfigHandler
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:   File "/home/pi/zynthian-webconf/lib/kit_config_handler.py", line 35, in <module>
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:     from lib.wiring_config_handler import WiringConfigHandler
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:   File "/home/pi/zynthian-webconf/lib/wiring_config_handler.py", line 32, in <module>
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]:     from zynconf import CustomSwitchActionType, CustomUiAction, ZynSensorActionType
Nov 11 17:00:58 zynthian zynthian_webconf.sh[9005]: ImportError: cannot import name 'ZynSensorActionType' from 'zynconf' (/zynthian/zynthian-ui/zynconf/__init__.py)
Nov 11 17:00:58 zynthian systemd[1]: zynthian-webconf.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 17:00:58 zynthian systemd[1]: zynthian-webconf.service: Failed with result 'exit-code'.
Nov 11 17:01:03 zynthian systemd[1]: zynthian-webconf.service: Service RestartSec=5s expired, scheduling restart.
Nov 11 17:01:03 zynthian systemd[1]: zynthian-webconf.service: Scheduled restart job, restart counter is at 2639.
Nov 11 17:01:03 zynthian systemd[1]: Stopped Zynthian Webconf.
Nov 11 17:01:03 zynthian systemd[1]: Started Zynthian Webconf.
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#extended> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#simple> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): warning: Ignoring bundle <file:///zynthian/zynthian-plugins/lv2/b_synth.lv2/>
Nov 11 17:01:04 zynthian zynthian_webconf.sh[9070]: lilv_world_load_bundle(): note: Newer version of <http://gareus.org/oss/lv2/b_synth> loaded from <file:///zynthian/zynthian-plugins/lv2/b_synth/>
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: INFO:root:ZYNTHIAN-UI CONFIG ...
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: INFO:root:Wiring Layout MCP23017_EXTRA
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:ZYNCODER A: [102, 105, 110, 113]
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:ZYNCODER B: [101, 104, 109, 112]
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:SWITCHES layout: [100, 103, 108, 111, 106, 107, 114, 115]
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:DISABLED_MIDI_IN = ['']
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:ENABLED_MIDI_OUT = ['ttymidi:MIDI_out']
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:ENABLED_MIDI_FB = ['']
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:MMC Bank Change CCNum: 32
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:MMC Bank Change UP: None
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:MMC Bank Change DOWN: None
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:MMC Program Change UP: None
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: DEBUG:root:MMC Program Change DOWN: None
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: Traceback (most recent call last):
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:   File "./zynthian_webconf.py", line 46, in <module>
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:     from lib.kit_config_handler import KitConfigHandler
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:   File "/home/pi/zynthian-webconf/lib/kit_config_handler.py", line 35, in <module>
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:     from lib.wiring_config_handler import WiringConfigHandler
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:   File "/home/pi/zynthian-webconf/lib/wiring_config_handler.py", line 32, in <module>
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]:     from zynconf import CustomSwitchActionType, CustomUiAction, ZynSensorActionType
Nov 11 17:01:05 zynthian zynthian_webconf.sh[9070]: ImportError: cannot import name 'ZynSensorActionType' from 'zynconf' (/zynthian/zynthian-ui/zynconf/__init__.py)
Nov 11 17:01:05 zynthian systemd[1]: zynthian-webconf.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 17:01:05 zynthian systemd[1]: zynthian-webconf.service: Failed with result 'exit-code'.
Nov 11 17:01:10 zynthian systemd[1]: zynthian-webconf.service: Service RestartSec=5s expired, scheduling restart.
Nov 11 17:01:10 zynthian systemd[1]: zynthian-webconf.service: Scheduled restart job, restart counter is at 2640.
Nov 11 17:01:10 zynthian systemd[1]: Stopped Zynthian Webconf.
Nov 11 17:01:10 zynthian systemd[1]: Started Zynthian Webconf.
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#extended> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#simple> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): warning: Ignoring bundle <file:///zynthian/zynthian-plugins/lv2/b_synth.lv2/>
Nov 11 17:01:11 zynthian zynthian_webconf.sh[9113]: lilv_world_load_bundle(): note: Newer version of <http://gareus.org/oss/lv2/b_synth> loaded from <file:///zynthian/zynthian-plugins/lv2/b_synth/>
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: INFO:root:ZYNTHIAN-UI CONFIG ...
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: INFO:root:Wiring Layout MCP23017_EXTRA
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:ZYNCODER A: [102, 105, 110, 113]
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:ZYNCODER B: [101, 104, 109, 112]
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:SWITCHES layout: [100, 103, 108, 111, 106, 107, 114, 115]
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:DISABLED_MIDI_IN = ['']
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:ENABLED_MIDI_OUT = ['ttymidi:MIDI_out']
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:ENABLED_MIDI_FB = ['']
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:MMC Bank Change CCNum: 32
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:MMC Bank Change UP: None
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:MMC Bank Change DOWN: None
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:MMC Program Change UP: None
Nov 11 17:01:12 zynthian zynthian_webconf.sh[9113]: DEBUG:root:MMC Program Change DOWN: None
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]: Traceback (most recent call last):
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:   File "./zynthian_webconf.py", line 46, in <module>
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:     from lib.kit_config_handler import KitConfigHandler
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:   File "/home/pi/zynthian-webconf/lib/kit_config_handler.py", line 35, in <module>
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:     from lib.wiring_config_handler import WiringConfigHandler
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:   File "/home/pi/zynthian-webconf/lib/wiring_config_handler.py", line 32, in <module>
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]:     from zynconf import CustomSwitchActionType, CustomUiAction, ZynSensorActionType
Nov 11 17:01:13 zynthian zynthian_webconf.sh[9113]: ImportError: cannot import name 'ZynSensorActionType' from 'zynconf' (/zynthian/zynthian-ui/zynconf/__init__.py)
Nov 11 17:01:13 zynthian systemd[1]: zynthian-webconf.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 17:01:13 zynthian systemd[1]: zynthian-webconf.service: Failed with result 'exit-code'.
Nov 11 17:01:18 zynthian systemd[1]: zynthian-webconf.service: Service RestartSec=5s expired, scheduling restart.
Nov 11 17:01:18 zynthian systemd[1]: zynthian-webconf.service: Scheduled restart job, restart counter is at 2641.
Nov 11 17:01:18 zynthian systemd[1]: Stopped Zynthian Webconf.
Nov 11 17:01:18 zynthian systemd[1]: Started Zynthian Webconf.
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#extended> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): warning: Replacing version 2071.7 of <http://gareus.org/oss/lv2/b_whirl#simple> from <file:///zynthian/zynthian-plugins/lv2/b_whirl.lv2/>
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): note: New version 2071.11 found in <file:///zynthian/zynthian-plugins/lv2/b_whirl/>
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): warning: Ignoring bundle <file:///zynthian/zynthian-plugins/lv2/b_synth.lv2/>
Nov 11 17:01:19 zynthian zynthian_webconf.sh[9172]: lilv_world_load_bundle(): note: Newer version of <http://gareus.org/oss/lv2/b_synth> loaded from <file:///zynthian/zynthian-plugins/lv2/b_synth/>
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: INFO:root:ZYNTHIAN-UI CONFIG ...
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: INFO:root:Wiring Layout MCP23017_EXTRA
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:ZYNCODER A: [102, 105, 110, 113]
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:ZYNCODER B: [101, 104, 109, 112]
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:SWITCHES layout: [100, 103, 108, 111, 106, 107, 114, 115]
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:DISABLED_MIDI_IN = ['']
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:ENABLED_MIDI_OUT = ['ttymidi:MIDI_out']
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:ENABLED_MIDI_FB = ['']
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:MMC Bank Change CCNum: 32
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:MMC Bank Change UP: None
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:MMC Bank Change DOWN: None
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:MMC Program Change UP: None
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: DEBUG:root:MMC Program Change DOWN: None
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: Traceback (most recent call last):
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:   File "./zynthian_webconf.py", line 46, in <module>
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:     from lib.kit_config_handler import KitConfigHandler
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:   File "/home/pi/zynthian-webconf/lib/kit_config_handler.py", line 35, in <module>
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:     from lib.wiring_config_handler import WiringConfigHandler
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:   File "/home/pi/zynthian-webconf/lib/wiring_config_handler.py", line 32, in <module>
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]:     from zynconf import CustomSwitchActionType, CustomUiAction, ZynSensorActionType
Nov 11 17:01:20 zynthian zynthian_webconf.sh[9172]: ImportError: cannot import name 'ZynSensorActionType' from 'zynconf' (/zynthian/zynthian-ui/zynconf/__init__.py)
Nov 11 17:01:20 zynthian systemd[1]: zynthian-webconf.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 17:01:20 zynthian systemd[1]: zynthian-webconf.service: Failed with result 'exit-code'.```

It looks like a failed update. Are you on master on all repos? Please, try to update from command line and send the logs.

No, actually, I’m not. I’m still have zynthian-ui on feature/stepseq. Can I change that over SSH?

See No WEB UI or How to reset zynthian to default [SOLVED!]

And pick the zynthian-ui part

1 Like

I followed @twelve’s instructions, then I updated and rebooted my Zynthian, and…

it worked!!! :partying_face:

Hang on, this requires a :face_with_monocle:!

Surge’s DNA Sequencer lead played with the MIDI Arpeggiator!

Thanks @jofemodo and @twelve!

5 Likes