Companion Beta 2.0 Error - Help?

“Response status code was unacceptable: 500”

Have a look at this thread for all issue around the beta:

I can’t get past the login screen? The screenshot is as far as the app gets.

The #ios Discord channel is probably a better place to get real-time feedback. I think someone else reported the same thing.

just curious is there’s a solution this issue. I’m have the same problem.

I’m having exactly same issue and my version is 2019.1

Please check that you have mobile_app: or default_config: in your configuration.yaml

I had default_config:, also added mobile_app: but still the same error.

Is there any minimum HA version requirement? I’m currently still on 0.96.5

Can you jump in to discord? I’m wary of troubleshooting with back and forth via the forum. Better to diagnose together and then do a full writeup once the issue is understood.

Yes, I can use discord. But the link is not valid anymore. Can you give me a new invite?

Found out how to fix.

For future readers, my issue was related to a old version of glibc shipped with Raspbian Jessie. Check your HA log to see if your problem is the same.
You can install a newer one this way:

Add unstable Debian packages to /etc/apt/sources.list:
deb http://ftp.us.debian.org/debian sid main

sudo apt-get update
sudo apt-get install libc6

sudo reboot

1 Like