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
Connect to browser when executed
Terminal:
[ERROR] Traceback (most recent call last): File "kleinanzeigen_bot/__main__.py", line 9, in <module> File "kleinanzeigen_bot/__init__.py", line 902, in main File "asyncio/base_events.py", line 684, in run_until_complete File "kleinanzeigen_bot/__init__.py", line 91, in run File "kleinanzeigen_bot/web_scraping_mixin.py", line 201, in create_browser_session File "nodriver/core/util.py", line 88, in start File "nodriver/core/browser.py", line 91, in create File "nodriver/core/browser.py", line 351, in start Exception: --------------------- Failed to connect to browser --------------------- One of the causes could be when you are running as root. In that case you need to pass no_sandbox=True
I run the executable version on a Mac currently with chrome, but I also tried edge and there was the same problem
Chrome, Microsoft Edge
MacOS
No response
The text was updated successfully, but these errors were encountered:
Closing this as duplicate of #315 where some suggestions are provided in comments.
Sorry, something went wrong.
No branches or pull requests
✔️ Expected Behaviour
Connect to browser when executed
🐞 Actual Behaviour
Terminal:
📋 Steps to Reproduce
I run the executable version on a Mac currently with chrome, but I also tried edge and there was the same problem
📺 What browsers are you seeing the problem on? (if applicable)
Chrome, Microsoft Edge
💻 What operating systems are you seeing the problem on? (if applicable)
MacOS
📃 Relevant log output (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: