-
Notifications
You must be signed in to change notification settings - Fork 7
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
BUG: Property rendering can't load the models #83
Comments
It has to do with file path mismatching. DLU server had the same and it was solved recently. I just need to implement the same logic Mainly affects some FT (free trial) release models and ninjago release models |
Okay, thank you very much for your fast answer. |
aronwk-aaron
changed the title
Property rendering can't load the models
BUG: Property rendering can't load the models
Jan 5, 2024
closing as a environmental issue |
actually, I do need to fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to view a propertie over the NexusDashboard, it will show me the Content under: Property Content with the correct items.
As soon as I try to render a singe item or view the XML of the model I will get a 500 error from Nginx, and when I try to render the full propertie, I will just get the green sqare empty.
The Console of the Dashbaord throws this error:
[ERROR] Exception on /properties/get_model/70368744177671/mtl/2 [GET]
->FileNotFoundError: [Errno 2] No such file or directory: 'app/cache/BrickModels/mesh\\ftcommunityitems\\rew_modularcastlealtcolor_gate.lod2.mtl'
When I check, all of the folders under app/cache do contain what they should, but the BrickModels folder is empty.
I do not know how to sole this unfortunately, and would appreciate every help.
The text was updated successfully, but these errors were encountered: