Dongwook Kim
Dongwook Kim
Is it this about [this](https://developer.android.com/reference/android/media/MediaRecorder.html#stop%28%29) possibly? > Note that a RuntimeException is intentionally thrown to the application, if no valid audio/video data has been received when stop() is called. This...
EDIT: nvm, I see that this is an on-going issue. The link https://github.com/sendgrid/sendgrid-java/tree/v3beta no longer works. Is there a fix for this? Is the fix "replacing with https://github.com/google/google-http-java-client"?
@thinkingserious I tried replacing the http client, but it didn't fix the issue. The SendGrid API looks for the http client, not the google-http-java-client in the code, so replacing it...