Guy Khmelnitsky
Guy Khmelnitsky
> Since cross compilation in Go works well, I built an ARM binary on my desktop using Docker and then copied it over (following the manual instructions other than the...
> Since cross compilation in Go works well, I built an ARM binary on my desktop using Docker and then copied it over (following the manual instructions other than the...
I'll try to add a couple of them
Seeing the following in hte logs: ``` Error at t.default.updateAuthCookie (/usr/local/lib/node_modules/@jesec/flood/dist/index.js:3:1072292) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ```
I'll try to do some NodeJS stuff
Also getting this
From what I can tell `arm32v7/debian-slim` doesn't exist. https://hub.docker.com/r/arm32v7/debian-slim
Getting it for OpenWRT
Few things to mention: 1. Restart to the HomeAssistant instance doesn't help 2. Trying from different browsers (in case something is dirty in the web browser cache etc), also doesn't...
Getting even more technical. Looking in Chrome DevTools -- it looks like the call to `.../api/config/config_entries/flow` (with payload: `{"handler":"ubus","show_advanced_options":true}`) returns HTTP 404 - with content: `{"message":"Invalid handler specified"}` Looking at...