fluffy-critter / bandcrash

Bandcamp-style batch encoder and web player for independent musicians
MIT License
57 stars 0 forks source link

No error message shown when an operation fails #111

Open fluffy-critter opened 8 months ago

fluffy-critter commented 8 months ago

Describe the bug

Certain operations, such as saving the album file or starting an encode, can fail when they're hosted on a network or removable drive which has been unmounted before the operation starts. Currently the exception gets quietly discarded, but there really needs to be an error message popup.

Reproduction steps

  1. Load an album on a network drive
  2. Unmount the network drive
  3. Attempt to save the album specfile or start an encode

Expected behavior

An error message should occur.

Platform