• 1 Post
  • 25 Comments
Joined 1 year ago
cake
Cake day: April 26th, 2023

help-circle












  • There’s something in there that causes the reply button to hang indefinitely.

    side remark: That’ll be the behaviour when the Lemmy GUI tries a post that is rejected by the server for mybe being too long. You should see details about that in the network monitor of the browser debugging thingie you get to with F12.

    Anyway:

    The first red line on the left is where the logs start to divert. Everything else is a follow up error. It tells us, that your config was loaded and something failed during applying it. We now know that we don’t have to hunt anything regarding the “config stick”.

    We will now have to find out, what actually happens to your network config in full automatic mode and why it can’t access the network.

    Please remove the manual network from your config stick and instead, add an authorized_keys file with your ssh key as described here: https://developers.home-assistant.io/docs/operating-system/debugging/

    As long as you can resolve and access the GUI via homeassistant.local, you should be able to ssh in to port 22222 on the same hostname as well.

    After doing so, please run ha network info and post the output. Should look something like this. I hope that this is possible during the stage at which the installer hangs for you.