CookiesPool
CookiesPool copied to clipboard
CookiesPool Based on Redis
博主您好,我看你的教程使用该cookiesPool代理池时浏览器的http://127.0.0.1:5000/weibo/random 无法获取random cookies 网页显示的错误是 Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error...
clone到本地然后运行python3 run.py报错如下,不知道要怎么解决? ``` E:\python\Pycharm\CookiesPool>python3 run.py Traceback (most recent call last): File "run.py", line 8, in main() File "run.py", line 5, in main s.run() File "E:\python\Pycharm\CookiesPool\cookiespool\scheduler.py", line 46, in run generate_process.start()...
求助
小弟在微博搜索验证码自动识别的一个小例子里借用了大哥的代码。可是response = requests.get(url, cookies=cookies_dict)获取验证码这里,是附带cookie获取的,云打码也识别了。点击提交的时候总是提示验证码不对。为什么获取的验证码和当前用户关联不上呢。希望大哥给点儿思路