Results 7 comments of Alexander Skvortsov

Hope to see this feature implemented too

Can you try to change recording format to mp3? Some people reported that it helps

Here's my workaround in docker-compose.yml if anyone interested: ``` promtail: image: grafana/promtail entrypoint: [ "/bin/sh","-c" ] command: - | export HOSTNAME=$$(cat /etc/hostname) /usr/bin/promtail -config.file=/etc/promtail-config.yml -client.external-labels=hostname=$$HOSTNAME configs: - source: promtail-yml target:...

@Ndiritu users of my app that uses https://github.com/OneDrive/onedrive-sdk-android also reported this issue, so it must be on the API side, people reported that it started happening in November. The app...