dxxzst / alexamaster-autovote

通过puppeteer,实现alexamaster自动刷Good Votes
https://www.youneed.win/alexamaster%E8%87%AA%E5%8A%A8%E5%88%B7good-votes.html
17 stars 12 forks source link

无法登入 #6

Open anlo1220 opened 4 years ago

anlo1220 commented 4 years ago

无法登入 error happened in run:ENOENT: no such file or directory, open './img/temp.png'

dxxzst commented 4 years ago

@anlo1220 img文件夹增加一下写入权限试试

anlo1220 commented 4 years ago

发现问题了 安装后第一次使用没问题但之后只要换了ip一定要删除重装才能 不然会error happened in run:ENOENT: no such file or directory, open './img/temp.png'

还有登入 小鸡ip 一定要跟注册ip的国家相同才能登入 auto surf则不用

70tw commented 4 years ago

can't login modify ./lib/pub.js line 23 : content.animate({scrollTop: content[0].scrollHeight}); change: content.animate({scrollTop: content[0].scrollHeight},667);