#Network Error
325 messages · Page 1 of 1 (latest)
same happens with me but I got good wifi and I never get lag on mine
i also have good wifi
same here
i just sent hi and not responding so far
:/
Too Many Requests```
Well i hope this gets resolved soon
i got Request timed out
me to
i don't mind how it's down for now, but the network error is srsly annoying
Sorry guys my friend tried "Tell me a paradox" and now it's down 😄
D:
l:
he is such a amazing ai he helped me with my ai homework
he wrote me some code
in python
I like how you guys are calling it a he lol
i'm so using this for my ela class
Hes helped me write neuro code saved a lot of animals do to this ai
also, when it doesn't show network error when writting the code, it'll just stop writting and mark it as done
i could use this for almost any subject when laptops are allowed open 🤔
im keep on getting this error i cant make any submissons in chatgpt
same issue here, how do i fix it
yo whats with the network error?
Same issue.
Today is not stable
is this only a today thing?
Same issue here.
yeah same her very annoying making it unusable almost
Same issue here.
yeah.
Same here
Same here
Same here.
same. over 20 lines or 1min it will end up with error
Same here.
Same
Same here
you guys think itll be fixed today
Same, maybe can only wait until it will have been fixed
A great robot, a poor CEO
same here, it always happen when GPT try to write huge response. Writes about half A4 page in 8p font and done. I tried also to ask to split messages to smaler chunks and ask me to prompt for continuation but it doesn't help. It crash earlier then
how long would you guys guess until it works again?
sorry guys. i asked gpt to shut itself down a couple of hours ago. It must've complied 😉
same here
same here
Same
Not sure how long the outage will be for, probably just experiencing a high user traffic right now thats overwhelming the servers
same
wise words
Still showing it
still getting network error and too many requests
Same here
So are we saying that once the high traffic is gone we won't get the network erros?
errors?*
It doesn't work. No solution yet?
The network errors are caused by cloudflare denying 60 second or more connections, the dev's just need to fix it.
they do know about this?
I think they do
It seems that if the calculation exceeds 50 seconds, there will be a network error
I don't know how coudflare works, maybe there is some way to notify the server that we are connected
Dang
same issue in chinese
it will be better when i change the language into englist to ask
same issue with me, read it somewhere that servers got attacked and so the team is fixing it. i hope it gets resolved soon
This one appears, before even the AI finishes the reply, very annoying bug.
Thats not true, the network errors are caused by cloudflare denying 60 second or more connections, its not an attack
The introduction of cloudflare led to poor service availability
Yep
The Dev's sent a solution! Apparently you do this? I'm a little lost
where can i see the comment?
Any idea what he means by that, sorry i'm a little dumb
you need to download the app
then, u put navigator.userAgent on the browse copy and paste on "userAgent -> youroperativesystem"
would my operative system be windows? or my user?
yeah i messed something up
What! That can't be right
how can i find the app on mac?
how? where is the app? is it on mac?
Is there any solution to the network error yet?
Is there any solution to the network error yet?
same here
How's this supposed to be the solution for that
It's a server side problem not a client side
You are correct
I'm sure the dev will fix it
Why won't they use websockets for the chat with the bot
Idk
Upon entering a question that needs to be answered in more than 60 seconds, the AI will delete its answer after 60 seconds and show "Network Error". I believe this is caused by Cl...
same
We finally have something solid on the Network Error
They updated cloudflare to combat bots, and they may fix it eventually
Yep, I guess that is the problem.. whenever answer is big it just doesn't finish it and give network error anything I can do to avoid that ? RN or how much time would it take to fix
It will probably take like a week to fix knowing ChatGTP, What are you trying to use ChatGPT to do? theres a couple ways to alleviate network error
One thing I'm doing is keep copying the code answer so if it becomes to a "Network error"
I will edit the message and write "Continue this and send me the rest: {WHAT I'VE COPIED}"
Yep, thats the way to go
I am just getting simple advices and help for my school oroject on c code.. but It doesn't give out just the answers rather it rewrites the entire code that I have pasted.. and in that it takes time and before it reaches to the solution it just goes away.. a little frustating
I would try out this approach, if it doesn't work
Try saying, write the first tens lines of _______
I have tried.. that too.
But it starts writing what I have pasted again..
Really? for me it sends the rest
yeah.. any specific prompt that write only the later part and doesn't copy it again?
you were writing this code and stopped in the middle
#include <gtk/gtk.h>
#include <stdio.h>
#include <time.h>
// Function to calculate the day of the week for a given date
int day_of_week(int d, int m, int y)
{
static int t[] = {0, 3, 2, 5, 0, 3, 5, 1, 4, 6, 2, 4};
y -= m < 3;
return (y + y/4 - y/100 + y/400 + t[m-1] + d) % 7;
}
// Function to handle the "clicked" event of the "Calculate" button
static void calculate_day_of_week(GtkWidget *button, gpointer data)
{
// Retrieve the values of the day, month, and year from the spin buttons
GtkSpinButton *day_spin = GTK_SPIN_BUTTON(data);
int day = gtk_spin_button_get_value_as_int(day_spin);
GtkSpinButton *month_spin = GTK_SPIN_BUTTON(data);
int month = gtk_spin_button_get_value_as_int(month_spin);
GtkSpinButton *year_spin = GTK_SPIN_BUTTON(data);
int year = gtk_spin_button_get_value_as_int(year_spin);
// Calculate and print the day of the week for the given date
int day_index = day_of_week(day, month, year);
const char *day_names[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"};
printf("The day of the week is: %s\n", day_names[day_index]);
}
int main(int argc, char *argv[])
{
// Initialize GTK+
gtk_init(&argc, &argv);
// Create a new window
G
complete the code (for giving the day for any date)(finish this)
I gave this prompt and it gives network error before the answer finishes
For me when I'm telling "send me the rest" it just sends me the rest and not the whole thing
"send me the rest"
ok let me use this.. Hopefully it works
I just try to use "Write the first 10 lines of a C script that _______"
Then use "Write the next 10 lines of code"
It works with python, maybe not c though
I hope the guys who manage the site fix this soon
Sounds good too
thanks.. it worked (send me the rest ) thing
Great!
It still won't send the whole code so I guess our solution will still be necessary
or maybe it will I don't know
Hopefully it will, it kind of sucks because you could write full scripts like 3 days ago when i found ChatGPT
Really? for me it just stopped writing if it was long, and now the difference is it just shows the "network error" and removing the whole message
Weird
yep same.. but thanks.. to you two. I now have the complete code, thanks
btw.. any body knows about GTK ? I need some help
i guess the error shows up on "longer convesations" what i mean is with longer contexts and stuff like that
😆
Where are chatgpt's engineers?Can you fix this problem?
same
same
If I try that it just throws a "Too many requests, please slow down error"
can confirm, it just happened to me while i was trying to create a python code lol
This fixed my problem for now.
i don't understand what you have to do
Same here
@surreal jolt @celest idol
It tells you to change your browser's user agent. If you google "show user agent" you can see your current user agent. I changed my user agent to:
Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1
I am using Brave as a browser, it is Chromium based and other Chromium based browsers should have the same technique to change user agent. Follow these steps:
a) Menu button => More tools => Developer tools In the upper right of Dev Tools widow is a b) “three-dot menu” => More Tools => Network Conditions Network Conditions tab is displayed at bottom third of window (it’s scroll-able or you can move that window pane up). c) For User agent, un-check Select Automatically, then fill in whatever UA string you’d like in the Custom field.
It's not working, i tried. I un-checked "default browser", took "custom" and in the empty field and entered user agent information. But still, when i asked for code for application, i got "network error" after few line 😦
That's not how it's works
It's chatgpt issues
Soo, there is no workaround for it?
oh gawd
Whenever I change my User Agent, I am stuck in an infinite loop of Captcha checks from Cloudflare. So annoying.
Same happen to me
Terrible advice when you request a plugin 🤣
someone post that this afternoon, it's not from me :
let current_text = "";
let old = window.PubSub.publish;
window.PubSub.publish = function(code, obj) {
if (obj.flag !== undefined) {
obj.text = `${obj.text}\n${current_text}`;
current_text = "";
delete obj.flag;
} else {
current_text = obj.text;
}
old(code, obj)
}
put this code in console from you navigator
it allows you to remember the text before it crashes
Again it's just issues that's you used then it's not me it's chatgpt. use your brain
Eh? It's an issue with Cloudflare since yesterday. What you on about use your brain.
Well if you want find to another way plans. Oh well good luck for finding other ways. ¯_(ツ)_/¯
I'll do it manually. Nice try though with the condescending tone.
same
I cannot find the exact way how to do it.
@safe slate
@safe slate Uncaught SyntaxError: Unexpected token '{'
Okay it did work I'll let you know if i still get the error
Okay text didnt go away but the error still here so it stops writing
ya
So no fix to dat? :l
nop, just wait fix from dev
Have you found a solution yet ?
the stop writing code can be fixed thru here
Same here
is there any chance it will fix itself?
Not really, if it is because of ChatGTP Updating is cloudflare system to stop bots, then the website devs just need to add a bit of code that pings the cloudflare server, I asked the dev and he just said to wait for the official announcement.
ok
how can i fix it?
There's no real way to fix it, you can get ChatGPT to write shorter answers, but other than that, not much.
The website/app devs need to fix it, but it looks like theres no way to contact them, as they are seperate from the AI dev on github
aaaaaaaaaaaaaaaaa
How does this work? Does it copy the ai output to your clipboard ?
prove it
how?
tell it to write you a snake game or smth
I'll do it for him
goodluck
This is more than enough proof
exactly
🙂
Do you know where we should be checking for such an announcement?
Some mods said we are aware it still working on it
And you know there is no ETA when fixes it issue is solved.
Oh, perfect, hopefully it gets fixed soon!
Would you be able to ask it to write a 1000 word story about something? or something along the lines of "write a unity c# script that creates the game snake" that seems to always end in a network error for me.
source?
was on chatgpt-bugs channel end of this afternoon
In safari is
@plain beacon
We're committed to maintaining a positive atmosphere and have expanded our AutoMod filters to help protect the community from disruptive words and topics. Thank you for your understanding.
Yeah the network error is painful
It always starts off so well and then it just gets the error, so sad ;_;
It gives network error after it types for exactly 1minute, trying to figure out how to tell it to stop typing but having no luck, if anyone could help me do so?
At least we know the cause of "Network Error"
unusable
this looks promising.
aww. It was worth a try.
Is there any discussion onto when that's gonna be fixed? I ain't gonna meet my deadline for this homework, but it'd be great to know when I can actually use it again.
Time to Google
;-; i asked 1 question and apparently if i try to ask a second time, that's too many requests
works fine for me
Its messed up for me too, rip
Im still getting the "network error" when the answer is to long, does anybody knows if this is gonna be fixed?
I somehow managed to get it to work. I dont get the error anymore, it just stops and I need to say continue.
but I bet when I start a new thread, I get the error again. For now, he is creating a complete app for me. Rip devs
WOW, it worked for over an hour. As SOON as I typed the above I got network error wtf
what if you just set the max word count to something reasonable
yes Im trying to do that right now with limiting to 40 seconds outputs
instead of the time it takes to output just limit the actual token length to below 4000 tokens (1 token = 4 characters)
thats what the api has as its limit so maybe that will work for you as well
this is because we are using a demo
Is there an actual solution
If anybody wanted to know, the mods know about network error, and are going to fix it probably within the next 2 days. RIP Students
#chatgpt-discussions message
💀💀💀
lol, i feel you bro..been coding a bot for my token..it always gives this error..fml
hope we get a solution soon
same here
i guess we'll just have to code step by step
oh , i just finished a code without the error..try click spamming the copy button till the ai gives the final output..let us know if it works out on your end
my bad, didn't worked for the 2nd time lol
i need a official announcement to believe
the devs are working as hard as they can to address server issues due to too many users, people aren’t sleeping and worked over the weekends
When can we access to the premium version of ChatGPT because the free version is full of disconnection?
is there any official here
no
we need to collect signatures hahah
lol
what app is this?
same here
When are they gonna solve this problem? Kind of sad and useless tool if it just crashing after 10 lines….
When using it, at certain point(20 lines) it just stops and then after 1 minute the program send me a network error
When is this bug expected to be fixed?
That will take some time I think.
If they actually know, it'll probably be 2-10 business days, lol
Thanks for getting this one man
Is it fixed?
Try closing out the browser, and clearing cookies, and logging out and back in
@quick pond It is solved?
For fix it?
Yeah, try it
Oh I have no clue
Go to Settings -> Safari -> Advanced ( all the way down) -> Remove All Website Data
@limber pine
i use Edge instead Chrome and it can fix
Dosn’t work
Swap browsers
I already do it
Its working for me now!
Before I logged on, it notified me that there was increased demand at the moment. When I gave my prompts, the chat would generate an answer, stop midway, and display a network error. Any idea whether that's intentional or related to network issues? (I have a great internet connection and am asking questions about brief biographical data about prominent public figures)
Please share the solution thay worked with everybody
No solution, just not getting the network errors anymore on long responses
What did you do to make it work? Just wait a while?
I just waited. Ive had the problem since yesterday but as of 15 minutes ago everything was working
Seems fixed for me. I no longer see "Network Error".
Yea I rarely see it now
Either it stops after writing a sh*t ton of code and then I just type continue, or it just writes the entire thing out for me
Same
Yep same thing. He stop randomly. I type "Your answer wasn't complete" or "continue" and he apologies and continue/repeat. However, at one point even after saying "continue" 5 times he kept repeating and stopping at the same place so I said "Please continue after this line :" and it worked.
Anyway, way less annoying then "Network Error"
hmmm so you gotta say please for it to finish the job. Lol..thnx man..gotta try this one out
I actually had to specify which line I wanted it to continue from
Network error is techinically fixed now! You just have to tell it to continue, so i guess thats cool
hooray
LMFAO everyone here has the network error because we tried to let AI code for us but failed
when will the world end?
not having network errors anymore. seems fixed! thanks devs!
How do you do that? I still have network errors
didnt do anything special. just luck?
hmm
try to clear the cookies and cache
According to the github its been fixed, i haven't had any issues either, you may just need to clear cache
yey life is good!
cool
Hello friends, while answering my questions, it is interrupted and does not continue. How can I solve this problem?
Nooooooooooooooooo
I think it has a line limit, asking it to continue from a certain part of the script or story works for me
yeah same here
network error is fixed but still stops randomly
yea, u only need to tell him to continue with the code