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

Error - Could not update data #3

Closed
kloggy opened this issue May 16, 2019 · 3 comments
Closed

Error - Could not update data #3

kloggy opened this issue May 16, 2019 · 3 comments

Comments

@kloggy
Copy link

kloggy commented May 16, 2019

Version of the custom_component

image

Describe the bug

I'm getting an error in my log. (see below)
I have Sonos configured so should have at least one breaking change.
This error only seems to have appeared since yesterday when 0.93 was released

image

custom_updater configuration

custom_updater:
  track:
    - components
    - cards
    - python_scripts
  component_urls:
    - https://raw.githubusercontent.com/briis/smartweather/master/custom_updater.json
    - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/custom_components.json
  card_urls:
    - https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
    - https://raw.githubusercontent.com/kalkih/mini-graph-card/master/tracker.json
    - https://raw.githubusercontent.com/rdehuyss/homeassistant-lovelace-google-calendar-card/master/custom_updater.json
    - https://raw.githubusercontent.com/iammexx/home-assistant-config/master/ui/darksky/version.json
    - https://raw.githubusercontent.com/MizterB/lovelace-secondaryinfo-entity-row/master/custom_cards.json
    - https://raw.githubusercontent.com/malcolmrigg/WizardClock/master/repo.json

Add configuration here

LOVELACE

      #=============
      #=== Software
      #=============
      - type: custom:vertical-stack-in-card
        cards:
          - type: custom:card-modder
            style:
              background: transparent
              border-radius: 0px
            card:
              type: glance
              title: '-- Software --'
              columns: 3
              entities:
                - entity: sensor.installed_version
                  name: Installed Version
                  icon: mdi:home-assistant
                - entity: sensor.latest_available_version
                  name: Latest Version
                  icon: mdi:home-assistant
                - entity: binary_sensor.potential_breaking_changes
                  name: Breaking Changes
      #            icon: mdi:home-assistant

          - type: custom:card-modder
            style:
              background: transparent
              border-radius: 0px
            card:
              type: entities
              entities:
                - entity: sensor.ha_uptime
                  icon: mdi:home-assistant

                - entity: sensor.tasmota_current_version
                  name: Sonoff / Tasmota Current Version
                  icon: mdi:alpha-s-box-outline

Debug log

2019-05-16 09:49:50 ERROR (MainThread) [custom_components.breaking_changes] Could not update data - Expecting value: line 1 column 1 (char 0)

##Add your logs here.
N/A

@100lv
Copy link

100lv commented May 16, 2019

I have same issue, but what i discover is that https://hachanges.halfdecent.io/ is down

@ludeeus
Copy link
Contributor

ludeeus commented May 16, 2019

Correct, server is down ATM :( will have a look when I get home

@ludeeus
Copy link
Contributor

ludeeus commented May 16, 2019

Moved to a new host, should be good again now :)

@ludeeus ludeeus closed this as completed May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants