You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No worries - happy to keep it ticking along :) I don't know exactly how your docker image is configured, but the line after configure_logging (which prints Settings from config:) is init_searchers which initialises the crawlers. My guess would be that the initialisation of the Immobilienscout crawler triggers Chrome-related code (downloads the undetected-chromedriver, tries to connect to the browser), and that causes a crash.
In your config, you have "captcha_enabled" as false, but you anyway supply "captcha_driver_arguments". If you're not crawling immoscount, maybe drop the "captcha_driver_arguments" entirely. And if you comment out the Immobilienscout initialisation (
Hey! First of all many thanks for keeping this project updated and well alive!
I'm having trouble running a Google Cloud Run job on latest
main
. The job starts with the following configand then immediately exits with
Container called exit(0).
I have added
FLATHUNTER_VERBOSE_LOG=1
to env variables, but there are no additional log messages. What am I missing from setup?The text was updated successfully, but these errors were encountered: