Skip to main content

Troubleshooting

Not generating in Japanese (or the specified language)

  • If the model's reasoning capabilities are weak, it may output in English because the internal prompts are in English.
  • Models developed in China tend to output in Simplified Chinese or partially in English.
  • You can mitigate this to some extent by explicitly stating "Generate in Japanese" or writing the setting texts in Japanese.
  • The best solution is to use a high-performance model that can strictly follow language specifications.

429 Error occurs

  • A 429 error is often returned when the provider actually performing the generation returns a "busy" status. In some cases, retrying may allow the generation to proceed.

Content filter is triggered and generation fails

  • There are two patterns: the censorship AI blocks the request at the entry point, or the generation model itself refuses the request.
  • In the latter case, it may pass depending on the retry seed, but this is not recommended as it often leads to the story being continuously "nerfed" thereafter.
  • Please change your settings or switch to a model with more lenient censorship.

Connection error when specifying certain providers other than OpenRouter

  • For providers such as Google AI Studio and Sakura AI Engine, it appears that server-side CORS settings prevent access from web applications.
    • Regarding Google, this may be because it is accessed via the OpenAI SDK.
  • Access is possible via the Windows version (Tauri). (Ver 2.6.19)
  • For the Web App version, something like a CORS proxy is required.
    • Since your API key is passed through it, absolutely do not use public proxies.