Cannot access webconf on testing after update

Thanks @tabula. I will add it to the list of issues to resolve before release candidate is published.

Issue #735

2 Likes

To fix this you need to remove the file /Users/tabula/.ssh/known_hosts on your workstation.

1 Like

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).

2 Likes

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!

1 Like

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.

1 Like

After ssh into Zynthian and executing “pip3 install tornado_xstatic” I can reach the web ui :slight_smile:

2 Likes

Yep, me too! We are slowly edging towards a stable working image…

1 Like

I just pushed the fixes to get a working testing image, i hope :wink: