Where is the code for "Unable to Load Video"? #2989
-
I've put a link element in my Hub with a URL that doesn't link to an image or model - just a regular web page. When viewing this it is rendered with a message saying "Unable to Load Video". I was curious as to what code was running to show this message. I've searched for the word "Unable" in this repo [1] but I can't find it. Could someone point me to where this message comes from in the code please? [1] https://github.com/mozilla/hubs/search?q=Unable&unscoped_q=Unable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I believe that this is handled by reticulum in media_resolver.ex: https://github.com/mozilla/reticulum/blob/master/lib/ret/media_resolver.ex |
Beta Was this translation helpful? Give feedback.
I believe that this is handled by reticulum in media_resolver.ex: https://github.com/mozilla/reticulum/blob/master/lib/ret/media_resolver.ex