zoukankan      html  css  js  c++  java
  • python selenium phantomjs 报错

    报错:

    webdriver.PhantomJS()


    raise exception_class(value)
    selenium.common.exceptions.WebDriverException: Message: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><head>
    <title>Proxy error: 502 Server dropped connection.</title>
    </head><body>
    <h1>502 Server dropped connection</h1>
    <p>The following error occurred while trying to access <strong>http://127.0.0.1:5809/wd/hub/session</strong>:<br><br>
    <strong>502 Server dropped connection</strong></p>
    <hr>Generated Thu, 28 Dec 2017 03:20:49 GMT by Polipo on <em>PC201504121304:8123</em>.
    </body></html>

    连接不上的原因:

    shadowsocks开着全局代理

  • 相关阅读:
    Codeforces.468C.Hack it!(构造)
    BZOJ.3227.[SDOI2008]红黑树tree(树形DP 思路)
    146
    145
    144
    143
    142
    141
    140
    139
  • 原文地址:https://www.cnblogs.com/huim/p/8134775.html
Copyright © 2011-2022 走看看