I’m trying to use ‘POSTMAN Native App’ and ‘Chrome’ using ‘Interceptor’ and ‘Interceptor Bridge’.
App Type = Native App
Postman Version 7.6.0
OS: Windows 10
I’ve installed Chrome ‘Interceptor’ adds on and ‘Interceptor Bridge’ and ‘Postman Native App’.
But when I go to ‘Postman Native App’ -> Capture requests and cookies -> Click ‘On’
it shows ‘INTERCEPTOR DISCONNECTED’ message.
It looks like POSTMAN can not connect to the INTERCEPTOR.
I’ve found this error below in “nativeServerLogs.txt” file under the ‘C:\Users<USER>\Downloads\InterceptorBridge_Windows_1.0.0\logs’ directory.
Can anyone please help me with this ?
Thanks in advance.
“nativeServerLogs.txt” file.
…
Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): Server path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + ipc.config.id /tmp/app.postman
Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): IPC Server started
Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): starting server on /tmp/app.postman
@bokim Try using the latest Postman App ( > v7.16.0). Check this for installation instructions. Let us know if you face any issues further.
We’d love to understand your use-cases around Interceptor. Would you be interested to get on a quick call? Please feel free to block a time slot as per your convenience using this link. Hoping you would come onboard.
I updated it to latest version v7.26.1 and installed the Interceptor Bridge also. Still getting the Interceptor is disconnected. In Chrome also added the extension Postman Interceptor extension. Still no use. In the Interceptor Bridge log the below error message is displayed.
Interceptor Bridge
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): Staring IPC server for communication with Postman
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): Server path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + ipc.config.id /tmp/app.postman
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): IPC Server started
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): starting server on /tmp/app.postman
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): starting TLS server false
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): starting server as Unix || Windows Socket
Sun Jun 21 2020 23:27:30 GMT+0530 (India Standard Time): server error { Error: listen EADDRINUSE \.\pipe\tmp-app.postman
at Server.setupListenHandle [as _listen2] (net.js:1310:19)
at listenInCluster (net.js:1375:12)
at Server.listen (net.js:1473:5)
at Server.startServer (C:\snapshot\interceptor-bridge\node_modules\node-ipc\dao\socketServer.js:0:0)
at FSReqWrap.oncomplete (fs.js:171:20)
errno: e[32m’EADDRINUSE’e[39m,
code: e[32m’EADDRINUSE’e[39m,
syscall: e[32m’listen’e[39m,
address: e[32m’\\.\pipe\tmp-app.postman’e[39m,
port: e[33m-1e[39m }