Resolve media URL error : An unexpected error occurred during media resolution. #5874
Replies: 1 comment 3 replies
-
For background: external URLs are resolved by the backend server (reticulum) rather than by the client's web browser. This is primarily required to work around CORS restrictions, but also allows for things like thumbnail generation for the placeholder image. Therefore the failure is actually happening on the server side and then a generic message is passed back to the web browser. Hopefully there is a more detailed message written to the log of the backend server that would help you diagnose the problem. Here's how you connect to the backend servers: https://hubs.mozilla.com/docs/hubs-cloud-accessing-servers.html. Something to look out for is that you may have two servers, one for VoIP and one for everything else, including reticulum, which provides the media link resolution service I think. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to add the quiz function. But I had a problem when put URL into hub room.
Problem description:
-- I had a problem when put media URL from chat box into room.
-- I tried many media URL, something worked, something didn't work.
Step by step:
-- Enter VR room by URL: https://larchiveum.link/gXSnL7K/?displayName=KoKo&avatarId=Q8LYlzk
-- Open chat box
-- Enter this media URL link: http://larchiveum-content.360fairs.com/quiz?quizId=4&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDksImVtYWlsIjoiamJzaGluQGdlbWlzby5jb20iLCJtZXRob2QiOjUsInR5cGUiOiI1IiwiaWF0IjoxNjcyNzI4OTYzLCJleHAiOjE2NzQ4ODg5NjN9.H_C9gqIXF8vsefyCbLruy8ca8MfLjP4cUnIz-ol81gg
-- Drag and drop media URL into room.
-- > Broken media link ...
Screen captures:
Beta Was this translation helpful? Give feedback.
All reactions