We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在本地centos上用python3的selenium写了一个爬虫脚本,执行正常,编写的sh部署再crontab里面也能正常跑,但是放在gocron上面部署运行就失败。报错内容是selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist。 本地代码中已经加过了chromedriver设置 chrome_options = Options() chrome_options.add_argument('--no-sandbox') chrome_options.add_argument('--disable-dev-shm-usage') chrome_options.add_argument('--headless')
chrome_options = Options() chrome_options.add_argument('--no-sandbox') chrome_options.add_argument('--disable-dev-shm-usage') chrome_options.add_argument('--headless')
The text was updated successfully, but these errors were encountered:
麻烦问下最后怎么解决了
Sorry, something went wrong.
忘了怎么解决的了,不过我直接换了海豚,Apache dolphinscheduler
No branches or pull requests
我在本地centos上用python3的selenium写了一个爬虫脚本,执行正常,编写的sh部署再crontab里面也能正常跑,但是放在gocron上面部署运行就失败。报错内容是selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist。
本地代码中已经加过了chromedriver设置
chrome_options = Options() chrome_options.add_argument('--no-sandbox') chrome_options.add_argument('--disable-dev-shm-usage') chrome_options.add_argument('--headless')
The text was updated successfully, but these errors were encountered: