Cannot start conversation: relay: json error

Resolved 💬 6 comments Opened Feb 10, 2026 by Azir-11 Closed Feb 11, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor) responded on this thread — see the highlighted reply below.

When I try to start a chat,I get the message for json error
feedbdck id:019c475e-9d07-7552-9362-2339665aa0f9

<img width="884" height="393" alt="Image" src="https://github.com/user-attachments/assets/ea71fd46-04ab-4ef0-8125-91d863f90c5e" />

View original on GitHub ↗

6 Comments

etraut-openai contributor · 5 months ago

Can you provide more details as requested in the bug template? Are you using the app or the extension? Which version? Which platform?

Do you suspect that this is a regression? Has it worked for you previously?

Azir-11 · 5 months ago

Hi there,

Thank you for your reply and sorry for not providing enough details initially. Here are the complete details as requested:

  • Usage scenario: I'm using the desktop app (not the extension)
  • App version: 60208.1016 (571)
  • Operating platform: macOS 26.2
  • Issue occurrence: The JSON error message pops up when I attempt to start a chat. This problem first appeared on my third attempt to use the chat function after installing the app.
  • Troubleshooting attempts: I have tried logging out of my account and logging back in, but the issue still remains unresolved.

I haven't used this feature successfully before, so I'm not sure if it's a regression issue. Please let me know if you need any additional information (such as error logs or screen recordings) to investigate this problem further.

Thanks for your help!

etraut-openai contributor · 5 months ago

Please use the /feedback slash command to upload your logs and session details, then post the thread ID here. That will allow me to investigate further.

Azir-11 · 5 months ago
Please use the /feedback slash command to upload your logs and session details, then post the thread ID here. That will allow me to investigate further.

Hi, thanks for your reply!

I already provided the feedback ID in my initial issue report. Here it is again for your reference:
019c475e-9d07-7552-9362-2339665aa0f9

Please let me know if you need any other information from me.

etraut-openai contributor · 5 months ago

It appears that you've configured an LLM proxy either using the base_url config key in a custom model provider or an OPENAI_BASE_URL environment variable. It's pointing to https://www.88code.org/openai/v1/responses, which I assume is a proxy of some sort. It's returning a 400 error.

Azir-11 · 5 months ago
It appears that you've configured an LLM proxy either using the base_url config key in a custom model provider or an OPENAI_BASE_URL environment variable. It's pointing to https://www.88code.org/openai/v1/responses, which I assume is a proxy of some sort. It's returning a 400 error.

oh no,I'm sure i was clear this config. I will check again, thank you anyway