AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

json api call
 
 

need some help

I’m trying to call a simple whereis api and it seems to work(ish)

      $_url = ^“http://192.168.0.39:8000/whereis/$_city”
      $_userAgent = ^“User-Agent: %bot, ChatScript”
      $_header = ^getheader()
      $_tmp = ^jsonopen(permanent get $_url NULL $_header)
      $_city is in $_tmp.result.country

however it returns blank

the trace says:

....,..JsonParse Call: {"country": "Ireland"}create ( jo-0 country Ireland x2200 ) Created 215526
....,..

....,..JSON response: 200 size: 22 - {"country": "Ireland"}
....,..NOPROBLEM ^jsonopen(permanent) => `jo-0` e.g. ( jo-0 country Ireland x2200 ), - size 1 facts
....,.$_tmp = ^jsonopen(jo-0)
....,.Message: Dublin is in

its looks like its getting it just can seem to index it

what am i missing?

Alan

 

 
  [ # 1 ]

ignore that my stupidity alone surpasses my curiosity - $_tmp.country has the answer!!!!

 

 
  login or register to react