ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred error for wandb.Video

When I run the following code

 videos = wandb.Video(videos, fps=8, caption='some video')
 wandb.log({"long_rollout/samples": videos}, step = steps)

There are error messages on my terminal

ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred

But the code continues

Hi @sanky29, this doesn’t looks like a wandb error from what I can tell. Do you get the same message if you disable wandb with wandb.init(mode="disabled")?

Thank you,
Nate