Replies: 1 comment
-
I found a solution, it was as simple as using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using the following minimalistic snippet on a static page:
My problem is that it doesn't detect errors on many URLs, for example on the ones which are blocked by CORS.
I'd like to detect unplayable file types and show a warning.
For example, for the following URL it works:
https://example.com/
, it returns error code 4.But it doesn't work for
https://twitter.com/shouldhaveaduck/status/1497234036514705412
for example.Is it because I'm using the
<video>
embed method? Sometimes, when I load the page Chrome already tells me that. But sometimes it does not. But playing never happens, the player is just waiting with the circle animation forever.Beta Was this translation helpful? Give feedback.
All reactions