-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Need help with HTTP mode #212
Comments
What does the app's log say? (Quickset is not docker) |
The endpoint you set in the app is probably not
https://github.com/owntracks/recorder?tab=readme-ov-file#http-mode |
The app's log -> https://mclo.gs/26NNR45 And |
I was initially unsure whether to include the
|
"coerced to http://...:8083/pub" looks very fishy. Retype the URL, make sure you 've no spaces or special characters in it. |
No typo. I’ve checked the characters and ensured that the URL is accessible directly via the browser. It seems we haven’t found the root cause yet. I’ll review the documentation and check the app logs again tomorrow. If it still doesn’t work, I’ll try switching to MQTT mode. Thanks for your help. I will let you know the follow-up. |
Hello, I have successfully uploaded my location and can see it in the recorder now. The issue was with Google services (GMSLocationProviderClient). After analyzing the logs, I switched to the OSS version (which does not rely on Google services) and used I live in China, so unable to access Google services. Additionally, I noticed the coordinate offset issue with maps in China, which might be resolved by integrating a Chinese map provider like amap (iOS defaults to amap, so coordinates work correctly on iOS). Of course, this is just a suggestion. I understand that integrating new thing requires a lot of effort, and the demand for this is not high. |
Glad you got it going, and thanks for the feedback! |
Hello,
I'm currently deploying owntracks/recorder:0.9.9 using Docker. I can successfully access the Recorder via the web interface, but I'm encountering issues when trying to use the OwnTracks app on my Android device.
I noticed that the Quicksetup guide mentions the need to configure configuration.yaml and run bootstrap.sh to set up the OwnTracks environment. However, I couldn't find any reference to these steps in the Docker repository.
The text was updated successfully, but these errors were encountered: