So i’ve been using chatgpt to help me but when i came back to chatgpt i cant send my code character limt or something or when i do it’s not even helpful whats going on?
chatGPT no longer responds to code questions or long code questions. This problem has occurred for two days. Using other browsers or new accounts does not work. Reply Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
Yeah, seems like OpenAI has decided to further “improve” their model. Yesterday I thought it was just broken, but today I had the same problem… To me this was the last straw, I unsubscribed. 95% of my chatgpt usage is coding, and now it’s not even able to generate shitty, buggy code.
is this a bug will they ever fix it? because why would they do this i mean it’s helping me a lot with coding
chat gpt has helped me a lot learn coding but this doesn’t seam fair maybe we should try to do sometrhing
From other feedbacks, it seems that this has nothing to do with whether to pay plus or not. Using other browsers or new accounts can’t solve the problem, and the plug-in can answer, but basically can’t associate the context. Surprisingly, there are not many people who report this problem.
Also there’s no continue button? So when I’m asking for a paragraph or a line of code it just stops and there’s no continue button I think cra got gone down hill ngl
I just checked, and I can’t find what the problem is. Could you post an example chat?
this issue is happening non stop now. errors on every request after it does a code evaluation.
Do the answers end with something like:
<|fim_suffix|><|fim_suffix|>user
Because I get that now, when the code gets a little bit more complex or longer.
I get that after ~13500 bytes (prompt and response).
On my API project where I also work with code on GPT-3.5 on azure with 8k tokens limit I can send about 19-20k bytes.
So maybe the system prompt of chatgpt is somewhere at 7500 characters or 150 sentences That would be alot though and I don’t think that makes any sense.
getting this at the end:
<|fim_suffix|><|fim_suffix|>user
which has no relation to my code at all looks like it leaked some of it’s xml structure that they use to prevent prompt injections.
But who am I. I am just speculating here.
Getting the same issue when pasting in code or other long formatted text.
The issue persists only in the ChatGPT Web UI. Not on Mobile, API, or Playground. JS Console shows the following logs from the server error, but no idea what could be going on there:
Error with Permissions-Policy header: Unrecognized feature: 'document-domain'.
_app-695c0ff86878a9c6.js:28 POST https://chat.openai.com/backend-api/conversation 403
(anonymous) @ _app-695c0ff86878a9c6.js:28
(anonymous) @ _app-695c0ff86878a9c6.js:33
Z @ _app-695c0ff86878a9c6.js:33
tb @ _app-695c0ff86878a9c6.js:33
(anonymous) @ _app-695c0ff86878a9c6.js:33
td @ _app-695c0ff86878a9c6.js:33
(anonymous) @ _app-695c0ff86878a9c6.js:33
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
n @ main-664b20fa39df3103.js:1
u @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ _app-695c0ff86878a9c6.js:33
(anonymous) @ _app-695c0ff86878a9c6.js:33
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
n @ main-664b20fa39df3103.js:1
u @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
U.publicApiCompletionStream @ _app-695c0ff86878a9c6.js:33
(anonymous) @ 7851-acd5f0d7727988d3.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
n @ main-664b20fa39df3103.js:1
u @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ 7851-acd5f0d7727988d3.js:1
(anonymous) @ 7851-acd5f0d7727988d3.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
n @ main-664b20fa39df3103.js:1
u @ main-664b20fa39df3103.js:1
Promise.then (async)
n @ main-664b20fa39df3103.js:1
u @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ main-664b20fa39df3103.js:1
(anonymous) @ 7851-acd5f0d7727988d3.js:1
(anonymous) @ 7851-acd5f0d7727988d3.js:1
(anonymous) @ 1230-04040ad560463a89.js:1
eU @ framework-10a404587b40544b.js:9
eH @ framework-10a404587b40544b.js:9
(anonymous) @ framework-10a404587b40544b.js:9
re @ framework-10a404587b40544b.js:9
rn @ framework-10a404587b40544b.js:9
(anonymous) @ framework-10a404587b40544b.js:9
oP @ framework-10a404587b40544b.js:9
eF @ framework-10a404587b40544b.js:9
ro @ framework-10a404587b40544b.js:9
nU @ framework-10a404587b40544b.js:9
nD @ framework-10a404587b40544b.js:9
Y @ _app-695c0ff86878a9c6.js:2
_app-695c0ff86878a9c6.js:28 FatalServerError: Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
at _app-695c0ff86878a9c6.js:33:254137
at main-664b20fa39df3103.js:1:115027
at Object.next (main-664b20fa39df3103.js:1:115132)
at n (main-664b20fa39df3103.js:1:104710)
at u (main-664b20fa39df3103.js:1:104907)
at main-664b20fa39df3103.js:1:104966
at new Promise (<anonymous>)
at main-664b20fa39df3103.js:1:104848
at onopen (_app-695c0ff86878a9c6.js:33:254151)
at tb (_app-695c0ff86878a9c6.js:33:239083)
Code Interpreter is still able to read large files though. For now I’m loading any code snippets as files.
Could you try and check network tab on your browsers developer tools and see what the response is?
I am just curious.
Trying to make code safe in such a context must be horrible.
Have you went through owasp cheat sheets on xss?
I came to the conclusion, that whatever you do you always open up something new.
I got the same issue and got the tipp to use firefox instead of chrome in the meanwhile. It works over there.
Well who would have knew tbh we could only hope for a fix ig
People reporting firefox working are just experiencing a fluke - there is clearly some sort of availability issue on OpenAIs end causing some users to have this and others not too - using a browser would not be able to cause only one type of prompt to not work, that’s absurd.
I did try it and of course it didn’t work still.
Lol damn idk what to say I’m definitely not friend them my money until they fix this ba
The openai devs are aware of the problem and working on a solution.
so your telling me thats theres a bug where coding sucks? and even if it does listen it does god knows what some bullshit that i could do but much worse like 1000% worse than what i could do?
I honestly don’t understand what the problem is. There is a bug. Are you upset about a bug?
Are you expecting a tool that writes code better than a human?
Even when you have close to no experience in how to use it obviously?