Open cozminvelciu opened 3 years ago
This is another example why having error reporting in sheet generation is critical (#709), as finding the problem was pure luck insofar as it could be easily reproduced in development mode.
@alexatrhea Please propose a solution
@samatrhea Do we fix this in SDK: ISession.Refresh doesn't thow anymore for JSONDal, or do we fix in the IME where we catch the thrown error and just ignore it for this specific case?
@samatrhea What to do with this?
Prerequisites
Description
Sheet generators (Crossview, Parameter, etc.) fail silently when using a JSON file-based data source.
Steps to Reproduce
Logs
Stacktraces dredged up in development mode, due to no error reporting on sheet generation:
Parameter sheet:
Crossview sheet:
The error is caused by a call to
await session.Refresh()
on aJsonFileDal
.