Getting these error in 62.1 AND 63.2 AND 0.63.3

Im getting these error

2018-02-10 14:18:16 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/local/custom_ui/state-card-custom-ui.html:1:3649 Uncaught TypeError: Cannot read property ‘querySelectorAll’ of null
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function
2018-02-10 14:18:17 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.240:8123/frontend_latest/frontend-2216be04a5c7ff162a7ea60688a711e8.html:1:6896 Uncaught TypeError: t is not a function

did the ./update.sh thing

if i use the custom-ui this happen
image

if i do this

#  customize_glob:
#    "*.*":
#      custom_ui_state_card: state-card-custom-ui
#    alarm_control_panel.alarm:
#      state_card_custom_ui_secondary: state-card-custom_alarm

I get

image

STILL NOT WORKING

UPDATING TO 63.2
did the UPDATE Thing
and

frontend:
  javascript_version: latest

Still not working

someone point me down the right manual

1 Like

I’m getting the same error as well when using custom ui

Getting a similar one after I upgraded to 0.63:

http://192.168.10.182:8123/local/custom_ui/state-card-custom-ui.html:1:3665 Uncaught TypeError: Cannot read property 'querySelectorAll' of null
19:52 components/system_log/__init__.py (ERROR)

Some other people were getting this issue a few days ago. They end doing up restarting a few times and the issue went away if I remember correctly. Had to do with glob

Restarts haven’t helped me :frowning:

Is the issue related with custom-ui? I have the same issue with home assistant 0.63.1

Didn’t help me to

its to do with javascript… i changed mine to latest, some people use es5 or auto depending on HA version

frontend:
  javascript_version: latest

Still not working :frowning: :frowning:

anyone solved this issue?

try change

frontend:
  javascript_version: auto

Did both still no go

do you have put extra_html_url under frontend as well? / please show your frontend: setting
or you can see from https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/activating.md

Still Not Working
but this mite put some light on to it DONT KNOW how to Fix

image

I have to answer the Y/N question
But Have the Configuration.yaml file

image

still Happening

image

can someone turn the light on for me LOL

the state-card-custom-ui.html and ui-es5.html is latest version on 20180216
Your setting is correct check the version of custom-ui and custom-ui-es5

you have to download update.sh in the .homeassistant directory then run from that directory. If you cannot use update.sh then download manually and put in www/custom_ui/files

Sunonline Have Move/copy it to www/custom_ui/files
and Yes its the 20180216 version

image

how do I run from the above screen
Tryed these

image

Im a Windows Man so this command line stuff I just wing it

from ssh

  1. type: cd your homeassistant directory (mine is /home/homeassistant/.homeassistant/)
  2. type: curl -o update.sh “https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/update.sh?raw=true
  3. type: chmod u+x update.sh
  4. type: ./update.sh <== there is . infront of /update.sh
  5. to update type: ./update.sh <== there is . infront of /update.sh

Or you can see the way to install https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/installing.md
the way to activate https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/activating.md
look for the version of your HA

Thanks for taking the time

only Have HASS.IO img on said Computer Its a Real PC

its only been a problem from about ls 62 I think

when I first install it work GREAT

cant do a cd but did a ls

look what I see
image

in the putty screen I dont see any .yaml files yet I can go to the config folder make change to any Yaml file
and to the check / restart

image

do a F5 in a broswer and I see my changes

THINK Im going the right track
just dont know how to fix

have you try this under
customize_glob:
custom_us_state_card: state-card-custom-ui-es5

this is

  customize_glob:
    "*.*":
      custom_ui_state_card: state-card-custom-ui

change it to

custom_us_state_card: state-card-custom-ui-es5

does no thing

bed time for me Thanks for help :slight_smile: