Jordano Celestrini
Jordano Celestrini
+1 Same problem here.. any suggestion?
@tpyo, Yes!!! It's working perfectly now! I also tested with Daphne and everything seems to be ok. Thank you very much for your help!!! I'm now facing problems with requests...
Thanks @tpyo! I already do that here: https://github.com/census-instrumentation/opencensus-python/issues/812. I also found a solution to solve the "problem".But I don't know if it is a problem in fact.
I also try running it with [daphne](https://github.com/django/daphne), which is the server we use to deploy our solution and the problem still persists.
Just for info: same problem happens using this repo: https://github.com/MChehab94/Recording-Playing-Audio which is a native Android app. They are using the same `outputformat` and `audioencoder`: ``` mediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.AAC_ADTS); mediaRecorder.setOutputFile(FILE_RECORDING); mediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC); ```...
A minimal reproduction app can be found here: https://github.com/jordanorc/reproduction-sample-issue-271 Some details about the problem: The problem seems to be related to Android 10. Apps targeting Android 10 (API level 29)...
Any progress on this?
Same problem here. And the source maps are also included in the build. Any workaround?
In my case I was able to solve the problem in a Spring Boot application adding the following content into the file: `src/main/resources/META-INF/native-image/org.zalando/logbook/reflect-config.json`: ```json [ { "name" : "org.zalando.logbook.json.JsonHttpLogFormatter$JsonBody", "allPublicMethods"...
@itineric, thanks for the tip. I updated the answer. My goal was to help those who are facing same problem, while the solution is not added directly to the logbook.