-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
visualization doesnt work #15
Comments
Did you follow the instructions in the README? I notice they are a bit lacking, and could probably explain better how to configure things. How are you opening the visualization? What does the dev tools say about the failing request? |
any suggestion? |
Hmm, the error "Access to XMLHttpRequest at ... from origin null has been blocked" seems weird. Not sure how the origin gets set to null, maybe because you're trying to open the HTML visualization directly in your browser? (don't do that, it won't work, unless you disable CORS checks on the server entirely, but that opens a security hole) To get the visualization to show in the Activity dashboard vis menu, you need to run a more recent version of aw-server. Either v0.12.0b1, or latest from source. |
i have the same issue on Version: v0.12.0b1 |
how can i add the visualization into the dashboard menu. can you tell me the steps and i will try. thx |
issue persists on Version: v0.12.1 https://s3.eu-central-1.amazonaws.com/cos-dev-attachments/ShareX/notsimon/iYwpkRkQZynbTVBL.mp4 aw-server log gives this:
|
Open issue for me as well. Error reported is:
Any thoughts? |
@leoentersthevoid You are editing the wrong/old config file. We switched to toml config in v0.11.0 (iirc). |
UpdateI messed up the config. After the correction, it works. Posting it here for tracking:
@ErikBjare, thanks! Just switched to
It doesn't seem to solve the issue. I'm currently running the |
@leoentersthevoid Are you running in testing mode? If not, you put the config under the wrong section (should be under Edit: just now say your edit (didn't see that from the notification email), nice you got it working! |
as title, visualization doesnt work
it shows
Error: Network Error
but activitywatch is running and seems no error
am I using the wrong method? If so, how can I see the visualised data?
The text was updated successfully, but these errors were encountered: