Feature #8
add some good, sane error handling
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/01/2021
Due date:
% Done:
100%
Estimated time:
Description
Storage accesses might sometimes fail (for example due to all available storage space being used up) and we could inform the user about it through some popup. There might also be some other places in the code where we could better handle errors (failure when fetching remote scripts?). We should thoroughly consider what is the most appropriate way to handle each possible exception.
History
Updated by jahoti about 2 years ago
Also what happens when the hash of a remotely loaded script doesn't match what is set- some update mechanism perhaps?
Updated by koszko over 1 year ago
- % Done changed from 0 to 100
- Status changed from New to Closed
With the new UI I made many kids of errors result in a message being shown. Those error messages are even tested using Selenium