Add-on store not loading correctly

Hi,

I have just started my Hass.io journey, using a virtualbox vm. I have managed to get most of it working, however the add-on store is not loading correctly and the following error is in the logs:

0-09-01 07:12:29 INFO (MainThread) [supervisor.store.git] Clone add-on https://github.com/hassio-addons/repository repository
20-09-01 07:12:29 INFO (MainThread) [supervisor.store.git] Clone add-on https://github.com/home-assistant/hassio-addons repository
20-09-01 07:12:32 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/hassio-addons repository: Cmd('git') failed due to: exit code(128)
  cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://github.com/home-assistant/hassio-addons /data/addons/core
  stderr: 'Cloning into '/data/addons/core'...
POST git-upload-pack (142 bytes)
POST git-upload-pack (222 bytes)
error: RPC failed; curl 56 OpenSSL SSL_read: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac, errno 0
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
'.
20-09-01 07:12:32 ERROR (MainThread) [supervisor.store] Can't load from repository core
20-09-01 07:12:32 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/hassio-addons/repository repository: Cmd('git') failed due to: exit code(128)
  cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://github.com/hassio-addons/repository /data/addons/git/a0d7b954
  stderr: 'Cloning into '/data/addons/git/a0d7b954'...
POST git-upload-pack (142 bytes)
POST git-upload-pack (222 bytes)
error: inflate: data stream error (incorrect data check)
fatal: pack has bad object at offset 333666: inflate returned -3
fatal: index-pack failed
'.
20-09-01 07:12:32 ERROR (MainThread) [supervisor.store] Can't load from repository https://github.com/hassio-addons/repository

(hopefully that pasted properly!)

I have added a test repository and that works fine but the official add-ons do not show up.

Cheers!

1 Like

+1 on this issue.
Fresh install using Virtual box and getting the same error.
Updated to the BETA channel with no success there either.

1 Like