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
In my instalation, if an exception occurs on a view the app hangs/ the loop dies.
I think it is just a matter of calling the view with a try: except: but would like to know if it is common to all and if anyone thank about a more elegant solution.
Obviously, the implemented view must handle the exception itself, but the core may have some client implementations error proof
The text was updated successfully, but these errors were encountered:
In my instalation, if an exception occurs on a view the app hangs/ the loop dies.
I think it is just a matter of calling the view with a try: except: but would like to know if it is common to all and if anyone thank about a more elegant solution.
Obviously, the implemented view must handle the exception itself, but the core may have some client implementations error proof
The text was updated successfully, but these errors were encountered: