hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
552 stars 51 forks source link

HOOBS "Check for Updates" hangs on Raspberry Pi #1660

Closed telicker closed 2 years ago

telicker commented 2 years ago

When attempting to check for updates in HOOBS (using the MacOS .app as well as the URL from the Pi), the search hangs and never returns any results. The HOOBS symbol just keeps cycling. The Pi is fully up to date. I am currently running HOOBS 4.0.104 (see screenshot).

Screen Shot 2021-11-20 at 8 21 33 AM
bwp91 commented 2 years ago

Can you SSH into the raspberry pi and run the following command?

curl -sk https://dl.hoobs.org/fix | sudo bash - 

Let me know if you need help with the SSH access. I would use a dedicated terminal, not the terminal within the HOOBS UI.

telicker commented 2 years ago

@bwp91

Thanks Ben... that fixed the issue. Much appreciated.