appium+ python urllib2.URLError: <urlopen error [Errno 10061] >

來源:互聯網
上載者:User

標籤:error   cmd   手機   setting   unlock   tool   window   空間   tar   

在啟動appium時

self.driver = webdriver.Remote(‘http://127.0.0.1:4723/wd/hub‘, desired_caps)
一直提示urllib2.URLError: <urlopen error [Errno 10061] >
debug發現是appium沒有啟動
查看log記錄:Failed to start an Appium session, err was: Error: Command failed: C:\Windows\system32\cmd.exe /s /c "D:\sdk\tools\adb.exe -s 8885dc17 push "E:\\appium\\iGola.apk" /data/local/tmp/16a9b8f8dd8c17d3884b275924fb583c.apk"
很奇怪之前都可以運行成功,為什麼一直沒有安裝軟體?
將adb install在cmd中執行了一次
報錯rm fail for /data/local/tmp/××.apk no such file or directory。
手動在手機/data目錄中建立/local/tmp這個目錄。
再運行adb shell,進入手機的Runspace中。
進入/data/local/tmp/,執行rm -rf /data/local/tmp/××.apk

再adb安裝一次,成功

原因大概是在某次清理手機時,不小心把/data/local/tmp這個目錄刪了。而運行appium每次要安裝app,和appium—setting和unlock這幾個app,安裝前都會進行刪除,但是一直沒有找到目錄,於是報錯。


appium+ python urllib2.URLError: <urlopen error [Errno 10061] >

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.