[error] translation failed: ‘<’ is an invalid start of a value. #141
-
The app is awesome. Already running smoothly with google and DeepL. Very helpful! I tried OpenAI with URL and Key, but this error showed up everytime: ‘<’ is an invalid start of a value. How can I trouble shoot? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Which provider's model are you using? I need to reproduce it. |
Beta Was this translation helpful? Give feedback.
-
GPT-4o-mini, https://free.v36.cm
It is from a free key program - free_chatgpt_api
<https://github.com/popjane/free_chatgpt_api>
…On Sun, Jun 8, 2025 at 4:14 PM 華一羽 ***@***.***> wrote:
I'm using /free_chatgpt_api to access gpt-4o-mini. It works for /Chatbox.
But I'm not a coder or developer, so I only have very limited knowledge
for troubleshooting.
Would you give me your api url and model name?
—
Reply to this email directly, view it on GitHub
<#141 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BTAMVAPJKK2WIZWH2ALV5ML3CPWHXAVCNFSM6AAAAAB6HPOSRKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBQGEYDGNY>
.
You are receiving this because you authored the thread.Message ID:
<SakiRinn/LiveCaptions-Translator/repo-discussions/141/comments/13401037@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Following the tip within the program, use By the way, the reason for this error is that directly requesting https://free.v36.cm/ returns an HTML file instead of the expected JSON. |
Beta Was this translation helpful? Give feedback.
-
Thanks, it works now!
…On Mon, Jun 9, 2025 at 3:13 AM 華一羽 ***@***.***> wrote:
Following the tip within the program, use
https://free.v36.cm/v1/chat/completions as your API Url.
image.png (view on web)
<https://github.com/user-attachments/assets/0225bdc3-32b5-4f4d-9f65-63cbd08f57fd>
By the way, the reason for this error is that directly requesting
https://free.v36.cm/ returns an HTML file instead of the expected JSON.
—
Reply to this email directly, view it on GitHub
<#141 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BTAMVANNZUJNKPJJUM6WMJD3CSDODAVCNFSM6AAAAAB6HPOSRKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBQGM4DENI>
.
You are receiving this because you authored the thread.Message ID:
<SakiRinn/LiveCaptions-Translator/repo-discussions/141/comments/13403825@
github.com>
|
Beta Was this translation helpful? Give feedback.
Following the tip within the program, use
https://free.v36.cm/v1/chat/completions
as your API Url.By the way, the reason for this error is that directly requesting https://free.v36.cm/ returns an HTML file instead of the expected JSON.