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
553 stars 51 forks source link

Hoobs won't install any plugins #1674

Closed kk6891 closed 2 years ago

kk6891 commented 2 years ago

Description Attempt to install any plugin immediately results in "Unable to install plugin. Please try again later". It does create an associated bridge, though. It happens to every single plugin I've tried and has been going on for days. I did a factory reset 4 times, but the issue persists. Version Please include the version of HOOBS you are using. 4.0.109 Did you upgrade Please let us know if you upgraded from a previous version.

Pervious version If you upgraded, please let us know your previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins None. This issue happens even after factory reset, with 0 plugins or bridges installed.

Post your config This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json

POST CONFIG HERE
I don't see the config anywhere.

**Post your log**
You can get the log from the interface. This is in the Log section.

POST LOG HERE 02/12/2021, 13:41:46Hue Bridge starting

Additional context Above is my whole log, after another fresh factory reset.

bwp91 commented 2 years ago

I think it would make sense to update to the latest version of hoobs to see if this has been fixed before trying to debug more.

Use your computer terminal to SSH into your hoobs instance with the host name as the IP of the box and the username/password combination hoobs/hoobsadmin. Then run this command:

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

It should update your system to HOOBS 4.1

kk6891 commented 2 years ago

Thanks for quick answer. I get a prompt for password and then "Permission denied". The password I enter is correct, because I just set after yet another factory reset.

By the way, in the dashboard I see the option to update software, but it just results in logo animation for ages, without any action.

bwp91 commented 2 years ago

Have you changed the ssh access password? This is different to the username and password used for accessing the hoobs ui

kk6891 commented 2 years ago

You're right - I made two mistakes in one go - wrong username/password and not using user@IP address in ssh. It's updating now. I'll post here if it resolves the issue.

Thanks for the help so far!

kk6891 commented 2 years ago

Update solved the issue, thanks a lot!