Conversation
Signed-off-by: Thom Shutt <[email protected]>
Signed-off-by: Thom Shutt <[email protected]>
542b4de to
59e78fc
Compare
Contributor
🚀 fal.ai Preview Deployment
TestingConnect to this preview deployment by running this on your branch: 🧪 E2E tests will run automatically against this deployment. |
Contributor
❌ E2E Tests failed
Test ArtifactsCheck the workflow run for screenshots, traces, and failure details. |
response.json() can raise JSONDecodeError (a ValueError subclass) when the response body is not valid JSON. The previous except/re-raise pattern would propagate that parse error as an HTTP 400 with a confusing message. Separate JSON parsing from error-raising so parse failures return (None, None) gracefully. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Rafał Leszko <[email protected]>
leszko
approved these changes
Mar 6, 2026
Collaborator
leszko
left a comment
There was a problem hiding this comment.
Pushed a super minor fix. Other than that it looks good. Merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To test, go to a page like https://app.daydream.live/workflows/thomshutt/pixel-art-man and click Install Workflow (once you have the desktop Scope app running locally on this branch).
Also includes a change to improve LoRA download errors from:

To:
