I own a place which teleports a player to another place within the universe, along with a loading screen and some data. It has worked for me up until now, when I updated the destination place (purely cosmetic changes) and suddenly it is not working anymore.
This is the error log that I get:
Actually, I get a lot of these error messages.
@ScriptOn What even are these posts? This is a bug report, not lounge or dev discussion, if you have a solution to the OPâs problem you could clearly indicate what you think he is doing wrong and why you think your proposals resolve it.
Sorry, next time I wonât do silly things like try to help narrow down the source of the problem for one of the hundreds of bugs that are reported. Especially when people donât post repros.
What is the â&gender=â doing? I think this is where the syntax error is occurring. The gender part of the request runs into the â&isTeleport=trueâ tag.
Short note for others on the thread:
Teleportation goes from
to
also, I noted after a minute or more of those errors, you lose connection. How are you teleporting players, pa00?
Right now, itâd be safer to look into if you have a problem, rather than wait for the admins - Code Freeze is active, so we wonât see any updates until next year.
As for the GET HTTP request here, it just means that âgenderâ equals an empty value. It wonât cause any problems with further GET paramets, say isTeleport. What I assume it means is 0 = male, 1 = female, etc. - where the code generating the URL (case in some languages, i.e. PHP) just needs 0 and 1 to figure out if itâs true/false - and empty value = false.
So I tried changing both the start place and the destination place. In both cases, I am still getting the HTTP 400 error, even when just using the game:GetService(âTeleportServiceâ):Teleport(334679292) method. Yes, all of the places are in the same game.
Iâm getting nailed with this frequently too. The game spams these errors for maybe 40 - 50 seconds then it actually completes the process. Itâs nothing Iâm doing wrong on my end, otherwise it wouldnât work at all.
I found something interesting with this issue. I set the place Iâve been trying to teleport to as the start place of the game, and now the game will not load at all. It says âRequesting Serverâ infinitely.