Propagate Backend Application Errors to Frontend #12

Open
opened 2024-07-03 14:00:40 +00:00 by ThePerfectComputer · 1 comment
ThePerfectComputer commented 2024-07-03 14:00:40 +00:00 (Migrated from github.com)

Currently, loading an invalid waveform results in a panic in Tokyo worker that gets printed to stdout from the backend. The frontend should make this error visible.

image

Currently, loading an invalid waveform results in a panic in Tokyo worker that gets printed to stdout from the backend. The frontend should make this error visible. ![image](https://github.com/JoyOfHardware/FastWave2.0/assets/103011002/79a85801-ea94-48e4-9e8f-600e0419ed93)
ThePerfectComputer commented 2024-07-20 04:42:00 +00:00 (Migrated from github.com)

Same sort of issue if there is a failure to find decoder in the backend:

6cfcdc6d0b/src-tauri/src/component_manager.rs (L93)

Same sort of issue if there is a failure to find decoder in the backend: https://github.com/JoyOfHardware/FastWave2.0/blob/6cfcdc6d0ba7415bdb52297ea7be1ec7ef56be88/src-tauri/src/component_manager.rs#L93
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Products/FastWave2.0#12
No description provided.