-
Notifications
You must be signed in to change notification settings - Fork 8
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
No data being logged, error, endpoint setup correctly. #32
Comments
Send now doesnt do anything. Maybe it doesnt like the dashes in ngrok url? bla-bla-bla.ngrok.io/gps ?? |
When there's no queued points the expected behaviour that it doesn't send any data (or an empty package, not sure which of the two). Does it ever queue location points at all or does it already not collect data locally over time? The local queuing should be independent of the endpoint setup and i think the dashes should not be an issue. Could you maybe also take a screenshot of the settings tab? |
You can turn off your GSM signal (flying mode) to force the app to store
the location point in the queue.
Nicolas
Le mer. 11 mai 2022 à 09:11, Bastian Greshake Tzovaras <
***@***.***> a écrit :
… When there's no *queued* points the expected behaviour that it doesn't
send any data (or an empty package, not sure which of the two). Does it
ever queue location points at all or does it already not collect data
locally over time? The local queuing should be independent of the endpoint
setup and i think the dashes should not be an issue.
Could you maybe also take a screenshot of the settings tab?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7BGL7BDTOQE52JPMWZGGTVJNMQXANCNFSM5VTZMNAA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, I've setup an endpoint locally using ngrok. Tested with postman works fine. Setup the url in the android app bla.bla.ngrok.io/gps/. It is hitting the endpoint and if I add ?token=test I see that data but the app is empty and it's not logging any data. Can you suggest what might be wrong? Literally installed and set URL and that's it. Thanks
The text was updated successfully, but these errors were encountered: