chen xinming

Results 7 issues of chen xinming

提示错误 公司搬家,服务器的ip地址有之前的192.168.3.115 192.168.3.119 192.168.3.190变成 192.168.1.115,192.168.1.119,192.168.1.190 在http://192.168.1.115:18090/#codis-testX中new proxy 中添加192.168.1.115提示错误如下 `{ "Cause": "[email protected]:19000 fetch model failed, Get http://192.168.1.115:19000/api/proxy/model: net/http: HTTP/1.x transport connection broken: malformed HTTP status code \"router\"", "Stack": [ { "Name":...

在一个新的国外云服务器上使用时,需要点击同意使用cookie才返回结果 ``` \na, a:link, a:visited, a:active, a:hover {\n color: #1a73e8;\n text-decoration: none;\n}\nbody {\n font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;\n text-align: center;\n -ms-text-size-adjust: 100%;\n -moz-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n.box {\n border: 1px solid #dadce0;\n box-sizing: border-box;\n...

my string: ``` ayer.open({ type: 1 ,title: false ,closeBtn: false ,area: '300px;' ,shade: 0.8 ,id: 'LAY_layuipro' ,btn: ["admin","index"] ,btnAlign: 'c' ,moveType: 1 ,content: ' layer.msg(install sucess)' ,success: function(layero){ var btn...

🤔 type:question

## Expected Behavior ## Current Behavior ## Possible Solution (optional) ## InstaPy configuration

user python2 for example ` choices = [u"星球大战",u"5月4日星球大战", u"星球大戰", u"战大球星", u"星球大战游戏下"] process.extract(u"星球大战", choices) [(u'星球大战', 0), (u'5月4日星球大战', 0), (u'星球大戰', 0), (u'战大球星', 0), (u'星球大战游戏下', 0)] ` but ` fuzz.ratio(u"星球大战", u"星球大战1") 89 `

Ask a question, I want playwright to make a script, this website is special and needs to stay logged in. I used selenium before, but selenium is recognized as a...

my code ``` import undetected_chromedriver as uc uc.TARGET_VERSION = 91 uc.install( executable_path='/Users/xxx/Documents/GitHub/grecapcha/chromedriver.exe', ) options = uc.ChromeOptions() options.headless=True options.add_argument('--headless') chrome = uc.Chrome(options=options) url="https://www.google.com/" chrome.get(url) chrome.save_screenshot('datadome_undetected_webddriver.png') ``` error message ``` Traceback (most...