-
Notifications
You must be signed in to change notification settings - Fork 266
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
Improve Runtime Error log #4387
Comments
Thanks for the feedback! I agree that adding the attribute name would make the log trace more useful. As far as I have checked, that log trace is used in three places: I would say that in them all the attribute name is accessible at |
I have seen, but I need to compile orion on mac M2 if it is possible or should compile on linux for more simplicity? |
mac M2 is not a supported platform. Maybe it works, but we haven't tested it. Maybe you could create a Linux-based virtual machine in your mac M2 system using some virtualization tool (VirtualBox, etc.)? |
@tzzed Have a look to https://github.com/abiosoft/colima project. It allows to run containers virtualising the platform. |
@fgalan should the PR only set the attrobute on |
I see a PR has been raised for this issue. Let's continue discussion there. |
It can be closed. Thank you |
Is your feature request related to a problem / use case? Please describe.
When orion return
Runtime Error (unknown attribute value type in DB: )
we don't know the attribute nameDescribe the solution you'd like
Something like this.
Runtime Error (unknown attribute value type in DB: type on attribute "name")
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Describe why you need this feature
This simplify the debug.
Additional information
Add any other information, diagrams or screenshots about the feature request here.
Do you have the intention to implement the solution
The text was updated successfully, but these errors were encountered: