API call to play Qobuz track sometimes fail

Hi,

I am using a python script to make socketio API call to volumio to play some tracks, e.g:
self.socket.emit(‘replaceAndPlay’, {‘uri’: ‘qobuz://myalbums/xxxxxxxxxxx’, ‘service’: ‘streaming_services’})

Most of the time this works fine but for some tracks, this fails with the below error:

info: An error occurred while exploding URI: TypeError: Cannot read property ‘samplerate’ of null

Any hint as to what i am doing wrong?

Full logs are available here:
logs.volumio.org/volumio/dr4a6xl.html

Many thanks!