Getting Server Error messages

Bread.

Gold Member
I get this message when making a post or responding.

MeUCuBr.png


The message pops up and acts like there is an error and my post was not submitted as all of the text body is still there.

However when i refresh the page, the post is actually visible in the thread and i also have a copy of the post in the text body i now have to delete.
 
Forums had a Britney 2007 meltdown about a week ago where it reverted back to September. Everything was screwed. Think majority are all getting these errors.
if you use the unmentioned site... it did it in 2005 too. from dec 1st until the 7th. complete and utter eff up.
 
I get this message when making a post or responding.

MeUCuBr.png


The message pops up and acts like there is an error and my post was not submitted as all of the text body is still there.

However when i refresh the page, the post is actually visible in the thread and i also have a copy of the post in the text body i now have to delete.
Mine has been doing the exact same thing. Idk how to make it stop.
 
With the same error? That might be because the front end js didn't get json from the webserver when it throws the 500. I'd have to look at my burp logs again...later.
That's all I had time to notice, it was like half a second. It was the same error box that appears for the common error but I didn't notice what was in the top half.
 
That's all I had time to notice, it was like half a second. It was the same error box that appears for the common error but I didn't notice what was in the top half.
I'll do some testing again tonight... Easier when I'm not banned and I don't have to do it from a sock account
 
@Radiation so I had a look again and got some screenshots of what I was looking at the other night

So when you get the error, you get a 500 error. It IS a json file that it's expecting...but it's not generated successfully by the webserver for one reason or another...here's what that looks like

500.png

Just to explain what you're looking at...on the right is my request...it's in the thread "who was the previous person to post". On line 28 you'll see that it has my username as the tag. The response, as you can see at the top middle gives a 500 error for what is supposed to be a json file. In the response on the right you can see the json for the error. The curious part is that it's returned that despite being a 500 error...maybe a custom 500 error, who knows. That would make the most sense though.

Curiously, though, the very next entry is the a status 200...successful response...what is it for?
200.png


It's for the auto-save of the post that I made...which is why it's fucking annoyingly there when you go back to that thread.

Anyways, you were right about it being about JSON...sort of.

@Chatmaster @Ness_eb @H.R. PufnStuf for your information too
 
Top