IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
26.17k stars 1.42k forks source link

[Bug] CasaOS can't update; appears https://casaos.io/ is offline #1955

Closed fseesink closed 3 months ago

fseesink commented 3 months ago

Describe the bug

See title.

To Reproduce

  1. Log into CasaOS
  2. Click on 'Settings' in upper left, then "Update" in drop-down list. Currently on v0.4.9

Expected behavior

Expect CasaOS to update itself. Instead, after providing a popup showing that v0.4.10 is out, when you tell it to update, it goes into hung state as see below. Only option is clicking [x] in upper right to get out.

This led to seeing how one might update from the CLI, which in turn led to finding the URL used for that, which goes to the casaos.io website. But trying to access that site, it appears to be offline. So not sure how else to make you all aware of this, as likely this is why the update is hanging as well. (Can't exactly update when you can't get to the site where the script is.)

Screenshots

image

Desktop (please complete the following information):

 - OS: macOS 14.6.1
 - Browser Firefox 129.0
 - Version: CasaOS 0.4.9

System Time

Run timedatectl and share the output

$ timedatectl
               Local time: Mon 2024-08-12 20:39:55 EDT
           Universal time: Tue 2024-08-13 00:39:55 UTC
                 RTC time: Tue 2024-08-13 00:39:55
                Time zone: America/New_York (EDT, -0400)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

Logs

Run following command to collect corresponding logs:

sudo journalctl -xef -u casaos-gateway
sudo journalctl -xef -u casaos-user-service
sudo journalctl -xef -u casaos-local-storage
sudo journalctl -xef -u casaos-app-management
sudo journalctl -xef -u casaos.service

Additional context

Add any other context about the problem here.

Again, suspect entire issue is that casaos.io website is down.

fseesink commented 3 months ago

Site appears to be back up. And sure enough, the update now worked. So will close this out.