You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to load a big file (2.4Go), I get Failed to fetch, when the file is successfully loaded by the browser.
If I switch the backend from WebAudio to MediaElement, I get NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired. but I'm sure that the file is accessible and can be read by the browser. Smaller files load without any problems.
Environment
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Bug description
When trying to load a big file (2.4Go), I get Failed to fetch, when the file is successfully loaded by the browser.
If I switch the backend from WebAudio to MediaElement, I get
NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
but I'm sure that the file is accessible and can be read by the browser. Smaller files load without any problems.Environment
The text was updated successfully, but these errors were encountered: