Sep 7, 2018 · 1 min read
Great Work.
I have tried from your github and followed all the steps you mentioned.
However, after getting to the landing page (python3 -m http.server), when I click on add endpoints, I am not able to see any response. I also tested with postmaster the R api (9191/api) which gives the error:
{
“error”: “Error in eval(parse(text = function_choice)) : \n object ‘undefined’ not found\nCalls: eval -> eval\nExecution halted\n”
}
as well as python(8181/api) which gives a similar error in postman.
Would really appreciate if you could help me debug this or if there is any step in the instruction that is missing.
Thank you very much.
