Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUncaught (in promise) DOMException: Failed to load because no supported source was found. #849
Comments
This comment has been minimized.
This comment has been minimized.
|
Hmm, wait. It appears to just happen very slowly at times. |
This comment has been minimized.
This comment has been minimized.
|
Ah, this is happening because the render functionality is trying multiple methods of playing back the video:
What's happening is that your media file is falling back to the blob approach, so it's waiting for a long time -- downloading potentially 100s of MBs before it realizes it can't play the format. I just opened an issue on |
This comment has been minimized.
This comment has been minimized.
|
This is fixed in You can re-install |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I think
.appendTois currently broken and it doesn't correctly call its callback when loading errors occur. I use it like this:But my callback is never called and I get this instead:

(note that there's no stacktrace)
The result is that it's not possible to give a good error message to the user when loading errors happen. Maybe it's a problem in a subdependency?