[BUG] Config flow could not be loaded: 500 Internal Server Error Server
See original GitHub issueEnvironment
- ShellyForHASS 1.0.2
- Home Assistant 2022.9.7 / Home Assistant OS 9.0
- Proxmox 7.2-11
Describe the bug
- After Installing the Integration with the help of HACS I get an 500 error when clicking on CONFIGURE

Steps to Reproduce
- Install ShellyForHASS through HACS
- Restart HA
- Go to Integrations
- Click on Configure of the ShellyForHASS entry
Screenshots

Traceback/Error logs
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 759, in async_finish_flow
entry = ConfigEntry(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 233, in __init__
self.data = MappingProxyType(data)
TypeError: mappingproxy() argument must be a mapping, not NoneType
2022-10-04 19:33:43.558 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
resp = await request_handler(request)
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 100, in forwarded_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 82, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 236, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 136, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 169, in get
return await super().get(request, flow_id)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 96, in get
result = await self._flow_mgr.async_configure(flow_id)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 280, in async_configure
result = await self._async_handle_step(
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 400, in _async_handle_step
result = await self.async_finish_flow(flow, result.copy())
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 759, in async_finish_flow
entry = ConfigEntry(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 233, in __init__
self.data = MappingProxyType(data)
TypeError: mappingproxy() argument must be a mapping, not NoneType
Additional context
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Error Config flow could not be loaded: 500 Internal Server ...
I have HA OS installed on a Chromebox and it is working great. However, when trying to install the official SmartThings integration I...
Read more >Home Assistant | Dose any 1 know why config flow could not ...
Last couple of days I've been experiencing a terrible lagg on all Soundflow commands. And not just a bit slower but more like...
Read more >500 Internal Server Error issues : r/homeassistant - Reddit
Any idea why this is happening? Only way currently for me to solve this is to physically restart the rpi.
Read more >Known Issues - Tableau
Cannot publish to Tableau Server. ... placed in the input steps of the flow, the flow can intermittently fail with "System error: 'Authentication...
Read more >HTTP 500 Internal Server Error: What It Means & How to Fix It
An HTTP 500 internal server error is a general error message. It covers unexpected issues that don't fit into existing error codes.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I experience this as well.
Home Assistant 2022.10.1 Supervisor 2022.09.1 Operating System 9.0 Frontend 20221006.0
Log:
Also same issue. I uninstalled & removed all Shelly references then added the integration again but got the same problem again.