myle
(StePhan McKillen (Other kiwi Here))
February 10, 2018, 1:28am
1
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
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
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
3vasi0n
(Joseph Sanders)
February 10, 2018, 8:58am
2
I’m getting the same error as well when using custom ui
Andreas_G
(Andreas Galistel)
February 11, 2018, 7:03pm
3
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)
petro
(Petro)
February 11, 2018, 8:23pm
4
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
boojew
(Boojew)
February 12, 2018, 4:11am
5
Restarts haven’t helped me
Vio_Rel
(Vio Rel)
February 12, 2018, 7:19pm
6
Is the issue related with custom-ui? I have the same issue with home assistant 0.63.1
jaburges
(jamieB)
February 14, 2018, 10:41pm
8
its to do with javascript… i changed mine to latest, some people use es5 or auto depending on HA version
frontend:
javascript_version: latest
anyone solved this issue?
Sunonline
(Sun K)
February 18, 2018, 2:17am
11
try change
frontend:
javascript_version: auto
Sunonline
(Sun K)
February 20, 2018, 2:57am
13
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
myle
(StePhan McKillen (Other kiwi Here))
February 20, 2018, 8:05am
14
Still Not Working
but this mite put some light on to it DONT KNOW how to Fix
I have to answer the Y/N question
But Have the Configuration.yaml file
still Happening
can someone turn the light on for me LOL
Sunonline
(Sun K)
February 20, 2018, 8:08am
15
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
myle
(StePhan McKillen (Other kiwi Here))
February 20, 2018, 8:27am
16
Sunonline Have Move/copy it to www/custom_ui/files
and Yes its the 20180216 version
how do I run from the above screen
Tryed these
Im a Windows Man so this command line stuff I just wing it
Sunonline
(Sun K)
February 20, 2018, 8:42am
17
from ssh
type: cd your homeassistant directory (mine is /home/homeassistant/.homeassistant/)
type: curl -o update.sh “https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/update.sh?raw=true ”
type: chmod u+x update.sh
type: ./update.sh <== there is . infront of /update.sh
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
myle
(StePhan McKillen (Other kiwi Here))
February 20, 2018, 9:05am
18
Sunonline:
homeassistant
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
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
do a F5 in a broswer and I see my changes
THINK Im going the right track
just dont know how to fix
Sunonline
(Sun K)
February 20, 2018, 9:16am
19
have you try this under
customize_glob:
custom_us_state_card: state-card-custom-ui-es5
myle
(StePhan McKillen (Other kiwi Here))
February 20, 2018, 9:33am
20
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