-
Notifications
You must be signed in to change notification settings - Fork 34
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
ServerSyncAdapter : IO Error java.io.IOException while posting converted trips to JSON #598
Comments
@PatGendre there is an 500 Internal Error on the server
You have to check the server to see what the error is. I really doubt that this is #333 because:
What do you see in the terminal where you are running the server program? |
Also, this is not related but I note that the server is running at a non-standard port, but with https. Is there a reason that you are not just running it with a reverse proxy and a separate domain name? With let's encrypt, there is no real reason why you have to use a non-standard port. LMK if you want a standard docker-based example with LE, I can probably create one based on @atton16's PR
|
thanks
I did not install the server, I think there is no reverse proxy, simply because it takes a little time so set it up. I will ask is it can be useful to see an example docker setup with LE. I could not access to the server terminal but I will look at it on Monday hopefully. I've seen no errors on the server logs but I suspect this is because of the logs config. |
hi @shankari |
Hi @shankari and happy New Year !!
We've installed an e-mission server for the la Rochelle pilot and started to test the e-mission app a few days ago.
It appears that the location data is not transmitted to the server; we don't see any errors in the server logs (maybe because the logging is not correctly configured but I don't think so),
and in the phone logs we have an
"ServerSyncAdapter : IO Error java.io.IOException while posting converted trips to JSON"
message. I attach the logsDo you see any reason why this could happen? Could it be the previously solved #333 issue? Or another problem when building the app?
This errors occurs for my app but for all others too (currently only 4 Android testers).
phonelog.tar.gz
The text was updated successfully, but these errors were encountered: