|
From: Jeremy H. <jt...@gm...> - 2015-10-25 22:03:52
|
So, I grabbed the chrome plugin from the git hub, turned on the advanced extensions options and installed the plugin. I configured the settings and I can generate searches, but I seem to be getting errors. 10.167 is the chrome browser making the request. Oct 25 15:57:16 razor OpenfpcQ[14968]: Default_Node COMMS: Accepted new connection from 192.168.10.167 Oct 25 15:57:16 razor OpenfpcQ[14968]: Default_Node COMMS: 192.168.10.167 : Bad Request and if I inspect the pop-up, I see these errors. Loading Data! popup.js:52 Asking if there are any results to show.. popup.js:67 Asking for Search Constraints popup.js:36 Asking if there is an error to show.. popup.js:57 And the response was... popup.js:58 Object popup.js:72 And the constraints are... popup.js:73 Object popup.js:41 And the error response was... popup.js:42 Object popup.js:123 Searching packets from popup popup.js:146 The URL for request is http://192.168.10.249:4242/api/1/search?apikey=removed&limit=20 popup.js:153 Data is OFPC READY popup.html:1 Uncaught SyntaxError: Unexpected token OxmlHttp.onreadystatechange @ popup.js:154 On the openfpc server side, I see the request packet, ........X....P.@)....GET /api/1/search?apikey=1661402E-7B5D-11E5-B027-F6037414871C&sip=192.168.10.167&limit=20 HTTP/1.1 Host: 192.168.10.249:4242 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36 Accept: */* Accept-Encoding: gzip, deflate, sdch Accept-Language: en-US,en;q=0.8 And then .............P....*..OFPC READY I've restarted the restapi part, and checked that starman is running and listening (it is) and the error log for that just shows the server starting up, 4222 and 4223 and hat's about it. Any ideas or how I can help troubelshoot? |