ActivityWatch / activitywatch

The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused.
https://activitywatch.net/
Mozilla Public License 2.0
11.34k stars 512 forks source link

Web UI inaccessible after updating to 0.12.3b11 #974

Closed martin-t closed 8 months ago

martin-t commented 8 months ago

Describe the bug

After updating to 0.12.3b11, the web UI at http://localhost:5600/ returns 404. The previous version, 0.12.3b10, worked fine.

Full error page:


404: Not Found

The requested resource could not be found.
Rocket 

I am using the Rust server.

To Reproduce

Open the URL directly or click Open web UI in the firefox addon.

Expected behavior

It should work as it used to ;)

Documentation

This is in logs:

[2023-10-25 04:03:45][WARN][rocket::response::responder::_]: Response was `None`.
[2023-10-25 04:03:45][WARN][rocket::server::_]: No 404 catcher registered. Using Rocket default.
ErikBjare commented 8 months ago

Thanks for reporting!

Looks like this was a mess up in the CI where the web UI was built after the aw-server-rust binary, and thus not included: https://github.com/ActivityWatch/activitywatch/actions/runs/6575708468/job/17863486842#step:13:627

I'll fix this ASAP and make a new release!

Also reported here: https://github.com/orgs/ActivityWatch/discussions/972#discussioncomment-7369871

ErikBjare commented 8 months ago

Give the new release a try, and let me know if there are any issues: https://github.com/ActivityWatch/activitywatch/releases/tag/v0.12.3b12

martin-t commented 8 months ago

Everything works now, thanks.