QuantAsylum / QA40x

Releases (no source) for the QA402 and QA403 Audio Analyzer.
https://quantasylum.com/products/qa402-audio-analyzer
13 stars 1 forks source link

PUT /Settings/Default fails if QA40x window is minimized #1

Closed adam-frisby closed 3 years ago

adam-frisby commented 3 years ago

Windows 10, 20H2 QA40x Release 0.990

  1. Open QA40x Application
  2. Minimize QA40x Application Window
  3. Issue a /Settings/Default PUT request
  4. Request returns error (400 Bad Request: Exception: (SplitterDistance must be between Panel1MinSize and Width - Panel2MinSize.))
curl -d "" -X PUT http://localhost:9402/Settings/Default --show-error --fail
curl: (22) The requested URL returned error: 400 Bad Request: Exception: (SplitterDistance must be between Panel1MinSize and Width - Panel2MinSize.)
QuantAsylum commented 3 years ago

Confirmed, and is fixed for 0.993. Thanks for reporting