Back to Problem Solutions forum
i was wondering if interactive problems can be solved i tried say 100 but i get error form the server is it me or the server?
Hi! They were fixed perhaps year ago or so.
i get error form the server
hard to tell as you haven't mentioned what error :) I've just pinged server with some random nonsense and it seems to be alive...
after a post, server says: error: No token found
Well, make sure please that you send the token which you receive below the problem statement, and you send it in correct format... Which format do you use by the way?
a simple requests.post(url , params ) in python
Hi! Make sure you follow the format for data specified in instruction - and also put header:
Content-Type:text/plain
I think I should revise instruction to mention supported content types, but bit later, sorry for inconvenience...
thanks, it worked now!!!
I used https://open-abbey.appspot.com/interactive/say-100 instead of http://open-abbey.appspot.com/interactive/say-100
and
Content-Type= application/x-www-form-urlencoded
:)