Error Help

Anybody know what is causing this? When I use the check config I just keep getting a spinning arrow.

any advice I would appreciate it!

Sun May 27 2018 21:48:41 GMT-0400 (Eastern Daylight Time)
Error handling request
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 381, in start
resp = await self._request_handler(request)
File “/usr/lib/python3.6/site-packages/aiohttp/web_app.py”, line 322, in _handle
resp = await handler(request)
File “/usr/lib/python3.6/site-packages/aiohttp/web_middlewares.py”, line 88, in impl
return await handler(request)
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/static.py”, line 68, in staticresource_middleware
return await handler(request)
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py”, line 27, in real_ip_middleware
return await handler(request)
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/ban.py”, line 68, in ban_middleware
return await handler(request)
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/auth.py”, line 28, in auth_middleware
return await handler(request)
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/view.py”, line 104, in handle
result = await result
File “/usr/lib/python3.6/site-packages/homeassistant/components/config/core.py”, line 24, in post
errors = yield from async_check_ha_config_file(request.app[‘hass’])
File “/usr/lib/python3.6/site-packages/homeassistant/config.py”, line 690, in async_check_ha_config_file
check_ha_config_file, hass)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/scripts/check_config.py”, line 328, in check_ha_config_file
del core_config[CONF_PACKAGES]
KeyError: ‘packages’

Sorry, I figured it out. Had a issue in my config.

I’m having the same issue. Could you share what issue you had and what you did to fix it?

more then likely, its something in your error log that prevents the system from shutting down. ARe you getting any errors?

Same errors you posted at the top… I was following Dr Zzz’s tutorial on automating the garage door. Not sure what part of the scrip is causing the issue…

can you post your configuration.yaml (Take out the personal info)

Kick in the balls… I had to format and reinstall HASSIO and now I’m having an issue where I’m getting a blank screen on the Hass.io section. So now, I can’t even install any of the add-ons to get to the configuration.yaml.

Try clearing your browser cache and CTRL+Refresh. Are you on 0.75.1?

Got it all worked out! And to be honest, I don’t know what I did to make it work… I think I know which part of the script that was having the issue though. One of command was misaligned. (At least that’s what seem to be.)

Thanks for your suggestions guys!