'INTERCEPTOR DISCONNECTED' occurs

Hello all,

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

Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): starting TLS server false

Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): starting server as Unix || Windows Socket

Tue Sep 03 2019 16:58:12 GMT+0900 (GMT+09:00): 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 }

@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 }

Hello @bokim @sresuganthi,

Recently we have shipped out a fix. Could you please reset your Interceptorā€™s dependencies and try re-installing the Interceptor Bridge?

To reset the Interceptorā€™s dependencies (i.e the manifest file, Interceptor Bridge, and the registry key):

  • Open Postman
  • Navigate to View > Developer > Show DevTools (Current View)
  • Enter pm.interceptorInstaller.reset() to remove all present Interceptor dependencies.

If any dependencies cannot be removed due to permission issues, youā€™ll be prompted to delete them manually.

Apologies for the delayed response. Please confirm if this update helps.

I have tried all of it with 9.7 of postman and the interceptor on chrome just CANNOT connect.

1 Like