f111fei/article_spider

localhost 拒绝了我们的连接请求

Closed this issue · 4 comments

npm install后显示“npm WARN article_spider@1.0.0 No repository field.“。
然后,浏览器访问http://localhost:9222/json,显示拒绝。
谢谢~

是否使用了启动参数 --remote-debugging-port=9222 启动微信客户端

对的,已经启动了。微信客户端启动后最后的log如下:
2018-03-07 17:46:52.261 WeChat[63273:14270063] startNotifier return: 1
2018-03-07 17:46:52.336 WeChat[63273:14270063] Failed to connect (delegate) outlet from (AppDelegate) to (AppDelegate): missing setter or instance variable

Mac系统的话命令行是这样的
/Applications/WeChat.app/Contents/MacOS/WeChat --remote-debugging-port=9222

另外http://localhost:9222/json不行可以试试http://127.0.0.1:9222/json

我重新试了下mac系统,mac的url没有加密,跳过第3步,直接看第4步就行了。 最后实在不行就用windows试吧