appium中urllib3.exceptions.LocationValueError: No host specified. 的错误解决办法

目录

错误收集

错误分析

解决办法

运行结果


错误收集

D:\Program\Util\python.exe C:\Users\Administrator\PycharmProjects\Appium_Real\demo.py

Traceback (most recent call last):

File "C:\Users\Administrator\PycharmProjects\Appium_Real\demo.py", line 12, in <module>

do_driver = webdriver.Remote('http:127.0.0.1:4723/wd/hub',options=UiAutomator2Options().load_capabilities(cap))

File "D:\Program\Util\Lib\site-packages\appium\webdriver\webdriver.py", line 253, in init

super().init(

~~~~~~~~~~~~~~~~^

command_executor=command_executor,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

...<3 lines>...

client_config=client_config,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^

)

^

File "D:\Program\Util\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 261, in init

self.start_session(capabilities)

~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

File "D:\Program\Util\Lib\site-packages\appium\webdriver\webdriver.py", line 344, in start_session

response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)

File "D:\Program\Util\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 451, in execute

response = cast(RemoteConnection, self.command_executor).execute(driver_command, params)

File "D:\Program\Util\Lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 404, in execute

return self._request(command_info[0], url, body=data)

~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\Program\Util\Lib\site-packages\selenium\webdriver\remote\remote_connection.py", line 428, in _request

response = self._conn.request(method, url, body=body, headers=headers, timeout=self._client_config.timeout)

File "D:\Program\Util\Lib\site-packages\urllib3\_request_methods.py", line 143, in request

return self.request_encode_body(

~~~~~~~~~~~~~~~~~~~~~~~~^

method, url, fields=fields, headers=headers, **urlopen_kw

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

)

^

File "D:\Program\Util\Lib\site-packages\urllib3\_request_methods.py", line 278, in request_encode_body

return self.urlopen(method, url, **extra_kw)

~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\Program\Util\Lib\site-packages\urllib3\poolmanager.py", line 448, in urlopen

conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)

File "D:\Program\Util\Lib\site-packages\urllib3\poolmanager.py",line 310, in connection_from_host
raise LocationValueError("No host specified.")
urllib3.exceptions.LocationValueError: No host specified.

Process finished with exit code 1

错误分析

urllib3.exceptions.LocationValueError: No host specified.

看这个 语句,host没有明确规定,这个大概意思是说们的host地址写的可能有错误,或者appium出现了问题

解决办法

  1. 滚动到首行

  2. 点击文件 ===》跳转到指定代码。发现这个appium的服务器地址可能有错误,

  3. 这里使用的是最新版的appium,使用的是node版本,这个应该是

    复制代码
    127.0.0.1:4723
  4. 这个是最新的,不要加http和后面的,

  5. 看一下appium服务,发现这个出现了问题。我们关闭重新启动一下

运行结果

相关推荐
DianSan_ERP4 天前
电商API接口全链路监控:构建坚不可摧的线上运维防线
大数据·运维·网络·人工智能·git·servlet
呉師傅5 天前
火狐浏览器报错配置文件缺失如何解决#操作技巧#
运维·网络·windows·电脑
2501_946205525 天前
晶圆机器人双臂怎么选型?适配2-12寸晶圆的末端效应器有哪些?
服务器·网络·机器人
linux kernel5 天前
第七部分:高级IO
服务器·网络
数字护盾(和中)5 天前
BAS+ATT&CK:企业主动防御的黄金组合
服务器·网络·数据库
~远在太平洋~5 天前
Debian系统如何删除多余的kernel
linux·网络·debian
unfeeling_5 天前
Keepalived实验
linux·服务器·网络
坐吃山猪5 天前
OpenClaw04_Gateway常见问题
网络·gateway·openclaw
上海云盾商务经理杨杨5 天前
2025年重大网络安全事件回顾与趋势分析
网络·安全·web安全
kylezhao20195 天前
C# 的开闭原则(OCP)在工控上位机开发中的具体应用
网络·c#·开闭原则