IR load with invalid path returns 500 instead of 422 #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed:
POST /api/irs/load {"path":"bogus.wav"}returns HTTP 500 with no detail message. Expected: HTTP 422 with proper error.Impact: Client cannot distinguish between invalid path and server crash. The models/load endpoint handles this correctly (returns 422).
Severity: Low