I met a error when initialize appium setting success, then call install_app() method to reinstall a new app.
Asked
Active
Viewed 114 times
0
-
error as below:WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: 404 - undefined – JimWu Feb 24 '17 at 09:34
-
File "run.py", line 54, in test driver.install_app(path_apk+'//apk//'+newName) File "build\bdist.win32\egg\appium\webdriver\webdriver.py", line 511, in insta ll_app self.execute(Command.INSTALL_APP, data) File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", l ine 233, in execute self.error_handler.check_response(response) File "build\bdist.win32\egg\appium\webdriver\errorhandler.py", line 29, in che ck_response raise wde – JimWu Feb 24 '17 at 09:47
-
occur script is: driver.install_app(path of apk) – JimWu Feb 24 '17 at 09:48
-
with calling method 'os.popen('adb install path of apk')' instead – JimWu Feb 24 '17 at 10:26
-
did you found a solution? – andrepm Jun 19 '17 at 22:23