io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request
Hello
when i send a request from android to server for sending a verification sms, in android i get this error:
2020-11-19 03:34:17.287 6164-6240/org.thoughtcrime.securesms W/RegistrationCodeRequest: Error during account registration org.whispersystems.signalservice.api.push.exceptions.NonSuccessfulResponseCodeException: Bad response: 500 Internal Server Error
and in the sever i got this:
192.168.1.3 - - [19/Nov/2020:09:28:12 +0000] "GET /v1/accounts/fcm/preauth/fMbgpRyeQ664hN452emXut:APA91bHSyq2ySHU-P43xraQz3XjYIFldEdePYBLpyw6Yg-r67X_qqhWZx3pDLKebm4sbePJqbCDN-gK8U_E0-7bL7GoM4w8sReVyWi24m0OFYlW5EBg6teiBoJX2gDV653tLa6-1RyY6/+15555215554 HTTP/1.1" 200 0 "-" "Signal-Android/4.77.3 Android/29" 12 ERROR [2020-11-19 09:28:17,331] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: b63877c9ae5313c5
and i dont know why!
any body can help?
I got the same issue Please anyone guide me on how to solve this problem.