You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Covalent-based error happens where the results pkl can't be found, the UI is very unclear about what the problem is. Ideally, I would like to see more details so I can know where to debug things.
The UI should give me more information about the issue. The log was not very helpful either: covalent_ui.log.txt
Any suggestions?
Yes, two things should be done.
The type of the exception should be reported. In this case, it seems a FileNotFoundError was raised, but this is never shown in the UI. It just says error. If I had known it was a FileNotFoundError, I would have known what the issue was more quickly.
The traceback should be provided somewhere. Currently, it's nowhere to be found.
The text was updated successfully, but these errors were encountered:
Andrew-S-Rosen
changed the title
Unclear errors reported in the UI when the process fails on the Covalent side
Unclear error reported in the UI when the results pkl is not found on the Covalent side
Mar 7, 2024
Environment
What is happening?
When a Covalent-based error happens where the results pkl can't be found, the UI is very unclear about what the problem is. Ideally, I would like to see more details so I can know where to debug things.
How can we reproduce the issue?
What should happen?
The UI should give me more information about the issue. The log was not very helpful either: covalent_ui.log.txt
Any suggestions?
Yes, two things should be done.
FileNotFoundError
was raised, but this is never shown in the UI. It just says error. If I had known it was aFileNotFoundError
, I would have known what the issue was more quickly.The text was updated successfully, but these errors were encountered: