Borewit / music-metadata-browser

Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
MIT License
240 stars 21 forks source link

'TypeError: this.parseReadableStream is not a function' on latest version 2.5.1 #707

Closed hvianna closed 2 years ago

hvianna commented 2 years ago

Updated to version 2.5.1 and I'm getting this error: TypeError: this.parseReadableStream is not a function.

I'm actually using the fetchFromUrl() method in my code. If I revert to 2.5.0 it works as intended.

Thanks.

Borewit commented 2 years ago

It looks like this issue is context specific, I could not reproduce it. I cannot directly explain the issue. A wild guess is the this reference which does not made a lot of sense as it was not used within a class.

Any improvement in version v2.5.2?

hvianna commented 2 years ago

@Borewit v2.5.2 works fine! Thank you!