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