Home assistant service not starting on new hassbian install

It looks like you may have had some connection issues on first boot, try to run this sudo hassbian-config install homeassistant --force

2 Likes

pi@hassbian:/ $ sudo hassbian-config install homeassistant --force
Home Assistant install script for Hassbian.
Copyright(c) 2017 Fredrik Lindqvist https://github.com/Landrash.

Changing to the homeassistant user
Creating Home Assistant venv
Error: [Errno 13] Permission denied: ‘/srv/homeassistant/include’
Changing to Home Assistant venv
/bin/bash: line 6: /srv/homeassistant/bin/activate: No such file or directory
Installing latest version of Home Assistant
Traceback (most recent call last):
File “/usr/bin/pip3”, line 9, in
from pip import main
ImportError: cannot import name ‘main’
Traceback (most recent call last):
File “/usr/bin/pip3”, line 9, in
from pip import main
ImportError: cannot import name ‘main’
Deactivating virtualenv
/bin/bash: line 13: deactivate: command not found
Enabling Home Assistant service
Disabling the Home Assistant install script
Starting Home Assistant
Checking the installation…

Installation failed…

For the heck of i tried

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

It downloaded a few things but not enough to make HA install, if that was even part of the problem.

This is the first thing that goes wrong - and it is odd. Can you post the output of

ls -l /srv

just to see what the permissions on the directory is now.

pi@hassbian:~ $ ls -l /srv
total 4
drwxr-xr-x 3 root root 4096 Nov 9 17:10 homeassistant

I’m not sure how it got those permissions, but is should be possible to fix it with

sudo chown homeassistant:homeassistant /srv/homeassistant
sudo hassbian-config install homeassistant --force

This is all very odd though.

1 Like

Thats the ticket! I can assure you I never messed with any permissions, so yes, it is odd as heck. I’m expecting my shiny new 128gb uh3 sdcard tomorrow and if it works without having to chown, I’ll update here.

But that worked, it installed, took about 10 minutes before I could access the create account page (as expected) and now I poke and prod and learn the intricacies of HA.

Thank you very much!

1 Like

Why does HA hate me so much? I tried to setup my new sdcard and had to chown again but this time the install fails differently. I even tried repeating other steps like sudo apt-get update and sudo apt-get upgrade but now I am stuck getting this:


    pi@hassbian:~ $ sudo chown homeassistant:homeassistant /srv/homeassistant
pi@hassbian:~ $ sudo hassbian-config install homeassistant --force
Home Assistant install script for Hassbian.
Copyright(c) 2017 Fredrik Lindqvist <https://github.com/Landrash>.

Changing to the homeassistant user
Creating Home Assistant venv
Changing to Home Assistant venv
Installing latest version of Home Assistant
Requirement already satisfied: setuptools in /srv/homeassistant/lib/python3.5/site-packages
Requirement already satisfied: wheel in /srv/homeassistant/lib/python3.5/site-packages
Collecting homeassistant
  Using cached https://files.pythonhosted.org/packages/8c/eb/a7d1205eb765eca7f755bc967ae2f79e4d10b20a498a5cef8a82c8e0fc4f/homeassistant-0.82.0-py3-none-any.whl
Collecting pyyaml<4,>=3.13 (from homeassistant)
  Downloading https://www.piwheels.org/simple/pyyaml/PyYAML-3.13-cp35-cp35m-linux_armv7l.whl (42kB)
Collecting cryptography==2.3.1 (from homeassistant)
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-2.3.1-cp35-cp35m-linux_armv7l.whl
Collecting astral==1.7.1 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/bb/0c/25701e9afad088d9873889fba0c45b0fbf8097c7e2ecf8d9b40a71985124/astral-1.7.1-py2.py3-none-any.whl
Collecting voluptuous==0.11.5 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/59/95/fa6218477c6999c9b7fdfab7c12c1bd4da2d5930f5eb2b232ec74eb344e7/voluptuous-0.11.5-py2.py3-none-any.whl
Collecting certifi>=2018.04.16 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl
Collecting aiohttp==3.4.4 (from homeassistant)
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.4.4-cp35-cp35m-linux_armv7l.whl
Collecting async-timeout==3.0.1 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Requirement already satisfied: pip>=8.0.3 in /srv/homeassistant/lib/python3.5/site-packages (from homeassistant)
Collecting ruamel.yaml==0.15.72 (from homeassistant)
  Using cached https://www.piwheels.org/simple/ruamel-yaml/ruamel.yaml-0.15.72-cp35-cp35m-linux_armv7l.whl
Collecting jinja2>=2.10 (from homeassistant)
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting requests==2.20.0 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl
Collecting PyJWT==1.6.4 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/93/d1/3378cc8184a6524dc92993090ee8b4c03847c567e298305d6cf86987e005/PyJWT-1.6.4-py2.py3-none-any.whl
Collecting voluptuous-serialize==2.0.0 (from homeassistant)
  Downloading https://www.piwheels.org/simple/voluptuous-serialize/voluptuous_serialize-2.0.0-py3-none-any.whl
Collecting bcrypt==3.1.4 (from homeassistant)
  Downloading https://www.piwheels.org/simple/bcrypt/bcrypt-3.1.4-cp35-cp35m-linux_armv7l.whl (52kB)
Collecting pytz>=2018.04 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl
Collecting attrs==18.2.0 (from homeassistant)
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting idna>=2.1 (from cryptography==2.3.1->homeassistant)
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting six>=1.4.1 (from cryptography==2.3.1->homeassistant)
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting asn1crypto>=0.21.0 (from cryptography==2.3.1->homeassistant)
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi!=1.11.3,>=1.7 (from cryptography==2.3.1->homeassistant)
  Downloading https://www.piwheels.org/simple/cffi/cffi-1.11.5-cp35-cp35m-linux_armv7l.whl (304kB)
Collecting multidict<5.0,>=4.0 (from aiohttp==3.4.4->homeassistant)
  Downloading https://www.piwheels.org/simple/multidict/multidict-4.4.2-cp35-cp35m-linux_armv7l.whl (373kB)
Collecting yarl<2.0,>=1.0 (from aiohttp==3.4.4->homeassistant)
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting chardet<4.0,>=2.0 (from aiohttp==3.4.4->homeassistant)
Exception:
Traceback (most recent call last):
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 594, in urlopen
    chunked=chunked)
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 391, in _make_request
    six.raise_from(e, None)
  File "<string>", line 2, in raise_from
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 387, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.5/http/client.py", line 1198, in getresponse
    response.begin()
  File "/usr/lib/python3.5/http/client.py", line 297, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.5/http/client.py", line 266, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py", line 353, in run
    wb.build(autobuilding=True)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 749, in build
    self.requirement_set.prepare_files(self.finder)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 554, in _prepare_file
    require_hashes
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_install.py", line 278, in populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 465, in find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 423, in find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 568, in _get_pages
    page = self._get_page(location)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 683, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 792, in get_page
    "Cache-Control": "max-age=600",
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
    return self.request('GET', url, **kwargs)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 386, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
    resp = self.send(prep, **send_kwargs)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
    r = adapter.send(request, **kwargs)
  File "/srv/homeassistant/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
    timeout=timeout
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
    total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Deactivating virtualenv
Enabling Home Assistant service
Disabling the Home Assistant install script
Starting Home Assistant
Checking the installation...

Installation failed...

If you have issues with this script, please say something in the #devs_hassbian channel on Discord.
pi@hassbian:~ $
1 Like

Looks like a network problem.

Seems I’m behind a double nat which I’m not certain I can get rid of. I was able to dmz the pi and I just finished the install.

Installation done..

Your Home Assistant installation is running at 192.168.1.226:8123 or if preferred http://hassbian.local:8123

2 Likes

I have the exact same issue. Downloaded image_2018-10-27-Hassbian, burned it an Sandisk card with Etcher and booted up on the RPi 3+ just fine. No home assistant running, even after a while.
Checked the directory as in this thread and it had the same permissions for root only.
Ran the chown command and restarted the setup and it’s moving along nicely now.
//Matt

I have the same issue as well:
64GB Sandisk Ultra SD, Raspberry Pi 3B+, image_2018-10-27-Hassbian.zip, had to chown. Ran the install command again and it seems to work now.

Had Hassio running fine on the same SD & RPi before I moved to Hassbian.

I ran into this issue as well. It looks like the install_homeassistant.service does not start properly over wifi. I tried several time using and using systemctl status would show that the service would fail to start.

I flashed a new image and kicked it off connected via wire to Ethernet and everything launched as expected!

Seems like there may be a timing issue where wifi isn’t fully connected before the install_homeassistant.service is.

If you are experiencing this issue I would encourage to spin up a freshly flashed SD card and launch when connected via wire.

I’ve run into a similar issue - I’m using a Raspberry Pi B+ (very slow!) but it seems to boot, with the similar timeout issue in the first post - looking through the logs it talks about timing out after getting online (connectivity checked, it’s a bit slow but should not cause timeouts, and I’m hardwired to the router). I tried restarting the installer service but it again timed out. After a reboot to just make sure that it was not something else it seems to have deleted itself almost entirely? The homeassistant user does not have a .homeassistant folder, there’s nothing in /srv/ and I can’t run hassbian-config (it does not exist) - I’ve tried twice with different SD cards and I’m going to try a fresh install now on top of raspbian lite - fwiw: I managed to get the hassio image to work on this setup but it was just incredibly slow (as you can imagine) - hoping for a minor speed boost by removing some layers of virtualisation.

Hi @zimchaa . Got the same issue on first try today. And

helped me.

In case you try to use homeassistant on top of raspbian - it would be slower rather hasspbian.
Cheers.

I’ve run into the same issue. I’m using a RPI B+ too. The image is image_2018-10-27-Hassbian.zip
After a while, i’ve connected to RPI by PuTTY and did some command, ping some webpages (included home-assistant.io) and everything is ok.
But no HA:

  • I tried to access 192.168.0.xxx:8123 in the Chrome but nothing (This site can’t be reached).
  • I tried: sudo systemctl start install_homeassistant.service
    but got the error: Failed to start install_homeassistant.service: Unit install_homeassistant.service not found.
  • I tried: sudo hassbian-config install homeassistant --force
    but got the error: sudo: hassbian-config: command not found

I don’t know what’s wrong with it? Hope some help.
Thanks very much!


I’ve installed another image image_2018-03-16-Hassbian.zip and it’s Ok.

I am having this same damn problem!

First it was the wifi. Then the SD card. Now this error!

How did you “DMZ” your Pi?

same problem for hassbian 2018-10-27 image. Type your command and it work. Thanks!

i get error no have start home assistant, i wait 2 hour:
pi@hassbian:~ $ sudo systemctl status [email protected]
[email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-03-20 20:34:21 UTC; 2h 7min ago
Main PID: 491 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
└─491 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass

Mar 20 20:34:59 hassbian hass[491]: timeout=timeout
Mar 20 20:34:59 hassbian hass[491]: File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py”, line 643, in urlopen
Mar 20 20:34:59 hassbian hass[491]: _stacktrace=sys.exc_info()[2])
Mar 20 20:34:59 hassbian hass[491]: File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py”, line 315, in increment
Mar 20 20:34:59 hassbian hass[491]: total -= 1
Mar 20 20:34:59 hassbian hass[491]: TypeError: unsupported operand type(s) for -=: ‘Retry’ and ‘int’
Mar 20 20:34:59 hassbian hass[491]: 2019-03-20 20:34:59 ERROR (MainThread) [homeassistant.requirements] Not initializing homeassistant.auth.mfa_modules.totp because cou
Mar 20 20:34:59 hassbian hass[491]: 2019-03-20 20:34:59 ERROR (MainThread) [homeassistant.bootstrap] Home Assistant core failed to initialize. Further initialization ab
Mar 20 20:34:59 hassbian hass[491]: 2019-03-20 20:34:59 INFO (MainThread) [homeassistant.core] Starting Home Assistant
Mar 20 20:34:59 hassbian hass[491]: 2019-03-20 20:34:59 INFO (MainThread) [homeassistant.core] Timer:starting

Please help!

I am getting the same issue with trying to do a clean install using 2018-10-27-Hassbian img

It has been driving me absolutely potty. I have a new SD card (SanDisk) and am also behind a double NAT. I have tried the suggestion by @gpbenton but am getting absolutely nowhere.

pi@hassbian:~ $ sudo chown homeassistant:homeassistant /srv/homeassistant
pi@hassbian:~ $ sudo hassbian-config install homeassistant --force
Home Assistant install script for Hassbian.
Copyright(c) 2017 Fredrik Lindqvist https://github.com/Landrash.

Changing to the homeassistant user
Creating Home Assistant venv
Changing to Home Assistant venv
Installing latest version of Home Assistant
Requirement already satisfied: setuptools in /srv/homeassistant/lib/python3.5/si te-packages
Collecting wheel
Downloading https://files.pythonhosted.org/packages/96/ba/a4702cbb6a3a485239fb e9525443446203f00771af9ac000fa3ef2788201/wheel-0.33.1-py2.py3-none-any.whl
Installing collected packages: wheel
Successfully installed wheel-0.33.1
Collecting homeassistant
Downloading https://files.pythonhosted.org/packages/d2/6d/6ffc1882cc4492ed7f2c 5acb88c6299729f4462c8c86e542c037c659ce36/homeassistant-0.91.4-py3-none-any.whl ( 4.2MB)
Collecting pytz>=2018.07 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0 382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB )
Collecting voluptuous-serialize==2.1.0 (from homeassistant)
Exception:
Traceback (most recent call last):
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.w hl/urllib3/connectionpool.py”, line 594, in urlopen
chunked=chunked)
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.w hl/urllib3/connectionpool.py”, line 391, in _make_request
six.raise_from(e, None)
File “”, line 2, in raise_from
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.w hl/urllib3/connectionpool.py”, line 387, in _make_request
httplib_response = conn.getresponse()
File “/usr/lib/python3.5/http/client.py”, line 1198, in getresponse
response.begin()
File “/usr/lib/python3.5/http/client.py”, line 297, in begin
version, status, reason = self._read_status()
File “/usr/lib/python3.5/http/client.py”, line 266, in _read_status
raise RemoteDisconnected(“Remote end closed connection without”
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py”, line 353, in run
wb.build(autobuilding=True)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py”, line 749, in build
self.requirement_set.prepare_files(self.finder)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py”, line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File “/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py”, line 554, in _prepare_file
require_hashes
File “/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_install.py”, line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/index.py”, line 465, in find_requirement
all_candidates = self.find_all_candidates(req.name)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/index.py”, line 423, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
File “/srv/homeassistant/lib/python3.5/site-packages/pip/index.py”, line 568, in _get_pages
page = self._get_page(location)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/index.py”, line 683, in _get_page
return HTMLPage.get_page(link, session=self.session)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/index.py”, line 792, in get_page
“Cache-Control”: “max-age=600”,
File “/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any. whl/requests/sessions.py”, line 501, in get
return self.request(‘GET’, url, **kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/pip/download.py”, line 38 6, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File “/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any. whl/requests/sessions.py”, line 488, in request
resp = self.send(prep, **send_kwargs)
File “/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any. whl/requests/sessions.py”, line 609, in send
r = adapter.send(request, **kwargs)
File “/srv/homeassistant/share/python-wheels/CacheControl-0.11.7-py2.py3-none- any.whl/cachecontrol/adapter.py”, line 47, in send
resp = super(CacheControlAdapter, self).send(request, **kw)
File “/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any. whl/requests/adapters.py”, line 423, in send
timeout=timeout
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.w hl/urllib3/connectionpool.py”, line 643, in urlopen
_stacktrace=sys.exc_info()[2])
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.w hl/urllib3/util/retry.py”, line 315, in increment
total -= 1
TypeError: unsupported operand type(s) for -=: ‘Retry’ and ‘int’
Deactivating virtualenv
Enabling Home Assistant service
Disabling the Home Assistant install script
Starting Home Assistant
Checking the installation…

Installation failed…

If you have issues with this script, please say something in the #devs_hassbian channel on Discord.

Looks like there was a network problem or too much traffic at this time. I would just try again later.