question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

stable.json get back to 2021.3.4 from time to time

See original GitHub issue

Describe the issue you are experiencing

Using the version integration, I’m monitoring the last stable HA release in order to get a notification. Since the release of 2021.4.0, the last release in stable.json get back to 2021.3.4 from time to time.

version2 stable

What is the used version of the Supervisor?

supervisor-2021.03.9

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

What is the version of your installed operating system?

5.13

What version of Home Assistant Core is installed?

core-2021.4.2

Steps to reproduce the issue

  1. Go to https://version.home-assistant.io/stable.json
  2. Refresh until it goes back to 2021.3.4

Anything in the Supervisor logs that might be useful for us?

21-04-10 07:26:46 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json

version-home-assistant-io-har.zip

https://version.home-assistant.io/cdn-cgi/trace

fl=49f146
h=version.home-assistant.io
ip=v6
ts=1618042090.254
visit_scheme=https
uag=Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0
colo=MRS
http=http/2
loc=FR
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:21 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ludeeuscommented, May 3, 2021

It was not promoted to the stable channel until 2021.04.3

1reaction
deftdawgcommented, Apr 28, 2021

Saw it once before you asked, but have not seen it since…

The is the last one I caught; it was from the Chicago DC (ORD from the cluster @ 172.67.68.90)

* Connected to version.home-assistant.io (172.67.68.90) port 443 (#0)
< date: Wed, 28 Apr 2021 06:36:58 GMT
< content-type: application/json
< content-length: 1627
< set-cookie: __cfduid=d64ceecf2204f8866899164873572f2441619591818; expires=Fri, 28-May-21 06:36:58 GMT; path=/; domain=.home-assistant.io; HttpOnly; SameSite=Lax; Secure
< x-amz-id-2: TvrrwBKn0HWrFNUnIHzz8uEYEWpURBSkQ/XYkO6iUZvRRhF0hCAQK6Y+iC0H7eUlCh0rP2WozKc=
< x-amz-request-id: NM9ZP2XJJ7P0TR1S
< last-modified: Tue, 13 Apr 2021 02:06:26 GMT
< etag: "f16bd259cf42ea10877a23ec613f9ff8"
< cf-cache-status: HIT
< age: 1290790
< accept-ranges: bytes
< cf-request-id: 09b8cb04c200003fbab3b8a000000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=NoqVVaQ0MRVIhWmST%2BS6fFdtgrJdB7mggP6yEii2%2BivrFrtyg0%2BYv6FUGWI0ub9xEakrf6bvMP4gXQe9AcSbV%2FJZdOzgCIToe2Aohg%2BIFNQNZR7kFsGvn81k"}]}
< nel: {"report_to":"cf-nel","max_age":604800}
< server: cloudflare
< cf-ray: 646e47813c373fba-ORD
  "supervisor": "2021.03.9",

I’m guessing you republished and maybe killed the old cache, so it might be gone.

If I see it again I’ll try to capture the CF info (curl -v https://version.home-assistant.io/stable.json 2>&1 | egrep -e "Connected to|supervisor|date|cf")

Read more comments on GitHub >

github_iconTop Results From Across the Web

source: hassio constantly changes beween 2021.3.4 and ...
stable.json get back to 2021.3.4 from time to time. opened 08:01AM - 10 Apr 21 UTC. mbo18. Describe the issue you are experiencing...
Read more >
JSON Stringify changes time of date because of UTC
Recently I have run into the same issue. And it was resolved using the following code: x = new Date(); let hoursDiff =...
Read more >
JSON API plugin for Grafana
A data source plugin for loading JSON APIs into Grafana using JSONPath. Screenshot. Documentation. Full documentation for the plugin is available on the...
Read more >
JSON Serialization - Unity - Manual
To convert the JSON back into an object, use JsonUtility. ... If you don't know the type of an object ahead of time,...
Read more >
JSON.stringify() - JavaScript - MDN Web Docs
Date objects implement the toJSON() method which returns a string (the same as date.toISOString() ). Thus, they will be stringified as strings.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found