You are reading a single comment by @MaBe and its replies.
Click here to read the full conversation.
-
Have you checked via desktop node.js or your microcontroller?
Oh, finally I've found my mistake, current result:
=undefined Got response: 200 {"count":1,"results":[{"num_favorers":34,"include_dispute_form_link":false}], Uncaught SyntaxError: Got EOF expected '}' at line 1 col 78 ...dispute_form_link":false}], ^ in function called from system {"count":1,"results":[{"num_favorers":34,"include_dispute_form_link":false}],"params":{"shop_id":"FoxyGami"},"type":"Shop","pagination":{}} 34
Now I can receive what I want. Just don't know why it always shows such messages:
{"count":1,"results":[{"num_favorers":34,"include_dispute_form_link":false}], Uncaught SyntaxError: Got EOF expected '}' at line 1 col 78 ...dispute_form_link":false}], ^ in function called from system
In node.js is just:
Got response: 200 {"count":1,"results":[{"num_favorers":34,"include_dispute_form_link":false}],"params":{"shop_id":"FoxyGami"},"type":"Shop","pagination":{}} 34
Hmm,
this is how far I get with your code and without a key