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
Please describe the feature you have in mind and explain what the current shortcomings are?
Whenever you hit publish or validate buttons and something happens in underlaying host code (some exception happens) , there might not be any feedback at all, except the fact that the publishing never started.
How would you imagine the implementation of the feature?
We should probably catch exception somewhere here:
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Whenever you hit publish or validate buttons and something happens in underlaying host code (some exception happens) , there might not be any feedback at all, except the fact that the publishing never started.
How would you imagine the implementation of the feature?
We should probably catch exception somewhere here:
ayon-core/client/ayon_core/tools/publisher/window.py
Lines 824 to 846 in d759c9b
and perhaps display the exception itself using
QtWidgets.QMessageBox.critical()
or similar.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: