Suyog Kale

Results 12 comments of Suyog Kale

I figured out solution by passing user-agent as below: > var MetaInspector = require('node-metainspector'); var client = new MetaInspector("https://www.m.webmd.com/vitamins/ai/ingredientmono-483/peanut-oil", { timeout: 5000, headers:{'User-Agent':'Mozilla/5.0 (Linux; Android 5.1.1; Nexus 5 Build/LMY48B; wv)...

We still have problem to parse query results while calling simple select query or server side javascript function. ex. I have following result when i call Javascript function: ``` "result":...

I have same problem, please suggest how to parse query result. its blocker for us.

We still have problem to parse query results while calling simple select query or server side javascript function. ex. I have following result when i call Javascript function: ``` "result":...

Tried to parse as json. But no luck. Now thinking to use their HTTP API On Aug 26, 2016 12:24 PM, "Enrico Risa" [email protected] wrote: > @suyogdilipkale https://github.com/suyogdilipkale > >...

here is sample node code: db.open().then(function () { console.log('db connection open'); db.query('SELECT in_ShareVGame(:uId,:vKId)', { params: { uId: "Efs3CocpxFcaB3SS4", vKId:'672818a1-d163-dcd8-dab2-2a45c385207f' } }).then(function (response) { **var allUsers = response[0]; var firstUser =allUsers.in_ShareVGame[0];**...

Can please paste your sample server function and nodejs client code? On Aug 29, 2016 6:49 PM, "Enrico Risa" [email protected] wrote: > @gprasadg https://github.com/gprasadg @suyogdilipkale > https://github.com/suyogdilipkale > > i'm...

You hv just returned the query results, can you please just parse those list fields and console in for loop? Just to confirm all fields are displayed. Try with some...

I am getting following error: [image: Inline image 1] Regards, Suyog Kale +91 9767654573 On Mon, Aug 29, 2016 at 9:15 PM, Enrico Risa [email protected] wrote: > @suyogdilipkale https://github.com/suyogdilipkale >...