-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Chrome crashed in undetected-chromedriver mode #1586
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
Comments
Could be ultrafunkamsterdam/undetected-chromedriver#353 I need more info to debug. What OS & version? Are you trying to open up more browsers than available CPUs? Are you changing any other configuration? It works for me with default configuration. |
removing userdatadir works for me
…On Mon, Oct 31, 2022 at 8:27 AM Michael Mintz ***@***.***> wrote:
Could be ultrafunkamsterdam/undetected-chromedriver#353
<ultrafunkamsterdam/undetected-chromedriver#353>
Could be ultrafunkamsterdam/undetected-chromedriver#137
<ultrafunkamsterdam/undetected-chromedriver#137>
Could be ultrafunkamsterdam/undetected-chromedriver#118
<ultrafunkamsterdam/undetected-chromedriver#118>
Could be ultrafunkamsterdam/undetected-chromedriver#123
<ultrafunkamsterdam/undetected-chromedriver#123>
I need more info to debug. What OS & version? Are you trying to open up
more browsers than available CPUs? Are you changing any other
configuration? It works for me with default configuration.
—
Reply to this email directly, view it on GitHub
<#1586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5GR4DZSGZS7SKXLQETWF44BVANCNFSM6AAAAAARSUJKRI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'll have updates in |
Do you know any chrome flag to open chrome at secondary ip or nic
I attached 10 ms public ips to vm, I want to open 10 unique chromes each
with one of the ip but it always read my default first ip
…On Wed, Nov 2, 2022, 6:48 AM Michael Mintz ***@***.***> wrote:
I'll have updates in seleniumbase 4.7.1 that should solve that issue. I'm
working on completing that.
—
Reply to this email directly, view it on GitHub
<#1586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5D63S6FRBYFRFPCF6LWGHB6NANCNFSM6AAAAAARSUJKRI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In linux
On Wed, Nov 2, 2022, 6:58 AM Muhammad Zubair ***@***.***>
wrote:
… Do you know any chrome flag to open chrome at secondary ip or nic
I attached 10 ms public ips to vm, I want to open 10 unique chromes each
with one of the ip but it always read my default first ip
On Wed, Nov 2, 2022, 6:48 AM Michael Mintz ***@***.***>
wrote:
> I'll have updates in seleniumbase 4.7.1 that should solve that issue.
> I'm working on completing that.
>
> —
> Reply to this email directly, view it on GitHub
> <#1586 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALL7Y5D63S6FRBYFRFPCF6LWGHB6NANCNFSM6AAAAAARSUJKRI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
For changing the pytest --proxy=server:port Or authenticated: pytest --proxy=user:pass@server:port You can use test parameterization to turn one test into many: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/parameterized_test.py And you can spin up new drivers with proxy settings during tests, eg: self.get_new_driver(uc=True, proxy="server:port") If using self.set_wire_proxy("server:port") # Requires "--wire"! But note that you cannot use both |
No, no
I know this, I am talking about my ip addresses attached to virtual machine
Primary ip address, secondary ip address... 10
Chrome always use primary ip address
Thanks a lot
…On Wed, Nov 2, 2022, 7:14 AM Michael Mintz ***@***.***> wrote:
@M-Zubair10 <https://github.com/M-Zubair10>
For changing the ip of the browser, run tests using:
pytest --proxy=server:port
Or authenticated:
pytest ***@***.***:port
You can use test parameterization to turn one test into many:
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/parameterized_test.py
And you can spin up new drivers with proxy settings during tests, eg:
self.get_new_driver(uc=True, proxy="server:port")
If using --wire mode, you can change your proxy in the middle of the test:
self.set_wire_proxy("server:port") # Requires "--wire"!
But note that you cannot use both --uc and --wire at the same time. Pick
one.
—
Reply to this email directly, view it on GitHub
<#1586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5FBLZL6UHW6GYUR3ATWGHFB7ANCNFSM6AAAAAARSUJKRI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
If there are multiple addresses attached to a virtual machine, then maybe you can use the proxy settings to switch to each one individually. I'm not sure about browsers magically picking up the proxy for each of those unless you set it to use it. |
How to use ip adress as proxy, i mean how to convert it in linux
…On Wed, Nov 2, 2022, 7:21 AM Michael Mintz ***@***.***> wrote:
If there are multiple addresses attached to a virtual machine, then maybe
you can use the proxy settings to switch to each one individually. I'm not
sure about browsers magically picking up the proxy for each of those unless
you set it to use it.
—
Reply to this email directly, view it on GitHub
<#1586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5ER4BGQS6XWTLIB2LLWGHF2XANCNFSM6AAAAAARSUJKRI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I would try searching Stack Overflow. If you have a specific ip address already for setting a browser's proxy to, then it's easy with SeleniumBase at that point to change the proxy settings. |
Its nic ip addresses, these are static and I can attach upto 250 ip to
single network interface, I just don't know how to configure it
One of my ip is 20.89.0.14
…On Wed, Nov 2, 2022, 7:29 AM Michael Mintz ***@***.***> wrote:
I would try searching Stack Overflow. If you have a specific ip address
already for setting a browser's proxy to, then it's easy with SeleniumBase
at that point to change the proxy settings.
—
Reply to this email directly, view it on GitHub
<#1586 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5BJGXKRGLTNVTB7EGLWGHG2LANCNFSM6AAAAAARSUJKRI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Released in |
Getting this error in seleniumbase with uc while it works fine with chromedriver simple or undetected-chromedriver
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Stacktrace:
#0 0x55a9f2ec9693
#1 0x55a9f2cc2b0a
#2 0x55a9f2ce7ef2
#3 0x55a9f2ce31f4
#4 0x55a9f2d1e953
#5 0x55a9f2d18743
#6 0x55a9f2cee533
#7 0x55a9f2cef715
#8 0x55a9f2f197bd
#9 0x55a9f2f1cbf9
#10 0x55a9f2efef2e
#11 0x55a9f2f1d9b3
#12 0x55a9f2ef2e4f
#13 0x55a9f2f3cea8
#14 0x55a9f2f3d052
#15 0x55a9f2f5771f
#16 0x7f737ab4f6db
The text was updated successfully, but these errors were encountered: