Skip to content

Gradio event errors and status history improvements - #395

Merged
cwitkowitz merged 28 commits into
developfrom
new_347
Aug 27, 2026
Merged

Gradio event errors and status history improvements#395
cwitkowitz merged 28 commits into
developfrom
new_347

Conversation

@saumya-pailwan

Copy link
Copy Markdown
Collaborator
  • classify Hugging Face/Gradio quota errors only from quota signatures
  • keep non-quota failures as runtime errors with reason extraction
  • add timestamped status history
  • ingest default SSE data payloads with msg-based process statuses

@netlify

netlify Bot commented Mar 2, 2026

Copy link
Copy Markdown

Deploy Preview for harp-plugin ready!

Name Link
🔨 Latest commit 98a9d63
🔍 Latest deploy log https://app.netlify.com/projects/harp-plugin/deploys/69a5c583f6efee0008b7f94c
😎 Deploy Preview https://deploy-preview-395--harp-plugin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@saumya-pailwan
saumya-pailwan changed the base branch from main to develop March 2, 2026 17:16
@saumya-pailwan
saumya-pailwan marked this pull request as ready for review April 3, 2026 23:09
@saumya-pailwan saumya-pailwan linked an issue May 1, 2026 that may be closed by this pull request
@cwitkowitz cwitkowitz mentioned this pull request May 8, 2026
@ella-granger

Copy link
Copy Markdown
Collaborator

Looks good to me in general. Is it possible for us to have a demo space to test out all the error cases? Or should this be covered in the testing branch?

…pdown and number box, updated pyharp to latest develop with corresponding upgrades, cleaned up error popup logic, simplified management of status messages, now hiding sensitive data (e.g. API tokens) from settings and logs, de-duplicated GitHub issue template, file-write logging protections, safe pointers for additional windows, added missing files to CMakeLists.txt, and updated button indexing info in DEVNOTES.md.
@cwitkowitz

cwitkowitz commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

This pull request has essentially become a nested develop branch. It was already addressing:

  • Error handling and communication
  • Restoring default settings
  • Scrollable status panel

I've also made some improvements and added a few additional smaller features:

  • Improved error handling + communication
  • Support for multi-select dropdown and number box
  • Updated pyharp
  • Improved error popup logic
  • Simplified management of status messages
  • Hiding sensitive data (e.g. API tokens) from settings and logs
  • De-duplicated GitHub issue template
  • Added file-write logging protections
  • Fixed GUI sizing with viewport
  • Incorporated canonical model paths
  • Various other improvements and bug fixes

…g, handling for too many requests, and added nuance to sleeping / building errors.
… some sizing and GUI component issues, and fixed some model path bugs.
…JUCE GUI components and fixed scroll capture on FileDisplayComponent.
…wnload error path, graceful handling of empty NumberBox fields, added helper functions to control utilities, removed unused code / paths, and fixed formatting.
@cwitkowitz
cwitkowitz merged commit a5dc39d into develop Aug 27, 2026
2 of 3 checks passed
@cwitkowitz
cwitkowitz deleted the new_347 branch August 27, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment