Page 1 of 1
EOS Tease Creation Error 400
Posted: Tue Jan 23, 2024 4:05 pm
by TFD
Hi! I tried creating a new tease, but regardless of what name I give it it gives the 400 error.
"Response not successful: Received status code 400" is displayed instead of the ususal "Create New Tease" and the name input field.
The console shows the following "Uncaught (in promise) ApolloError: Response not successful: Received status code 400".
My request:
Code: Select all
{"operationName":"CreateTease","variables":{"title":"test"},"query":"mutation CreateTease($title: String!) {\n createTease(title: $title, type: EOS) {\n __typename\n id\n title\n }\n}"}
Response:
Code: Select all
{"errors":[{"message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["createTease"]}]}
This persists over Chromium and Firefox, it also stays the same after relogging, clearing the cache and cookies. It's been like that for the past 2 days. Any help is highly appreciated :D
Re: EOS Tease Creation Error 400
Posted: Tue Jan 23, 2024 9:00 pm
by kerkersklave
Happens to me to, seems to be broken.
Re: EOS Tease Creation Error 400
Posted: Wed Jan 24, 2024 3:32 am
by seraph0x
FIxed. Thanks for the report!

Re: EOS Tease Creation Error 400
Posted: Sat Jan 27, 2024 2:30 pm
by Faroe
I am still getting
Response not successful: Received status code 400
on trying to publish, anyone else, or just me?
F
Re: EOS Tease Creation Error 400
Posted: Sat Feb 03, 2024 3:04 am
by itslate
Yeah, I got the same error code when trying to update (i.e. Publish) my eos-tease: Response not successful: Received status code 400
Any ideas what it might be?
Re: EOS Tease Creation Error 400
Posted: Sat Feb 03, 2024 4:05 pm
by PlayfulGuy
Faroe wrote: Sat Jan 27, 2024 2:30 pm
I am still getting
Response not successful: Received status code 400
on trying to publish, anyone else, or just me?
F
itslate wrote: Sat Feb 03, 2024 3:04 am
Yeah, I got the same error code when trying to update (i.e. Publish) my eos-tease: Response not successful: Received status code 400
Any ideas what it might be?
Seraphox asked people getting this error to send him the tease ID so he can investigate this issue.
See
this post from r0nin47 and the following reply from Seraphox.
There was also some reports in that thread that clearing the browser cache helped some people.
PG
Re: EOS Tease Creation Error 400
Posted: Wed Nov 20, 2024 5:02 am
by InVitroPervert
I'm getting the same thing but with 500, and I can't update anything at all (which is frustrating since I'm trying to make a gender reskin)
Re: EOS Tease Creation Error 400
Posted: Wed Nov 20, 2024 1:20 pm
by indyc
InVitroPervert wrote: Wed Nov 20, 2024 5:02 am
I'm getting the same thing but with 500, and I can't update anything at all (which is frustrating since I'm trying to make a gender reskin)
For me getting the 500 error usually means it timed out. I have been assuming this means the size of the json is too large. This could be happening by a action that was nested too many times because each time you nest it, it doubles the size of that next which can grow exponentially. (Like putting a choice action in a notification in a notification, in a notification and so on...)
This is just my educated guess from my experience and I've been in that state with Trials of the Succubi for almost 2 years now. I have a few workarounds but it depends what your actual cause is. Feel free to PM me for that help and additional details.