Discovery Integrations config page hangs

I’m trying to set up my new Philips Hue hub, but the page at /config/integrations hangs every time. I’ve commented out everything in my configuration.yaml except the following:

homeassistant:
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 111
  longitude: 222
  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 00
  unit_system: imperial
  time_zone: America/Chicago
  whitelist_external_dirs:
  - '/tmp'

frontend:

http:
  # Uncomment this to add a password (recommended!)
  api_password: !secret http_password
  server_port: 80

# Discover some devices automatically
discovery:

I get a box that says “New Devices Discovered, We have discovered new devices on your network. Check it out.” When I click on “Check it out”, it takes me to /config/integrations, and it just hangs. This is all I get in the logs:

2018-11-25 20:20:14 WARNING (MainThread) [homeassistant.components.http] legacy_api_password support has been enabled. If you don't require it, remove the 'api_password' from your http config.
2018-11-25 20:20:21 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-11-25 20:20:34 WARNING (SyncWorker_6) [netdisco.ssdp] Found malformed XML at http://192.168.1.89:9080: status=ok
2018-11-25 20:20:39 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.1.151 but not registered.
2018-11-25 20:20:39 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.1.151 but not registered.
2018-11-25 20:20:42 ERROR (SyncWorker_7) [pywemo.ssdp] Found malformed XML at http://192.168.1.89:9080: status=ok
2018-11-25 20:20:49 WARNING (MainThread) [homeassistant.setup] Setup of wemo is taking over 10 seconds.
2018-11-25 20:21:11 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-11-25 20:21:40 WARNING (Thread-2) [pychromecast.socket_client] Heartbeat timeout, resetting connection
2018-11-25 20:21:40 WARNING (Thread-3) [pychromecast.socket_client] Heartbeat timeout, resetting connection
2018-11-25 20:21:40 WARNING (Thread-5) [pychromecast.socket_client] Heartbeat timeout, resetting connection
2018-11-25 20:21:40 WARNING (Thread-4) [pychromecast.socket_client] Heartbeat timeout, resetting connection
2018-11-25 20:22:08 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting

How can I get the integrations page to work? What am I missing

Thanks in advance!

Have you tried closing out your browser and restarting it?

I’ve noticed in the last few weeks if I try to go to some of the side panel sections the page just hangs and spins until I close the browser page and restart it. Then it goes right there and everything works again.

I figured it out! It turns out that you need this line in your config to make the integrations page work:

config:

FWIW, that issue went away for me when I upgraded to better hardware.

I’m running on a NUC with CPU usage usually less than 15% and 5 GB of free RAM. I don’t think it’s a hardware issue. But I could be wrong.

I’m running the same thing. Hmm, Maybe we have a bug here. Haven’t seen it in a while but I’m not using the interface much at the moment.