Description
Go Hass Agent Version
11.1.2
Describe the bug
After installing on Debian 11, the application does not launch via the GUI, and when attempting to register with my token via terminal, I get the following:
go-hass-agent: /lib/x86_64-linux-gnu/libc.so.6: version ``GLIBC_2.34' not found (required by go-hass-agent) go-hass-agent: /lib/x86_64-linux-gnu/libc.so.6: version ``GLIBC_2.32' not found (required by go-hass-agent)
I know there was a similar bug report in 2023, and you mentioned adding something to the read me file, but there is nothing there, so I assumed this worked now.
To Reproduce
Steps to reproduce the behaviour:
Running go-hass-agent from the terminal, or attempting to launch the application from the desktop.
Expected behaviour
I expect the application to launch and provide the registration wizard.
Screenshots
N/A
Logs
A log will be very helpful to look into this bug report. To get the log:
- Run
go-hass-agent
from a terminal or command-line with the--log-level debug
flag set:
I can't run the logs, as I get the same issue when attempting to.