NPellet / visualizer

Other
43 stars 24 forks source link

webservice cron does not seems to work #839

Open lpatiny opened 8 years ago

lpatiny commented 8 years ago

I'm querying the following link::

https://www.cheminfo.org/thethingsnetwork/api/v0/nodes/02031201/?format=json

Giving back the result as a JSON every 10s.

The query is done correctly and I can select the jpath of the variable out. However it seems that the variable itself is not create (a json editor shows always an empty variable).

stropitek commented 8 years ago

webservice cron is a "legacy" module...

If you want to query on a time interval I think you'd better use webservice_search and make the setInterval yourself...