-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Firefox not recording #112
Comments
Firefox isn't logged at all? Strange. The Firefox extension is not strictly necessary, just an extra if you want to track browser activity in more detail (include URLs, incognito & audible status). Edit: I see now that this is probably due to running Gnome Wayland. You can read about related issues here: |
It may be related to the timing of AW server turning on. If Firefox is launched on OS session start up but AW is enabled later then plugin wasn't able to connect on start and keeps running in "no server" mode. |
Yep, it would be great to add "retries" let's say every 30 seconds for the logic in Line 37 in 1e8db7d
|
It looks to me like it's sending heartbeats, but they do not contain any browser information. Setting up a netcat listener I see this:
and then it drops after ~30s. I set up a REST server to listen on 5600; it does get repeated heartbeats, looking like this
but again, there is no web-page information that I would expect; note the empty Body field. Running an
Running the REST server above also gives the expected results, with POST bodies showing the same data. |
Am i missing something? I turned off and on again and still doesn't record anything?
The text was updated successfully, but these errors were encountered: