Currently, when a user encounters an error while loading a model, they receive the same generic error message.
This does not help users identify the specific cause of the error or help them to resolve it.
We need to implement tailored error messages that address the specific reasons for the failure.
Possible causes of error:
Private model access issues.
GitHub API rate limits.
Problem with the model path
Unknown reasons requiring a model reload.
Tailored error Messages:
Could not load the model
Try accessing the model again
If you are not logged in and trying to access a file hosted on GitHub, you are subject to GitHub REST API rate limits
Log into Share using a Github credentials
Access the file again
Check console for errors
Check the file path, it might contain inconsistencies that prevent the model load
https://github.com/bldrs-ai/test-models/blob/main/ifc/bldrs/b.ifc
We do not support the file type
Check the console for errors and let us know on Discord or GitHub
Currently, when a user encounters an error while loading a model, they receive the same generic error message. This does not help users identify the specific cause of the error or help them to resolve it. We need to implement tailored error messages that address the specific reasons for the failure. Possible causes of error:
Tailored error Messages:
Could not load the model Try accessing the model again
If you are not logged in and trying to access a file hosted on GitHub, you are subject to GitHub REST API rate limits
Check the file path, it might contain inconsistencies that prevent the model load https://github.com/bldrs-ai/test-models/blob/main/ifc/bldrs/b.ifc
We do not support the file type
Check the console for errors and let us know on Discord or GitHub