are interactive problems working again

Back to Problem Solutions forum

mooninvader     2019-09-30 20:40:36

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?

Rodion (admin)     2019-09-30 21:43:50
User avatar

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...

mooninvader     2019-10-01 05:35:15

after a post, server says: error: No token found

Rodion (admin)     2019-10-01 17:07:21
User avatar

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?

mooninvader     2019-10-01 17:32:59

a simple requests.post(url , params ) in python

Rodion_Gork     2019-10-02 06:16:56
User avatar

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...

mooninvader     2019-10-02 21:19:21

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

:)

Please login and solve 5 problems to be able to post at forum