ToontownRewritten / api-doc

Documentation of Toontown Rewritten's Web APIs for developers.
https://toontownrewritten.com/
47 stars 7 forks source link

'Queued responses' don't send any data from the Login API #2

Closed johnnyapol closed 10 years ago

johnnyapol commented 10 years ago

Hello,

I'm developing an alternative launcher to TTR, and when I received a success=delayed response, my code proceeds to read the other values that should have come with it, (eta, position, queueToken), except that this data is never sent and the socket simply blocks. Any help would be greatly appreciated. Thank you.

jjkoletar commented 10 years ago

Hi,

This sounds like some sort of wonky issue with either the website or with a provider. Best I can recommend at this point is to use the JSON response format instead of the key=value\n format, sorry.

johnnyapol commented 10 years ago

@jjkoletar

Hey thanks for replying, I'll try using JSON and reopen if I encounter this issue again. It's not a big deal. Thank you guys for allowing TTR to be more dev-friendly. :+1: