overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
141 stars 50 forks source link

Nextcloud hosted files do not download properly #1156

Open Armored-Dragon opened 1 week ago

Armored-Dragon commented 1 week ago

Nextcloud is a self hosted file storage application (that also does other things not relevant to this issue). Direct download links generated by Nextcloud do not function as expected when they do download. When a model is directly linked to, the model seems to download correctly. The issue is that the textures do not load properly. When Overte is given the .fst file hosted on the Nextcloud, with the FST file updated to point to the Nextcloud file, the download fails with a invalid format error.

Failed to load "[AVATAR URL]" : (Invalid Format)

image

Potentially related issue: #632

If / when someone wants to tackle this issue I can provide a avatar file upon request hosted on my Nextcloud instance.

daleglass commented 1 week ago

We already have a hack for Dropbox in the code, so if there's some sort of URL weirdness it can probably be handled in the same place