admin管理员组文章数量:1349699
I'm using WebStorm 8 with Spy-js integration
(more /)
When I run SpyJS from IDE Run configuration, I cannot get it to capture requests
When I access URL via Local Proxy mode, http://localhost:3546/?spy-js=localhost:9000
it works, but with its limitations... (more )
System proxy seems to be configured correctly:
Content of http://localhost:3546/spy-js-proxy.pac
is
function FindProxyForURL(url, host) { return "PROXY localhost:3546; DIRECT"; }
Trace proxy log from WebStorm
/usr/local/bin/node /opt/homebrew-cask/Caskroom/webstorm/8.0.0/WebStorm.app/plugins/spy-js/server/spy.js --port=3546
session store created: /var/folders/gm/r9vjzd1926v4sxdv54c9tl240000gn/T/spy-js-session114324-29723-1xl36wv
Starting 8 workers..
info: socket.io started
spy-js has started, proxy is available at http://localhost:3546
session (qzj9e): new session created: qzj9e
session (qzj9e): dynamic config created: /var/folders/gm/r9vjzd1926v4sxdv54c9tl240000gn/T/114324-29723-1yo5izj.js
session (qzj9e): new session started: qzj9e
Worker 29770 ready.
Worker 29768 ready.
Worker 29769 ready.
Worker 29771 ready.
Worker 29773 ready.
Worker 29772 ready.
Worker 29774 ready.
Worker 29775 ready.
proxy connection issue: socket hang up
I'm using WebStorm 8 with Spy-js integration
(more http://blog.jetbrains./webstorm/2014/04/spy-js-webstorm-secret-service/)
When I run SpyJS from IDE Run configuration, I cannot get it to capture requests
When I access URL via Local Proxy mode, http://localhost:3546/?spy-js=localhost:9000
it works, but with its limitations... (more https://github./spy-js/spy-js#local-proxy)
System proxy seems to be configured correctly:
Content of http://localhost:3546/spy-js-proxy.pac
is
function FindProxyForURL(url, host) { return "PROXY localhost:3546; DIRECT"; }
Trace proxy log from WebStorm
/usr/local/bin/node /opt/homebrew-cask/Caskroom/webstorm/8.0.0/WebStorm.app/plugins/spy-js/server/spy.js --port=3546
session store created: /var/folders/gm/r9vjzd1926v4sxdv54c9tl240000gn/T/spy-js-session114324-29723-1xl36wv
Starting 8 workers..
info: socket.io started
spy-js has started, proxy is available at http://localhost:3546
session (qzj9e): new session created: qzj9e
session (qzj9e): dynamic config created: /var/folders/gm/r9vjzd1926v4sxdv54c9tl240000gn/T/114324-29723-1yo5izj.js
session (qzj9e): new session started: qzj9e
Worker 29770 ready.
Worker 29768 ready.
Worker 29769 ready.
Worker 29771 ready.
Worker 29773 ready.
Worker 29772 ready.
Worker 29774 ready.
Worker 29775 ready.
proxy connection issue: socket hang up
Share
Improve this question
edited Oct 11, 2017 at 14:33
Evan Wieland
1,5181 gold badge22 silver badges36 bronze badges
asked Apr 24, 2014 at 11:28
Pavel 'Strajk' DolecekPavel 'Strajk' Dolecek
7241 gold badge8 silver badges16 bronze badges
2 Answers
Reset to default 13First, try clearing "URL to trace" field (it's optional), restart the tracing session and force refresh the page. If it works, it might be the URL issue (try using localhost instead of 0.0.0.0).
Also, if you're using Chrome, when tracing session is running make sure chrome://net-internals/#proxy page "Effective proxy settings" is using spy-js-proxy.pac (if not, try re-applying the settings or clearing bad proxy list on the page if any).
Disable chrome extensions that affect your proxy settings.
I was using a VPN Chrome extension, and it was affecting chrome proxy settings (I didn't see PAC script: http://localhost:3546/spy-js-proxy.pac
in chrome://net-internals/#proxy, and reapplying settings wasn't helping).
Simply disabling it helped, now everything is working well.
本文标签: javascriptSpyJS in WebStorm not capturingStack Overflow
版权声明:本文标题:javascript - Spy-JS in WebStorm not capturing - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743864342a2552308.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论