Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

TypeError: notify_dot is null #27

Closed
tjorim opened this issue Jan 28, 2019 · 5 comments
Closed

TypeError: notify_dot is null #27

tjorim opened this issue Jan 28, 2019 · 5 comments
Labels
question Further information is requested

Comments

@tjorim
Copy link

tjorim commented Jan 28, 2019

Home Assistant 0.86.3
compact-custom-header 0.2.9

compact-custom-header.lib.js:236:9
TypeError: notify_dot is null
@maykar
Copy link
Owner

maykar commented Jan 28, 2019

Does the card work despite the error? What does your config look like? Have you done a hard refresh?

@maykar maykar added question Further information is requested compact custom header labels Jan 30, 2019
@moskovskiy82
Copy link

moskovskiy82 commented Feb 2, 2019

Same here. Do the other cards have to be placed under the custom header?

views:
  - title: Home
    id: main
    icon: mdi:home-assistant
    cards:
      - type: custom:compact-custom-header
        header: false
        menu: true
        notification: true
        voice: false
        options: false
        tabs: true
        clock: notification
        clock_format: 24
        disable: false
      - type: vertical-stack
        cards:
        - type: conditional
          conditions:

2019-02-03 01:01:11 ERROR (MainThread) [frontend.js.latest.201901211] https://www.xxx.ru:8123/frontend_latest/xxx9235853b66c6b78f9.chunk.js:3254:365 Uncaught TypeError: Cannot read property 'replaceChild' of null

@maykar
Copy link
Owner

maykar commented Feb 2, 2019

Is this still an issue if you remove "header: false"? That option hides the header completely. Shouldnt matter where you place the card.

@moskovskiy82
Copy link

Ok this error seems ti be related to button card and not to compact-custom-header. Sorry will investigate further

@maykar
Copy link
Owner

maykar commented Feb 10, 2019

With this issue being stale and with the major rewrite, I'm going to close. If this is still an issue, please reopen.

@maykar maykar closed this as completed Feb 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants