-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble #1
Comments
What is the LAG version? OS, Container, Core, or Supervised? Obviously, it's impossible to Google for “lag” and find anything meaningful. To debug this, you have to find your Home Assistant log. This can usually be found in Settings -> System -> Logs -> Load full logs (big button at the bottom). There should be a python exception with stacktrace somewhere there. |
LAG = Latest and Greatest. In my case: Home Assistant 2023.7.3 |
The error I see in the log is: "homeassistant.requirements.RequirementsNotFound: Requirements for behringer_xr18 not found: ['aiohttp==3.8.4']." |
I made it work by changing the aiohttp==3.8.4 to aiohttp>=3.8.4.... I was able to install and set it up. My Home Assistant instance is now REALLY SLOW, and the entities although visible are not showing any value and now 'not available'. This is the error message I see in the log: Log details (ERROR) Unexpected error importing behringer_xr18/system_health.py |
I also see this in the error log: Logger: homeassistant.config_entries Error setting up entry Behringer XR18 Mixer (XR18-E2-1D-35) for switch |
I am using the LAG version of Home Assistant, and I proceeded according to your instructions but the installation dialog never comes up but gives me this error instead.
Would you help?
The text was updated successfully, but these errors were encountered: