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

"conn" key missing when offline and publishing messages #1442

Closed
jules-ch opened this issue Jul 18, 2023 · 2 comments
Closed

"conn" key missing when offline and publishing messages #1442

jules-ch opened this issue Jul 18, 2023 · 2 comments

Comments

@jules-ch
Copy link

Step to reproduce:

  • Set application to move mode
  • Enable Airplane mode
  • Disable Airplane Mode
  • Messages are missing the conn key

When online

{
  "_type": "location",
  "acc": 15,
  "alt": 224,
  "batt": 25,
  "bs": 1,
  "conn": "m",
  "created_at": 1689714607,
  "lat": redacted,
  "lon": redacted,
  "m": 2,
  "tid": "jc",
  "tst": 1689714607,
  "vac": 1,
  "vel": 0
}

When sent after being offline

{
  "_type": "location",
  "acc": 16,
  "alt": 224,
  "batt": 25,
  "bs": 1,
  "created_at": 1689714603,
  "lat": redacted,
  "lon": redacted,
  "m": 2,
  "tid": "jc",
  "tst": 1689714601,
  "vac": 1,
  "vel": 0
}
  • App build number: 2.4.10
  • Android version: 13
  • Device: Google Pixel 6A
  • Installation source: Google Play
@growse
Copy link
Collaborator

growse commented Jul 18, 2023

Mmm, smells like a bug. Need to check the booklet, but think it should be there with value o?

@growse growse closed this as completed in b4ba49d Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants