-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't get awatcher to run (ERROR aw_datastore::worker) #18
Comments
This is the problem, but I'm not sure why it can happen if the server gets running at :5600 as your output suggests. Could you run this with |
Here are the logs when I run awatcher as a module for aw-qt:
And here's the logs when I run the bundle
If I run
|
Could it be some security settings, like a paranoiac firewall which doesn't let you connect even to localhost? E.g. when you run activitywatch with aw-qt, can you run other modules (builtin) than aw-awatcher? Can you get a response by executing |
aw-qt works correctly with these modules ["aw-server-rust", "aw-watcher-afk", "aw-watcher-window"]
|
Okay, thanks. To be honest, I don't even have hypotheses to ask about, it seems very illogical that a thread cannot connect to a seemingly normally running another thread by HTTP. Maybe the server fails after the connection attempt, but it works for other people. |
By the way, does your |
that's where the problem was.
It seems when I installed one of the wallets, it changed the host file. |
Wow, imagine the potential security leak with manipulations of |
Relates to #18, there is no reason to not use IP by default.
I tried to run both as a module and as a bundle, but I always get the same error.
The text was updated successfully, but these errors were encountered: