gpt4 book ai didi

Python - Selenium PhantomJS - JSON 错误

转载 作者:太空狗 更新时间:2023-10-29 18:08:39 26 4
gpt4 key购买 nike

我有一个使用 Selenium 和 PhantomJS 的小型测试 python 脚本。 Python 版本是 2.7,PhantomJS 是 1.9.2。我稍后计划将其与 BeautifulSoup 一起用于访问金融网站。

我的 python 脚本如下所示 -

from selenium import webdriver
phantomJSPath = "C:\my working dir\\Lib\phantomjs.exe"
browser = webdriver.PhantomJS(executable_path=phantomJSPath)

执行后出现以下错误-

运行中的文件“C:\my working dir\Test.py”,第 32 行

browser = webdriver.PhantomJS(executable_path=phantomJSPath)
File "C:\Python27\lib\site- packages\selenium\webdriver\phantomjs\webdriver.py", line 56, in __init__
desired_capabilities=desired_capabilities)
File "C:\Python27\lib\site- packages\selenium\webdriver\remote\webdriver.py", line 87, in __init__
self.start_session(desired_capabilities, browser_profile)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 136, in start_session
'desiredCapabilities': desired_capabilities,
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 196, in execute
self.error_handler.check_response(response)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 102, in check_response
value = json.loads(value_json)
File "C:\Python27\lib\json\__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

有人知道我为什么会收到这个错误吗?

最佳答案

很抱歉回答我自己的悬赏问题,但对于那些可能遇到类似问题的人来说:http_proxy 环境变量不能很好地与 phantomjs 和 selenium 配合使用。我删除了它,一切正常。

关于Python - Selenium PhantomJS - JSON 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32341372/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com