-
Notifications
You must be signed in to change notification settings - Fork 178
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
ERROR (MainThread) [homeassistant.setup] Error during setup of component webrtc #278
Comments
I'm getting the same thing. Happened after I updated my HA last week. |
Edit: |
Had the same issue. Followed the instructions here and it is now working for me: |
This error originated from a custom integration. Logger: homeassistant.setup Error during setup of component webrtc |
I get below error when setting up webrtc.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/config/custom_components/webrtc/init.py", line 75, in async_setup
utils.register_static_path(hass.http.app, url_path, path)
File "/config/custom_components/webrtc/utils.py", line 74, in register_static_path
app'allow_cors'
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 186, in getitem
return self._state[key]
KeyError: 'allow_cors'
Home Assistant 2022.3.5
The text was updated successfully, but these errors were encountered: