Blockland Forums > Modification Help
TCP Objects
MegaScientifical:
I've been having trouble with TCPObjects, so I tried HTTPObjects even though I've been taught those can be worse. One problem was fixed, but now it seems like it isn't passing parameters along for the next part of the code, which is returning errors.
Fluff-is-back:
--- Quote from: MegaScientifical on April 05, 2012, 06:03:45 AM ---I've been having trouble with TCPObjects, so I tried HTTPObjects even though I've been taught those can be worse. One problem was fixed, but now it seems like it isn't passing parameters along for the next part of the code, which is returning errors.
--- End quote ---
I imagine you are using GET requests? But this is probably due to the fact that HTTPObjects do not support multiple parameters.
Post your TCP code.
MegaScientifical:
The TCP version was before the second part. If that's the problem, I'll copy the TCP from the first connection and adjust it for the second+ and see how that works out. Don't have time for it now, though.
jes00:
It keeps on saying DNS lookup failed: and then part of the website.
Fluff-is-back:
Post your code