Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Apps not updating #2025

Open
Deaddnee opened this issue Oct 18, 2024 · 1 comment
Open

[Bug] Apps not updating #2025

Deaddnee opened this issue Oct 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Deaddnee
Copy link

Describe the bug

Plex and Prowlarr (or at least those are the ones i've found so far) are not updated to the most modern version

To Reproduce

..be me? idk

Expected behavior

It to be updated

Screenshots

N/A

Desktop (please complete the following information):

 - OS: Server: Bodhi 7.0  Client: Ubuntu 24.04
 - Browser: Client: Firefox
 - Version v0.4.13 for CasaOs

System Time

               Local time: Thu 2024-10-17 21:35:48 CDT
           Universal time: Fri 2024-10-18 02:35:48 UTC
                 RTC time: Fri 2024-10-18 02:35:48
                Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

Logs

death@deathisserver:~$ 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
[sudo] password for death: 
Sep 21 13:15:57 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 13098.
Sep 21 13:15:57 deathisserver casaos-gateway[49161]: v0.4.8
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: git commit: eeb28d78941cf2746e611c02b148e347c47501da
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: build date: 2024-07-18T08:16:38Z
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        *service.State <= main.main.func4()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        *service.Management <= github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        *route.ManagementRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        *route.GatewayRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        *route.StaticRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        fx.Lifecycle <= go.uber.org/fx.New.func1()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        fx.Shutdowner <= go.uber.org/fx.(*App).shutdowner-fm()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] PROVIDE        fx.DotGraph <= go.uber.org/fx.(*App).dotGraph-fm()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] INVOKE                main.run()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: go.uber.org/fx.New.func1()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: main.main.func4()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.793-0500        error        Failed to load routes        {"error": "open /var/run/casaos/routes.json: no such file or directory", "filepath": "/var/run/casaos/routes.json", "func": "service.NewManagementService", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/service/management.go", "line": 32}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] HOOK OnStart                main.run.func1() executing (caller: main.run)
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] HOOK OnStart                main.run.func1() called by main.run ran successfully in 171.971µs
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] HOOK OnStart                main.run.func2() executing (caller: main.run)
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.794-0500        info        Checking if port is available...        {"port": "80", "func": "main.run.func2", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 251}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.794-0500        info        Management service is listening...        {"address": "127.0.0.1:39679", "filepath": "/var/run/casaos/management.url", "func": "main.run.func1.1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 206}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.840-0500        info        Checking if service at URL is running...        {"url": "http://[::]:80/ping", "retry": 10, "func": "main.checkURLWithRetry", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 382}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.840-0500        info        New gateway is listening...        {"address": "[::]:80", "func": "main.reloadGateway", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 358}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] HOOK OnStart                main.run.func2() called by main.run ran successfully in 46.536177ms
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: [Fx] HOOK OnStart                main.run.func3() executing (caller: main.run)
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.841-0500        info        Notified systemd that gateway is ready        {"func": "main.main.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 157}
Sep 21 13:15:57 deathisserver casaos-gateway[49167]: 2024-09-21T13:15:57.841-0500        info        Static web service is listening...        {"address": "127.0.0.1:36971", "filepath": "/var/run/casaos/static.url", "func": "main.run.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 311}
Sep 21 13:15:57 deathisserver systemd[1]: Started CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished successfully.
░░ 
░░ The job identifier is 13098.
Sep 21 13:25:56 deathisserver casaos-gateway[49167]: 2024/09/21 13:25:56 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 13:26:13 deathisserver casaos-gateway[49167]: 2024/09/21 13:26:13 http: proxy error: context canceled
Sep 21 14:59:23 deathisserver casaos-gateway[49167]: 2024/09/21 14:59:23 http: proxy error: dial tcp 127.0.0.1:43027: connect: connection refused
Sep 21 14:59:32 deathisserver systemd[1]: Stopping CasaOS Gateway...
░░ Subject: A stop job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 14818.
Sep 21 14:59:32 deathisserver casaos-gateway[49167]: [Fx] ERROR                Failed to start: context canceled
Sep 21 14:59:32 deathisserver casaos-gateway[49167]: 2024-09-21T14:59:32.597-0500        info        A gateway is stopped        {"address": "[::]:80", "func": "main.reloadGateway.func1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 345}
Sep 21 14:59:32 deathisserver systemd[1]: casaos-gateway.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service has successfully entered the 'dead' state.
Sep 21 14:59:32 deathisserver systemd[1]: Stopped CasaOS Gateway.
░░ Subject: A stop job for unit casaos-gateway.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has finished.
░░ 
░░ The job identifier is 14818 and the job result is done.
Sep 21 14:59:32 deathisserver systemd[1]: casaos-gateway.service: Consumed 7.582s CPU time.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service completed and consumed the indicated resources.
-- Boot 6629a7f0dace4e5e90db402add7e70e8 --
Sep 24 21:20:07 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 117.
Sep 24 21:20:10 deathisserver casaos-gateway[761]: v0.4.8
Sep 24 21:20:10 deathisserver systemd[1]: casaos-gateway.service: Main process exited, code=exited, status=127/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit casaos-gateway.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 127.
Sep 24 21:20:10 deathisserver systemd[1]: casaos-gateway.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service has entered the 'failed' state with result 'exit-code'.
Sep 24 21:20:10 deathisserver systemd[1]: Failed to start CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished with a failure.
░░ 
░░ The job identifier is 117 and the job result is failed.
Sep 24 21:20:10 deathisserver systemd[1]: casaos-gateway.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Automatic restarting of the unit casaos-gateway.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Sep 24 21:20:11 deathisserver casaos-gateway[795]: v0.4.8
Sep 24 21:20:10 deathisserver systemd[1]: Stopped CasaOS Gateway.
░░ Subject: A stop job for unit casaos-gateway.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has finished.
░░ 
░░ The job identifier is 493 and the job result is done.
Sep 24 21:20:10 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 493.
Sep 24 21:20:11 deathisserver casaos-gateway[801]: git commit: eeb28d78941cf2746e611c02b148e347c47501da
Sep 24 21:20:11 deathisserver casaos-gateway[801]: build date: 2024-07-18T08:16:38Z
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        *service.State <= main.main.func4()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        *service.Management <= github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        *route.ManagementRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        *route.GatewayRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        *route.StaticRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        fx.Lifecycle <= go.uber.org/fx.New.func1()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        fx.Shutdowner <= go.uber.org/fx.(*App).shutdowner-fm()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] PROVIDE        fx.DotGraph <= go.uber.org/fx.(*App).dotGraph-fm()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] INVOKE                main.run()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] RUN        provide: go.uber.org/fx.New.func1()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: [Fx] RUN        provide: main.main.func4()
Sep 24 21:20:11 deathisserver casaos-gateway[801]: 2024-09-24T21:20:11.780-0500        error        Failed to load routes        {"error": "open /var/run/casaos/routes.json: no such file or directory", "filepath": "/var/run/casaos/routes.json", "func": "service.NewManagementService", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/service/management.go", "line": 32}
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] HOOK OnStart                main.run.func1() executing (caller: main.run)
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] HOOK OnStart                main.run.func1() called by main.run ran successfully in 399.161µs
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] HOOK OnStart                main.run.func2() executing (caller: main.run)
Sep 24 21:20:12 deathisserver casaos-gateway[801]: 2024-09-24T21:20:12.011-0500        info        Management service is listening...        {"address": "127.0.0.1:42391", "filepath": "/var/run/casaos/management.url", "func": "main.run.func1.1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 206}
Sep 24 21:20:12 deathisserver casaos-gateway[801]: 2024-09-24T21:20:12.011-0500        info        Checking if service at URL is running...        {"url": "http://[::]:80/ping", "retry": 10, "func": "main.checkURLWithRetry", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 382}
Sep 24 21:20:12 deathisserver casaos-gateway[801]: 2024-09-24T21:20:12.013-0500        info        New gateway is listening...        {"address": "[::]:80", "func": "main.reloadGateway", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 358}
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] HOOK OnStart                main.run.func2() called by main.run ran successfully in 1.886658ms
Sep 24 21:20:12 deathisserver casaos-gateway[801]: [Fx] HOOK OnStart                main.run.func3() executing (caller: main.run)
Sep 24 21:20:12 deathisserver casaos-gateway[801]: 2024-09-24T21:20:12.013-0500        info        Static web service is listening...        {"address": "127.0.0.1:38167", "filepath": "/var/run/casaos/static.url", "func": "main.run.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 311}
Sep 24 21:20:12 deathisserver casaos-gateway[801]: 2024-09-24T21:20:12.013-0500        info        Notified systemd that gateway is ready        {"func": "main.main.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 157}
Sep 24 21:20:12 deathisserver systemd[1]: Started CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished successfully.
░░ 
░░ The job identifier is 493.
Sep 24 21:44:52 deathisserver systemd[1]: Stopping CasaOS Gateway...
░░ Subject: A stop job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 2803.
Sep 24 21:44:52 deathisserver casaos-gateway[801]: [Fx] ERROR                Failed to start: context canceled
Sep 24 21:44:52 deathisserver casaos-gateway[801]: 2024-09-24T21:44:52.965-0500        info        A gateway is stopped        {"address": "[::]:80", "func": "main.reloadGateway.func1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 345}
Sep 24 21:44:52 deathisserver systemd[1]: casaos-gateway.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service has successfully entered the 'dead' state.
Sep 24 21:44:52 deathisserver systemd[1]: Stopped CasaOS Gateway.
░░ Subject: A stop job for unit casaos-gateway.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has finished.
░░ 
░░ The job identifier is 2803 and the job result is done.
-- Boot 96af8726f8bf4ed5b0c91365ae37b3c2 --
Oct 15 19:19:21 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 93.
Oct 15 19:19:23 deathisserver casaos-gateway[764]: v0.4.8
Oct 15 19:19:24 deathisserver casaos-gateway[794]: git commit: eeb28d78941cf2746e611c02b148e347c47501da
Oct 15 19:19:24 deathisserver casaos-gateway[794]: build date: 2024-07-18T08:16:38Z
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        *service.State <= main.main.func4()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        *service.Management <= github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        *route.ManagementRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        *route.GatewayRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        *route.StaticRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        fx.Lifecycle <= go.uber.org/fx.New.func1()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        fx.Shutdowner <= go.uber.org/fx.(*App).shutdowner-fm()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] PROVIDE        fx.DotGraph <= go.uber.org/fx.(*App).dotGraph-fm()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] INVOKE                main.run()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] RUN        provide: go.uber.org/fx.New.func1()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: [Fx] RUN        provide: main.main.func4()
Oct 15 19:19:24 deathisserver casaos-gateway[794]: 2024-10-15T19:19:24.776-0500        error        Failed to load routes        {"error": "open /var/run/casaos/routes.json: no such file or directory", "filepath": "/var/run/casaos/routes.json", "func": "service.NewManagementService", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/service/management.go", "line": 32}
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] HOOK OnStart                main.run.func1() executing (caller: main.run)
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] HOOK OnStart                main.run.func1() called by main.run ran successfully in 1.141003ms
Oct 15 19:19:26 deathisserver casaos-gateway[794]: 2024-10-15T19:19:25.453-0500        info        Management service is listening...        {"address": "127.0.0.1:45539", "filepath": "/var/run/casaos/management.url", "func": "main.run.func1.1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 206}
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] HOOK OnStart                main.run.func2() executing (caller: main.run)
Oct 15 19:19:26 deathisserver casaos-gateway[794]: 2024-10-15T19:19:25.453-0500        info        Checking if service at URL is running...        {"url": "http://[::]:80/ping", "retry": 10, "func": "main.checkURLWithRetry", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 382}
Oct 15 19:19:26 deathisserver casaos-gateway[794]: 2024-10-15T19:19:25.456-0500        info        New gateway is listening...        {"address": "[::]:80", "func": "main.reloadGateway", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 358}
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] HOOK OnStart                main.run.func2() called by main.run ran successfully in 2.582561ms
Oct 15 19:19:26 deathisserver casaos-gateway[794]: [Fx] HOOK OnStart                main.run.func3() executing (caller: main.run)
Oct 15 19:19:26 deathisserver casaos-gateway[794]: 2024-10-15T19:19:25.456-0500        info        Notified systemd that gateway is ready        {"func": "main.main.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 157}
Oct 15 19:19:26 deathisserver casaos-gateway[794]: 2024-10-15T19:19:25.456-0500        info        Static web service is listening...        {"address": "127.0.0.1:46423", "filepath": "/var/run/casaos/static.url", "func": "main.run.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 311}
Oct 15 19:19:25 deathisserver systemd[1]: Started CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished successfully.
░░ 
░░ The job identifier is 93.
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:00 deathisserver casaos-gateway[794]: 2024/10/15 19:34:00 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 19:34:01 deathisserver casaos-gateway[794]: 2024/10/15 19:34:01 http: proxy error: context canceled
Oct 15 20:33:28 deathisserver casaos-gateway[794]: 2024/10/15 20:33:27 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:30 deathisserver casaos-gateway[794]: 2024/10/15 20:33:29 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:32 deathisserver casaos-gateway[794]: 2024/10/15 20:33:32 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:32 deathisserver casaos-gateway[794]: 2024/10/15 20:33:32 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:34 deathisserver casaos-gateway[794]: 2024/10/15 20:33:34 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:34 deathisserver casaos-gateway[794]: 2024/10/15 20:33:34 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:36 deathisserver casaos-gateway[794]: 2024/10/15 20:33:36 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:40 deathisserver casaos-gateway[794]: 2024/10/15 20:33:37 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:40 deathisserver casaos-gateway[794]: 2024/10/15 20:33:37 http: proxy error: dial tcp 127.0.0.1:37149: connect: connection refused
Oct 15 20:33:40 deathisserver casaos-gateway[794]: [Fx] ERROR                Failed to start: context canceled
Oct 15 20:33:37 deathisserver systemd[1]: Stopping CasaOS Gateway...
░░ Subject: A stop job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 2487.
Oct 15 20:33:38 deathisserver systemd[1]: casaos-gateway.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service has successfully entered the 'dead' state.
Oct 15 20:33:38 deathisserver systemd[1]: Stopped CasaOS Gateway.
░░ Subject: A stop job for unit casaos-gateway.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has finished.
░░ 
░░ The job identifier is 2487 and the job result is done.
Oct 15 20:33:38 deathisserver systemd[1]: casaos-gateway.service: Consumed 13.309s CPU time.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service completed and consumed the indicated resources.
-- Boot 757b23806f73438e990de05541ba6c5a --
Oct 15 20:35:01 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 97.
Oct 15 20:35:03 deathisserver casaos-gateway[898]: v0.4.8
Oct 15 20:35:04 deathisserver casaos-gateway[929]: git commit: eeb28d78941cf2746e611c02b148e347c47501da
Oct 15 20:35:04 deathisserver casaos-gateway[929]: build date: 2024-07-18T08:16:38Z
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        *service.State <= main.main.func4()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        *service.Management <= github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        *route.ManagementRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        *route.GatewayRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        *route.StaticRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        fx.Lifecycle <= go.uber.org/fx.New.func1()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        fx.Shutdowner <= go.uber.org/fx.(*App).shutdowner-fm()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] PROVIDE        fx.DotGraph <= go.uber.org/fx.(*App).dotGraph-fm()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] INVOKE                main.run()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] RUN        provide: go.uber.org/fx.New.func1()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: [Fx] RUN        provide: main.main.func4()
Oct 15 20:35:04 deathisserver casaos-gateway[929]: 2024-10-15T20:35:04.970-0500        error        Failed to load routes        {"error": "open /var/run/casaos/routes.json: no such file or directory", "filepath": "/var/run/casaos/routes.json", "func": "service.NewManagementService", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/service/management.go", "line": 32}
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] HOOK OnStart                main.run.func1() executing (caller: main.run)
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] HOOK OnStart                main.run.func1() called by main.run ran successfully in 444.986µs
Oct 15 20:35:05 deathisserver casaos-gateway[929]: 2024-10-15T20:35:05.250-0500        info        Management service is listening...        {"address": "127.0.0.1:35129", "filepath": "/var/run/casaos/management.url", "func": "main.run.func1.1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 206}
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] HOOK OnStart                main.run.func2() executing (caller: main.run)
Oct 15 20:35:05 deathisserver casaos-gateway[929]: 2024-10-15T20:35:05.251-0500        info        Checking if service at URL is running...        {"url": "http://[::]:80/ping", "retry": 10, "func": "main.checkURLWithRetry", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 382}
Oct 15 20:35:05 deathisserver casaos-gateway[929]: 2024-10-15T20:35:05.252-0500        info        New gateway is listening...        {"address": "[::]:80", "func": "main.reloadGateway", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 358}
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] HOOK OnStart                main.run.func2() called by main.run ran successfully in 2.106038ms
Oct 15 20:35:05 deathisserver casaos-gateway[929]: [Fx] HOOK OnStart                main.run.func3() executing (caller: main.run)
Oct 15 20:35:05 deathisserver casaos-gateway[929]: 2024-10-15T20:35:05.253-0500        info        Static web service is listening...        {"address": "127.0.0.1:35143", "filepath": "/var/run/casaos/static.url", "func": "main.run.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 311}
Oct 15 20:35:05 deathisserver casaos-gateway[929]: 2024-10-15T20:35:05.253-0500        info        Notified systemd that gateway is ready        {"func": "main.main.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 157}
Oct 15 20:35:05 deathisserver systemd[1]: Started CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished successfully.
░░ 
░░ The job identifier is 97.
Oct 15 20:35:23 deathisserver casaos-gateway[929]: 2024/10/15 20:35:23 http: proxy error: context canceled
Oct 15 20:35:24 deathisserver casaos-gateway[929]: 2024/10/15 20:35:24 http: proxy error: context canceled
Oct 15 20:35:26 deathisserver casaos-gateway[929]: 2024/10/15 20:35:26 http: proxy error: context canceled
Oct 15 20:35:26 deathisserver casaos-gateway[929]: 2024/10/15 20:35:26 http: proxy error: context canceled
Oct 15 20:36:20 deathisserver casaos-gateway[929]: 2024/10/15 20:36:20 http: proxy error: context canceled
Oct 15 20:36:21 deathisserver casaos-gateway[929]: 2024/10/15 20:36:21 http: proxy error: context canceled
Oct 15 20:36:21 deathisserver casaos-gateway[929]: 2024/10/15 20:36:21 http: proxy error: context canceled
Oct 15 20:41:25 deathisserver casaos-gateway[929]: 2024/10/15 20:41:25 http: proxy error: context canceled
Oct 15 20:41:25 deathisserver casaos-gateway[929]: 2024/10/15 20:41:25 http: proxy error: context canceled
Oct 15 21:15:54 deathisserver casaos-gateway[929]: 2024/10/15 21:15:54 http: proxy error: context canceled
Oct 15 21:16:02 deathisserver casaos-gateway[929]: 2024/10/15 21:16:02 http: proxy error: context canceled
Oct 15 21:16:21 deathisserver casaos-gateway[929]: 2024/10/15 21:16:21 http: proxy error: context canceled
Oct 15 22:11:17 deathisserver casaos-gateway[929]: 2024/10/15 22:11:11 http: proxy error: context canceled
Oct 15 22:11:22 deathisserver casaos-gateway[929]: [Fx] ERROR                Failed to start: context canceled
Oct 15 22:11:22 deathisserver casaos-gateway[929]: 2024-10-15T22:11:21.825-0500        info        A gateway is stopped        {"address": "[::]:80", "func": "main.reloadGateway.func1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 345}
Oct 15 22:11:21 deathisserver systemd[1]: Stopping CasaOS Gateway...
░░ Subject: A stop job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 2499.
Oct 15 22:11:22 deathisserver systemd[1]: casaos-gateway.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service has successfully entered the 'dead' state.
Oct 15 22:11:22 deathisserver systemd[1]: Stopped CasaOS Gateway.
░░ Subject: A stop job for unit casaos-gateway.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit casaos-gateway.service has finished.
░░ 
░░ The job identifier is 2499 and the job result is done.
Oct 15 22:11:22 deathisserver systemd[1]: casaos-gateway.service: Consumed 10.464s CPU time.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit casaos-gateway.service completed and consumed the indicated resources.
-- Boot e3dcb41a2fdf4f4d8c73e2255604c680 --
Oct 15 22:13:00 deathisserver systemd[1]: Starting CasaOS Gateway...
░░ Subject: A start job for unit casaos-gateway.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has begun execution.
░░ 
░░ The job identifier is 118.
Oct 15 22:13:03 deathisserver casaos-gateway[907]: v0.4.8
Oct 15 22:13:03 deathisserver casaos-gateway[931]: git commit: eeb28d78941cf2746e611c02b148e347c47501da
Oct 15 22:13:03 deathisserver casaos-gateway[931]: build date: 2024-07-18T08:16:38Z
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        *service.State <= main.main.func4()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        *service.Management <= github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        *route.ManagementRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        *route.GatewayRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        *route.StaticRoute <= github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        fx.Lifecycle <= go.uber.org/fx.New.func1()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        fx.Shutdowner <= go.uber.org/fx.(*App).shutdowner-fm()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] PROVIDE        fx.DotGraph <= go.uber.org/fx.(*App).dotGraph-fm()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] INVOKE                main.run()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] RUN        provide: go.uber.org/fx.New.func1()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: [Fx] RUN        provide: main.main.func4()
Oct 15 22:13:03 deathisserver casaos-gateway[931]: 2024-10-15T22:13:03.788-0500        error        Failed to load routes        {"error": "open /var/run/casaos/routes.json: no such file or directory", "filepath": "/var/run/casaos/routes.json", "func": "service.NewManagementService", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/service/management.go", "line": 32}
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/service.NewManagementService()
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewManagementRoute()
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewGatewayRoute()
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] RUN        provide: github.com/IceWhaleTech/CasaOS-Gateway/route.NewStaticRoute()
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] HOOK OnStart                main.run.func1() executing (caller: main.run)
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] HOOK OnStart                main.run.func1() called by main.run ran successfully in 444.769µs
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] HOOK OnStart                main.run.func2() executing (caller: main.run)
Oct 15 22:13:04 deathisserver casaos-gateway[931]: 2024-10-15T22:13:04.226-0500        info        Management service is listening...        {"address": "127.0.0.1:42359", "filepath": "/var/run/casaos/management.url", "func": "main.run.func1.1", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 206}
Oct 15 22:13:04 deathisserver casaos-gateway[931]: 2024-10-15T22:13:04.226-0500        info        Checking if service at URL is running...        {"url": "http://[::]:80/ping", "retry": 10, "func": "main.checkURLWithRetry", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 382}
Oct 15 22:13:04 deathisserver casaos-gateway[931]: 2024-10-15T22:13:04.228-0500        info        New gateway is listening...        {"address": "[::]:80", "func": "main.reloadGateway", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 358}
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] HOOK OnStart                main.run.func2() called by main.run ran successfully in 2.429962ms
Oct 15 22:13:04 deathisserver casaos-gateway[931]: [Fx] HOOK OnStart                main.run.func3() executing (caller: main.run)
Oct 15 22:13:04 deathisserver casaos-gateway[931]: 2024-10-15T22:13:04.229-0500        info        Notified systemd that gateway is ready        {"func": "main.main.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 157}
Oct 15 22:13:04 deathisserver casaos-gateway[931]: 2024-10-15T22:13:04.229-0500        info        Static web service is listening...        {"address": "127.0.0.1:41657", "filepath": "/var/run/casaos/static.url", "func": "main.run.func3", "file": "/home/runner/work/CasaOS-Gateway/CasaOS-Gateway/main.go", "line": 311}
Oct 15 22:13:04 deathisserver systemd[1]: Started CasaOS Gateway.
░░ Subject: A start job for unit casaos-gateway.service has finished successfully
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit casaos-gateway.service has finished successfully.
░░ 
░░ The job identifier is 118.
Oct 16 20:25:59 deathisserver casaos-gateway[931]: 2024/10/16 20:25:59 http: proxy error: context canceled
Oct 16 20:25:59 deathisserver casaos-gateway[931]: 2024/10/16 20:25:59 http: proxy error: context canceled
Oct 16 20:25:59 deathisserver casaos-gateway[931]: 2024/10/16 20:25:59 http: proxy error: context canceled
Oct 16 20:26:00 deathisserver casaos-gateway[931]: 2024/10/16 20:26:00 http: proxy error: context canceled
Oct 16 20:47:03 deathisserver casaos-gateway[931]: 2024/10/16 20:47:03 http: proxy error: context canceled
Oct 16 21:20:37 deathisserver casaos-gateway[931]: 2024/10/16 21:20:37 http: proxy error: context canceled
Oct 16 21:39:23 deathisserver casaos-gateway[931]: 2024/10/16 21:39:23 http: proxy error: context canceled
Oct 16 21:50:06 deathisserver casaos-gateway[931]: 2024/10/16 21:50:06 http: proxy error: context canceled
Oct 16 21:50:06 deathisserver casaos-gateway[931]: 2024/10/16 21:50:06 http: proxy error: context canceled
Oct 16 21:50:06 deathisserver casaos-gateway[931]: 2024/10/16 21:50:06 http: proxy error: context canceled
Oct 16 21:50:06 deathisserver casaos-gateway[931]: 2024/10/16 21:50:06 http: proxy error: context canceled
Oct 16 21:50:06 deathisserver casaos-gateway[931]: 2024/10/16 21:50:06 http: proxy error: context canceled
Oct 16 21:50:15 deathisserver casaos-gateway[931]: 2024/10/16 21:50:15 http: proxy error: context canceled
Oct 16 21:50:15 deathisserver casaos-gateway[931]: 2024/10/16 21:50:15 http: proxy error: context canceled
Oct 16 23:14:38 deathisserver casaos-gateway[931]: 2024/10/16 23:14:38 http: proxy error: context canceled
Oct 17 02:44:54 deathisserver casaos-gateway[931]: 2024/10/17 02:44:54 http: proxy error: context canceled
Oct 17 11:15:13 deathisserver casaos-gateway[931]: 2024/10/17 11:15:13 http: proxy error: context canceled
Oct 17 11:21:10 deathisserver casaos-gateway[931]: 2024/10/17 11:21:10 http: proxy error: context canceled
Oct 17 14:31:42 deathisserver casaos-gateway[931]: 2024/10/17 14:31:42 http: proxy error: context canceled
Oct 17 15:18:27 deathisserver casaos-gateway[931]: 2024/10/17 15:18:27 http: proxy error: context canceled
Oct 17 18:34:53 deathisserver casaos-gateway[931]: 2024/10/17 18:34:53 http: proxy error: context canceled
Oct 17 18:34:53 deathisserver casaos-gateway[931]: 2024/10/17 18:34:53 http: proxy error: context canceled
Oct 17 19:48:37 deathisserver casaos-gateway[931]: 2024/10/17 19:48:37 http: proxy error: context canceled
Oct 17 20:29:57 deathisserver casaos-gateway[931]: 2024/10/17 20:29:57 http: proxy error: context canceled
Oct 17 21:18:42 deathisserver casaos-gateway[931]: 2024/10/17 21:18:42 http: proxy error: context canceled
Oct 17 21:18:42 deathisserver casaos-gateway[931]: 2024/10/17 21:18:42 http: proxy error: context canceled
Oct 17 21:18:42 deathisserver casaos-gateway[931]: 2024/10/17 21:18:42 http: proxy error: context canceled
Oct 17 21:18:42 deathisserver casaos-gateway[931]: 2024/10/17 21:18:42 http: proxy error: context canceled
Oct 17 21:18:42 deathisserver casaos-gateway[931]: 2024/10/17 21:18:42 http: proxy error: context canceled
Oct 17 21:18:44 deathisserver casaos-gateway[931]: 2024/10/17 21:18:44 http: proxy error: context canceled
Oct 17 21:18:45 deathisserver casaos-gateway[931]: 2024/10/17 21:18:45 http: proxy error: context canceled
Oct 17 21:18:45 deathisserver casaos-gateway[931]: 2024/10/17 21:18:45 http: proxy error: context canceled
Oct 17 21:18:45 deathisserver casaos-gateway[931]: 2024/10/17 21:18:45 http: proxy error: context canceled
Oct 17 21:18:47 deathisserver casaos-gateway[931]: 2024/10/17 21:18:47 http: proxy error: context canceled
Oct 17 21:18:47 deathisserver casaos-gateway[931]: 2024/10/17 21:18:47 http: proxy error: context canceled
Oct 17 21:18:51 deathisserver casaos-gateway[931]: 2024/10/17 21:18:51 http: proxy error: context canceled
Oct 17 21:18:51 deathisserver casaos-gateway[931]: 2024/10/17 21:18:51 http: proxy error: context canceled
Oct 17 21:18:51 deathisserver casaos-gateway[931]: 2024/10/17 21:18:51 http: proxy error: context canceled
Oct 17 21:18:51 deathisserver casaos-gateway[931]: 2024/10/17 21:18:51 http: proxy error: context canceled
Oct 17 21:19:08 deathisserver casaos-gateway[931]: 2024/10/17 21:19:08 http: proxy error: context canceled
Oct 17 21:19:08 deathisserver casaos-gateway[931]: 2024/10/17 21:19:08 http: proxy error: context canceled
Oct 17 21:19:08 deathisserver casaos-gateway[931]: 2024/10/17 21:19:08 http: proxy error: context canceled
Oct 17 21:20:45 deathisserver casaos-gateway[931]: 2024/10/17 21:20:45 http: proxy error: context canceled
Oct 17 21:34:40 deathisserver casaos-gateway[931]: 2024/10/17 21:34:40 http: proxy error: context canceled
Oct 17 21:34:43 deathisserver casaos-gateway[931]: 2024/10/17 21:34:43 http: proxy error: context canceled
Oct 17 21:34:45 deathisserver casaos-gateway[931]: 2024/10/17 21:34:45 http: proxy error: context canceled
Oct 17 21:34:45 deathisserver casaos-gateway[931]: 2024/10/17 21:34:45 http: proxy error: context canceled
Oct 17 21:38:54 deathisserver casaos-gateway[931]: 2024/10/17 21:38:54 http: proxy error: context canceled
Oct 17 21:39:01 deathisserver casaos-gateway[931]: 2024/10/17 21:39:01 http: proxy error: context canceled

Additional context
I've tried using "Check Then Update" through the CasaOs webui, it says up to date.
I tried to update plex through the docker terminal on casa web ui
I've also tried re-installing prowlarr
Prowlarr is now saying that it doesn't need an update (it's on 1.9)

@Deaddnee Deaddnee added the bug Something isn't working label Oct 18, 2024
@xDiogow
Copy link

xDiogow commented Nov 12, 2024

Does it happens on any other applications ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@xDiogow @Deaddnee and others