Skip to content
New issue

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

Service /root/.wdm/drivers/chromedriver/linux64/114.0.5735.90/chromedriver unexpectedly exited. #83

Open
leaf-ee opened this issue Aug 5, 2024 · 0 comments

Comments

@leaf-ee
Copy link

leaf-ee commented Aug 5, 2024

When run the command "python server.py --host 0.0.0.0 --port 8000 --documents --media --web"
...

  • processing_florence2.py
    . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision.
    tokenizer_config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 34.0/34.0 [00:00<00:00, 204kB/s]
    vocab.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.10M/1.10M [00:00<00:00, 1.65MB/s]
    tokenizer.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.36M/1.36M [00:00<00:00, 2.13MB/s]
    [LOG] ✅ Loading Audio Model
    100%|███████████████████████████████████████| 461M/461M [04:12<00:00, 1.92MiB/s]
    [LOG] ✅ Loading Web Crawler
    Traceback (most recent call last):
    File "/root/omniparse/server.py", line 88, in
    main()
    File "/root/omniparse/server.py", line 53, in main
    load_omnimodel(args.documents, args.media, args.web)
    File "/root/omniparse/omniparse/init.py", line 64, in load_omnimodel
    shared_state.crawler = WebCrawler(verbose=True)
    File "/root/omniparse/omniparse/web/web_crawler.py", line 39, in init
    self.crawler_strategy = crawler_strategy or LocalSeleniumCrawlerStrategy(
    File "/root/omniparse/omniparse/web/crawler_strategy.py", line 97, in init
    self.driver = webdriver.Chrome(service=self.service, options=self.options)
    File "/root/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init
    super().init(
    File "/root/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/selenium/webdriver/chromium/webdriver.py", line 55, in init
    self.service.start()
    File "/root/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 102, in start
    self.assert_process_still_running()
    File "/root/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 115, in assert_process_still_running
    raise WebDriverException(f"Service {self._path} unexpectedly exited. Status code was: {return_code}")
    selenium.common.exceptions.WebDriverException: Message: Service /root/.wdm/drivers/chromedriver/linux64/114.0.5735.90/chromedriver unexpectedly exited. Status code was: 127

What is the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant