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

Ошибка при запуске parser-2gis через докер контейнер #30

Open
assylancode opened this issue May 29, 2023 · 0 comments

Comments

@assylancode
Copy link

В докер установил google chrome, и версия все корректно показывает. Но при запуске парсинга разные ошибки выходить:
1)
Ошибка во время работы парсера.
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/parser_2gis/runner/cli.py", line 29, in start
parser.parse(writer)
File "/usr/local/lib/python3.9/site-packages/parser_2gis/parser/parsers/main.py", line 196, in parse
self._wait_requests_finished()
File "/usr/local/lib/python3.9/site-packages/parser_2gis/common.py", line 64, in inner
raise TimeoutError(func)
TimeoutError: <function MainParser._wait_requests_finished at 0x7f13c20e2c10>

Настроечные параметры передаю вот такие:

listUrls=['https://2gis.kz/taraz/search/%D0%90%D0%BF%D1%82%D0%B5%D0%BA%D0%B8']
binary_path=PosixPath('/usr/bin/google-chrome-stable') start_maximized=False headless=False disable_images=True silent_browser=True memory_limit=1400

Можно ли узнать в чем именно проблема?

parser-2gis запускаю через cli в python скрипт.:

image

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