hexie

Results 19 comments of hexie

看完,占座,以后遇到相似场景回顾

好久没整这个模块,今晚回去看看,原来还有人用。。

今晚测试过,没有问题。确定你的登陆设置不需要验证码,有验证码 可能会由错,因为验证码的情况比较复杂。show me code.

cookie 文件有正常生成么?尝试用request模块访问一下,微博的网页,利用cookie

我这边一直没问题,你换个系统环境看看? hexie@hexie-N43SM:~/sandbox/test$ node app.js 不需要验证码 weibo Cookie Healthy! { name: '[email protected]', passwd: '×', cookiefile: '[email protected]', logined: true, j: { cookies: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object]...

npm install sinalogin ?

很诡异。大概的原因是,request模块无法获取到你的cookie,所以在生成文件的时候出错了。。如果你不介意,可以发你的账号密码,给我这边测试一下。发到我的邮箱,github上面有

hexie@hexie-N43SM:~/sandbox/test$ node app.js 不需要验证码 weibo Cookie Healthy! { name: '[email protected]', passwd: 'x', cookiefile: 'cookie.dat', logined: true, j: { cookies: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ]...

可能是网络环境问题,是不是微博封了你?还是什么的,我觉得明天睡个觉过来看看?有时候新浪会抽风。

同学,这样hack - -等你经常部署,每次修改都会产生麻烦,尝试给request 模块 发个issue,看看会不会fix。如果你也觉得是bug。