fiddle icon indicating copy to clipboard operation
fiddle copied to clipboard

Handle Download Failures More Gracefully in Electron Fiddle

Open Manasvisingh12 opened this issue 11 months ago • 0 comments

Description: When a download fails (e.g., due to network issues), the error message is vague and does not suggest how to fix it.

Proposed Fix:

  • Display a more user-friendly error message instead of just "Download failed".
  • Provide suggestions like “Check your internet connection” or “Try again later”.
  • Implement a retry mechanism to automatically retry the download if it fails.

Impact: This will improve the user experience and help users troubleshoot issues easily.

Manasvisingh12 avatar Mar 30 '25 08:03 Manasvisingh12