readyplayerme / rpm-unreal-sdk

Ready Player Me Unreal SDK
Other
20 stars 8 forks source link

Failed to retrieve avatar metadata on Coreweave Cloud running Linux #69

Open Gautamji opened 4 days ago

Gautamji commented 4 days ago

I am trying to run my unreal project via pixelstreaming on coreweave. Until a few days ago, the RPM avatars used to load just fine. But they are not loading anymore.

I downloaded the Unreal Sample project to test and make sure that it was not something from my project that was causing the issue. But still the issue persisted.

"Failed to retrieve avatar metadata" is the error I get.

I have even tried running the project in a VM running linux on coreweave, but same issue.

Files

Attach or link to .glb files or avatar URL that trigger the bug.

https://models.readyplayer.me/6684a536dee62aeb820741d9.glb (all files other than this are also triggering this error)

In addition, make sure to run those files through the example scenes first. If you encounter errors or warnings, try to make sure they are not responsible for the issue.

To Reproduce Steps to reproduce the behavior: On Linux running on coreweave cloud Open sample project Try to load any avatar Does not work

Desktop (please complete the following information):

Gautamji commented 3 days ago

Further investigation into this error and its results:

The metadata URL is https://models.readyplayer.me/666b54aabd3ef3d895f7c635.json it opens fine in my personal computer but on coreweave cloud it gives a 403 forbidden error. The same url with the glb extension opens fine and I can download the avatar on chrome

image