ERROR frontend.js.latest Expected identifier, string or number

Hi,

I’ve installed HA on Ubuntu 18.04 in a VENV. Downloaded latest HA and followed my usual setup steps.

When I log in, I don’t see anything on the HA Overview or History pages, and I only see the spinning loading wheel. This is seen in the log file (below). Any thoughts? Any missing packages?

I install these packages:

sudo -i apt install -y python-pip python3-dev python3-pip python3-venv git ffmpeg nginx nmap cmake build-essential libssl-dev libffi-dev python-dev

sudo -i -H pip install setuptools

2019-10-03 19:02:26 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.50df245c618076611dbb.js:2005:1953 Expected identifier, string or number
2019-10-03 19:02:40 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.50df245c618076611dbb.js:2005:1953 Expected identifier, string or number
2019-10-03 19:04:14 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.48492fc3318834b20c93.js:454:1953 Expected identifier, string or number
2019-10-03 19:07:26 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.50df245c618076611dbb.js:2005:1953 Expected identifier, string or number
2019-10-03 19:07:31 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.62a969d4f878d072d6b2.js:706:135 Expected identifier, string or number
2019-10-03 19:07:49 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.f4579691a650f89cb313.js:1319:394 Expected identifier, string or number
2019-10-03 19:08:08 ERROR (MainThread) [frontend.js.latest.201909191] http://:8123/frontend_latest/chunk.50df245c618076611dbb.js:2005:1953 Expected identifier, string or number

I get the same error messages and symptomes after installing HA on Windows 10 in a virtual Python environment and launching the HA frontend.

If anyone can help it would be good.

Seems the error is related to Edge and its jquery engine. Using Chrome it works.

Awesome. That was it. What a pain, hopefully the devs sort that one

What about if you can’t use any other browser than Edge, e.g. on Windows 10 S…like on my Surface Go :unamused:

Thank you very much. On Chrome the frontend seems to work.