lllyasviel / lllyasviel/FramePack

Request url 'https://xxx' has an unkown api call pattern

Open
#563 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
17.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Gradio Reverse Proxy Bug in Framepack (Fix by Upgrading to ≥5.23.2)

Description:
Framepack currently depends on Gradio 5.23.0, which has a known bug affecting Reverse Proxy setups.
This issue may cause errors when running behind a Reverse Proxy (e.g., Nginx, Cloudflare).

Recommended Fix:
Upgrade Gradio to at least 5.23.2 in requirements.txt:

`gradio>=5.23.2`

Additional Context:
The bug was fixed in Gradio [5.23.2](https://github.com/gradio-app/gradio/releases/tag/v5.23.2) (reference release notes if available).

If you encounter Reverse Proxy issues (e.g., incorrect URL generation, websocket errors), this upgrade should resolve them.

![Image](https://github.com/user-attachments/assets/0b30e651-2e72-4ff1-aed0-fed277924449)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with requirements.txt and confirm the pinned Gradio version against the issue's reverse-proxy context and the Gradio 5.23.2 release notes. Done means the dependency requires Gradio 5.23.2 or newer and the reverse-proxy URL or websocket problem is addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
infrastructure
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.