ecoacoustics / web-components

https://oe-web-components.netlify.app/
MIT License
1 stars 0 forks source link

Spectrogram audio element can receive 400 (Bad Request) error when fetching audio from workbench-server #154

Closed hudson-newey closed 3 weeks ago

hudson-newey commented 3 weeks ago

When fetching data from the workbench-server on Chrome (v128.0), the HTML <audio> element inside the spectrogram component can (sometimes) return a 400 (Bad Request) error

I cannot reproduce this with every audio file on the workbench-server, but I can consistently reproduce the bug with the sources below.

This bug cannot be reproduced on Firefox. Additionally, when the file is downloaded and served from the Vite dev server, the audio element can fetch the source as expected.

Known problematic sources

Related screenshots

image

hudson-newey commented 3 weeks ago

This is now a baw-server issue and is tracked in

https://github.com/QutEcoacoustics/baw-server/issues/681