Level 13
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
gabe wrote:did you take a good look at the error message
Yes. But it stays the same, whatever parameters I GET or POST; "XML error: no element found at line 1" is simply not very helpful.
Feeding XML-ish data via POST changes nothing, and the error gives no DTD.
For the moment, I'm assuming a server-side bug.
Hehe, that's what I thought too at first. It's really a client-side problem though; you need to find another way to talk to the server.
As a hint, I can tell you that I have learned about a number of Python modules that I never used before, thanks to many levels in the Python Challenge. This level is no exception.
LaloLanda wrote:Do I need to be a HTTP/PHP/XML whiz?
No, but it wouldn't hurt. It's somewhat akin to asking whether you need to be an HTTP whiz to use urllib. Well, no, not at all -- although it sure wouldn't hurt if you were
LaloLanda wrote:I know WHO to call, and I'm guessing I need to feed some parameters to the phonebook, but I've no ideas regarding how to do that. I know nothing of the sort, could you give some pointers?
I was in the same boat: knew who to call, but not how. I figured it out, using a Python module I'd never even looked at before. It's hard to say something helpful without giving it all away for someone who has done this kind of thing before! So here's an obscure hint: at some point in this level, you may have seen an adjective applied to "evil". If so, search the Python Library manual for that.
Failure to connect
Well, I think I've deciphered the hints enough to know what I'm supposed to be doing - but what if I just get a "Connection refused" message back?
My mistake
Ah, that turned out to be my firewall at work. Am using a different client site now and can connect happily.
JonyEpsilon wrote:dstockto wrote:I know who to call, I know his number, but I don't know how to dial a number. I would really appreciate some help for this part.
Me too !
Anybody got any hints ? (I couldn't make head nor tail of the "like the previous levels but more" so hint).
Jony
Me three, I know who's Evil, got his number too, now I don't know for sure if it's an URL or a method, or what.
scott_kirkwood wrote:Me three, I know who's Evil, got his number too, now I don't know for sure if it's an URL or a method, or what.
If you've got the number, you're nearly there. The number consists of two parts, but only one of them is relevant. It shouldn't be too difficult to figure out which one. Doing something useful with it is not too hard either.
rspyc wrote:scott_kirkwood wrote:Me three, I know who's Evil, got his number too, now I don't know for sure if it's an URL or a method, or what.
If you've got the number, you're nearly there. The number consists of two parts, but only one of them is relevant. It shouldn't be too difficult to figure out which one. Doing something useful with it is not too hard either.
Thanks that helped.
Return to Python Challenge Hints
Who is online
Users browsing this forum: Exabot [Bot] and 5 guests
