Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFI: How does reticulum resolve handle media such as models from reticulum.io? #592

Open
ipeakermit opened this issue May 19, 2022 · 1 comment

Comments

@ipeakermit
Copy link

I'm trying to understand why reticulum fails to resolve/load a URL through the API at https://codi15.dyndns.org:4000/api/v1/media on my self-hosted hubs instance. It seems to hinge on the MediaResolver resolve method, media_resolver.ex at around line 124, not finding an appropriate resolve clause for an URL pointing to reticulum.io. Presumably there is a generic resolve clause that should apply, but which one is it? The URL in question is https://uploads-prod.reticulum.io/files/728260ab-4e8f-4052-8e1a-c7fae3492989.glb and is requested by Spoke, but rejected by reticulum, causing Spoke to fail. Should my self-hosted Spoke not load from reticulum.io? What is the expected resolve handler for files at reticulum.io?

@brianpeiris
Copy link
Contributor

In theory your server ought to be able to load files from reticulum.io, so I'm not sure why it's failing.
Arguably, the root cause of this issue should be fixed in Spoke, since we probably should not hard-code reticulum.io URLs in the default Spoke templates (https://github.com/mozilla/Spoke/tree/master/src/assets/templates)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants