Skip to content

Cannot generate videos - Fetch API fails with "String contains non ISO-8859-1 code point" #301

Description

@Kane528
Image Image ## Description

I'm unable to generate any video with Open Generative AI.

Every model fails with the same JavaScript error before any request is sent to the API.

Environment

  • OS: Windows 11
  • Browser: Google Chrome (latest version)
  • Open Generative AI: Web version
  • API Provider: Muapi
  • API Key: Configured successfully
  • Logged in: Yes

Steps to Reproduce

  1. Open Open Generative AI.
  2. Configure a valid Muapi API key.
  3. Select any video model (Hunyuan, Veo, Kling, etc.).
  4. Click Generate.

Expected Behavior

The request should be sent and the video generation should start.

Actual Behavior

Nothing is generated.

The browser console shows:

Failed to execute 'fetch' on 'Window':
Failed to read the 'headers' property from 'RequestInit':
String contains non ISO-8859-1 code point.

also previously received:
Failed to execute 'setRequestHeader' on 'XMLHttpRequest':
String contains non ISO-8859-1 code point.

Additional Information
The problem occurs with every video model.
Local Storage is empty.
Browser extensions are disabled.
Chrome automatic translation is disabled.
I am fully logged into Muapi.
The API key is configured.
No network request is sent (nothing appears in the Network tab except static assets), suggesting the error happens before fetch() is executed.
Could this be caused by an invalid HTTP header containing Unicode characters?
Any help would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions