<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I am attempting to use Google’s Postman to test my API calls to GenieACS, but my lack of experience is causing me issues.  I am trying to do the following;<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>http://35.171.217.31:7557/devices/1C497B-B2338%2D168-GMC170508001297/tasks?connection_request<o:p></o:p></p><p class=MsoNormal>{"name":"refreshObject", "objectName":""}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Which generates the following log messages…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Mar 26 12:24:39 ip-###-##-##-## genieacs-nbi[1167]: 2018-03-26T12:24:39.562Z [ERROR] Uncaught exception; pid=7258 exceptionName="SyntaxError" exceptionMessage="Unexpected token % in JSON at position 0" exceptionStack="SyntaxError: Unexpected token % in JSON at position 0\n    at JSON.parse (<anonymous>)\n    at IncomingMessage.<anonymous> (/opt/genieacs/lib/nbi.js:384:23)\n    at emitNone (events.js:86:13)\n    at IncomingMessage.emit (events.js:188:7)\n    at endReadableNT (_stream_readable.js:975:12)\n    at _combinedTickCallback (internal/process/next_tick.js:80:11)\n    at process._tickCallback (internal/process/next_tick.js:104:9)"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Mar 26 12:25:09 ip-###-##-##-## genieacs-nbi[1167]: 2018-03-26T12:25:09.569Z [ERROR] Worker died; pid=7258 exitCode=1<o:p></o:p></p><p class=MsoNormal>Mar 26 12:25:09 ip-###-##-##-## genieacs-nbi[1167]: 2018-03-26T12:25:09.864Z [INFO] Worker listening; pid=7400 address="0.0.0.0" port=7557<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any guidance would be greatly appreciated.<o:p></o:p></p></div></body></html>