Oliver, I updated the connection url to http://35.171.217.31:7557/devices/1C497B%2DB2338%2D168%2DGMC170508001297/tasks?connection_request
I still receive the following error... Apr 15 11:15:18 ip-172-31-52-74 genieacs-nbi[1192]: 2018-04-15T16:15:18.016Z [ERROR] Uncaught exception; pid=1655 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)" Any thoughts? Thanks -----Original Message----- From: Users <[email protected]> On Behalf Of Oliver Kraitschy Sent: Monday, March 26, 2018 8:51 AM To: [email protected] Subject: Re: API call failure Hello Eric, the url you're using is not fully url-encoded. You need to encode the hyphens ('-') as well. Greetings, Oliver Am 26.03.2018 14:37, schrieb [email protected]: > 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; > > http://35.171.217.31:7557/devices/1C497B-B2338%2D168-GMC170508001297/t > asks?connection_request > > {"name":"refreshObject", "objectName":""} > > Which generates the following log messages… > > 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)" > > Mar 26 12:25:09 ip-###-##-##-## genieacs-nbi[1167]: > 2018-03-26T12:25:09.569Z [ERROR] Worker died; pid=7258 exitCode=1 > > 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 > > Any guidance would be greatly appreciated. > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
