Thanks @tabula. I will add it to the list of issues to resolve before release candidate is published.
To fix this you need to remove the file /Users/tabula/.ssh/known_hosts
on your workstation.
Ok ! Thanks !
Updating testing yesterday again broke webconf. This time it seems to be due to a rename in zynthian-ui that was not accompanied by the corresponding change in zynthian-webconf. I don’t know if there’s a fix lurking on someone’s branch that hasn’t been pushed yet; I’ve created a pull request with a fix: https://github.com/zynthian/zynthian-webconf/pull/179 (couldn’t be bothered to create a real bug report once I got it working).
Mea culpa! Thanks for the patch @ricard. I will run a quick check for other instances of ALSA mixer use in the system then fix testing branches.
[Edit] Done!
Hello guys, I just put the latest test image (2022-09-18) onto a free sd card, started Zynthian with it, but cannot reach it’s web ui (http://zynthian.local). Zynthian is connected via LAN and I am able to ssh into it. Before this I was working on a test image from the end of april.
Any ideas what I can do?
When running " `journalctl -ru zynthian-webconf" the log provides this information:
Sep 18 16:25:10 zynthian systemd[1]: zynthian-webconf.service: Failed with result ‘exit-code’.
Sep 18 16:25:10 zynthian systemd[1]: zynthian-webconf.service: Main process exited, code=exited, status=1/FAILURE
Sep 18 16:25:10 zynthian zynthian_webconf.sh[1576]: ModuleNotFoundError: No module named ‘tornado_xstatic’
Sep 18 16:25:10 zynthian zynthian_webconf.sh[1576]: import tornado_xstatic
Sep 18 16:25:10 zynthian zynthian_webconf.sh[1576]: File “./zynthian_webconf.py”, line 33, in
Sep 18 16:25:10 zynthian zynthian_webconf.sh[1576]: Traceback (most recent call last):
Sep 18 16:25:09 zynthian systemd[1]: Started Zynthian Webconf.
Sep 18 16:25:09 zynthian systemd[1]: Stopped Zynthian Webconf.
After ssh into Zynthian and executing “pip3 install tornado_xstatic” I can reach the web ui
Yep, me too! We are slowly edging towards a stable working image…
I just pushed the fixes to get a working testing image, i hope