Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Access iframe in closed shadow root + click on checkbox from iframe body#1272

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
MCG-pok wants to merge5 commits intoFlareSolverr:master
base:master
Choose a base branch
Loading
fromMCG-pok:master

Conversation

MCG-pok
Copy link

Hi ! Here is something fixing issue#1253
At least it works for me since yesterday 🙂

Here is the problem as I understood it:

Page DOM├─ Closed shadow root   ├─ Iframe      ├─ Closed shadow root         ├─ Checkbox

The checkbox is in a closed shadow root, inside an iframe, inside a closed shadow root. And you can’t get elements in a closed shadow-root.

Most of the work comes from@alexandervlk,here
He made the_init_driver function: it inject a script before page loading that make the first shadow-root open.
This is allowing to run a js script to get the Iframe in the first shadow-root (get_shadowed_iframe function) , and then switch the driver to the Iframe

Then, there is the last closed shadow-root. I was not able to find how to make it open. The_init_driver does not inject in the iFrame, and I can’t find how to do it. So I am not able to get the checkbox for now.
But I found a workaround by selecting the iframe body (which is just before this last closed shadow-root in DOM tree) and then manage to click on the checkbox from the body.

I never coded in python before, nor I made a pull request on a public github, so be kind 🙏

Grivel-l, Gauvino, EMeric1992, ThoDon, almottier, BetyOops, PonyWarrior, Pommefrais3, docloulou, thewriteway, and 38 more reacted with thumbs up emojiRussiaVk reacted with laugh emojiBetyOops, almottier, PonyWarrior, Pommefrais3, Gauvino, thewriteway, Benio-B, Marius-Ar, mremond, Dranaxele, and 22 more reacted with heart emojilukasb75, Gauvino, EMeric1992, almottier, BetyOops, thewriteway, Marius-Ar, Treast, Nimon77, smorvany, and 10 more reacted with rocket emojilukasb75, Gauvino, EMeric1992, defaultmodel, thewriteway, Marius-Ar, depado, buddyqc69, karlagunday, and hadim reacted with eyes emoji
@tifo71
Copy link

@MCG-pok So it doesn't work now?

@Grivel-l
Copy link

I can confirm this fixed#1253 for me

super-bunny, Sebclem, Rakeshbiswal01, and QthePirate reacted with thumbs up emojiMCG-pok reacted with heart emoji

@MCG-pok
Copy link
Author

Yes it works.

I think a better way would be to find how to open the last shadow-root. Maybe I will try to do this later.
But it works the way I did it now

@tifo71
Copy link

@MCG-pok ok great so how to proceed then. Which file do I need to modify? Is there a way to put the fix and make something ready to use?

@MCG-pok
Copy link
Author

People with the right to do it can merge this pull request

@Dupinoux
Copy link

Hi

It works for me :)

Thank you for the pull request <3

MCG-pok reacted with heart emoji

@BetyOops
Copy link

Thank you@MCG-pok ! It work's perfectly !

MCG-pok reacted with heart emoji

@HpNoTiQ56
Copy link

Not working in docker env on Unraid with latest tag and flaresolverr_service.py modified mounted.

@MCG-pok
Copy link
Author

Not working in docker env on Unraid with latest tag and flaresolverr_service.py modified mounted.

can you provide some logs please ?

@HpNoTiQ56
Copy link

Here are logs (debug info) :
2024-07-17 21:25:02 INFO ReqId 22623738181376 Response in 90.82 s 2024-07-17 21:25:02 INFO ReqId 22623738181376 172.20.56.56 POST http://172.20.56.56:8191/v1 500 Internal Server Error 2024-07-17 21:25:05 INFO ReqId 22623736080128 Incoming request => POST /v1 body: {'maxTimeout': 90000, 'cmd': 'request.get', 'url': 'https://www.ygg.re/engine/search?category=all&do=search&order=desc&sort=publish_date', 'proxy': {}} 2024-07-17 21:25:05 DEBUG ReqId 22623736080128 Launching web browser... 2024-07-17 21:25:05 DEBUG ReqId 22623736080128 Started executable:/app/chromedriver in a child process with pid: 492 2024-07-17 21:25:05 DEBUG ReqId 22623736080128 New instance of webdriver has been created to perform the request 2024-07-17 21:25:05 DEBUG ReqId 22623727675136 Navigating to... https://www.ygg.re/engine/search?category=all&do=search&order=desc&sort=publish_date 2024-07-17 21:25:07 INFO ReqId 22623727675136 Challenge detected. Title found: Just a moment... 2024-07-17 21:25:07 DEBUG ReqId 22623727675136 Waiting for title (attempt 1): Just a moment... 2024-07-17 21:25:08 DEBUG ReqId 22623727675136 Timeout waiting for selector 2024-07-17 21:25:08 DEBUG ReqId 22623727675136 Try to find the Cloudflare verify checkbox... 2024-07-17 21:25:08 DEBUG ReqId 22623727675136 Cloudflare verify checkbox not found on the page. 2024-07-17 21:25:08 DEBUG ReqId 22623727675136 Try to find the Cloudflare 'Verify you are human' button... 2024-07-17 21:25:08 DEBUG ReqId 22623727675136 The Cloudflare 'Verify you are human' button not found on the page. 2024-07-17 21:25:10 DEBUG ReqId 22623727675136 Waiting for title (attempt 2): Just a moment... 2024-07-17 21:25:11 DEBUG ReqId 22623727675136 Timeout waiting for selector 2024-07-17 21:25:11 DEBUG ReqId 22623727675136 Try to find the Cloudflare verify checkbox...

@jcolfej
Copy link

I confirm : works for me ;)

@MCG-pok
Copy link
Author

thank you@HpNoTiQ56

The debug log next toTry to find the Cloudflare verify checkbox... isGetting ShadowRoot by selector: div.cf-turnstile-wrapper in this PR
Something like that

2024-07-17 11:35:38.813163-07:002024-07-17 18:35:38 INFO     ReqId 139851416450816 Challenge detected. Title found: Just a moment...2024-07-17 11:35:38.813323-07:002024-07-17 18:35:38 DEBUG    ReqId 139851416450816 Waiting for title (attempt 1): Just a moment...2024-07-17 11:35:39.834962-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Timeout waiting for selector2024-07-17 11:35:39.835085-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Try to find the Cloudflare verify checkbox...2024-07-17 11:35:39.835157-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Getting ShadowRoot by selector: div.cf-turnstile-wrapper2024-07-17 11:35:39.852069-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 iframe found2024-07-17 11:35:39.852176-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 iframe found2024-07-17 11:35:39.990157-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 checkbox found

I think you are not running the patched flaresolverr_service.py, maybe it is not well mounted or you got the wrong file ?

@tifo71
Copy link

can someone put the docker version on a repo please? or tell me how to modify? thanks

sodanexus and Michiye1 reacted with thumbs up emojibehead974 reacted with heart emoji

@tifo71
Copy link

@MCG-pok can you integrate the fix to flaresolverr and put it in a repo ?

Marius-Ar reacted with thumbs down emoji

@HpNoTiQ56
Copy link

Indeed, wrong file but still error with modified path :

2024-07-17 21:48:40 DEBUG ReqId 22837851989760 The Cloudflare 'Verify you are human' button not found on the page. 2024-07-17 21:48:42 DEBUG ReqId 22837851989760 Waiting for title (attempt 22): Just a moment... 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 Timeout waiting for selector 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 Try to find the Cloudflare verify checkbox... 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 Getting ShadowRoot by selector: div.cf-turnstile-wrapper 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 Cloudflare verify checkbox not found on the page. JavascriptException() 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 Try to find the Cloudflare 'Verify you are human' button... 2024-07-17 21:48:43 DEBUG ReqId 22837851989760 The Cloudflare 'Verify you are human' button not found on the page. 2024-07-17 21:48:45 DEBUG ReqId 22837851989760 Waiting for title (attempt 23): Just a moment... 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 Timeout waiting for selector 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 Try to find the Cloudflare verify checkbox... 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 Getting ShadowRoot by selector: div.cf-turnstile-wrapper 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 Cloudflare verify checkbox not found on the page. JavascriptException() 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 Try to find the Cloudflare 'Verify you are human' button... 2024-07-17 21:48:46 DEBUG ReqId 22837851989760 The Cloudflare 'Verify you are human' button not found on the page. 2024-07-17 21:48:49 DEBUG ReqId 22837851989760 Waiting for title (attempt 24): Just a moment... 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 Timeout waiting for selector 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 Try to find the Cloudflare verify checkbox... 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 Getting ShadowRoot by selector: div.cf-turnstile-wrapper 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 iframe found 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 Try to find the Cloudflare 'Verify you are human' button... 2024-07-17 21:48:50 DEBUG ReqId 22837851989760 The Cloudflare 'Verify you are human' button not found on the page. 2024-07-17 21:48:52 DEBUG ReqId 22837851989760 Waiting for title (attempt 25): Just a moment...

MCG-pok reacted with eyes emoji

@MCG-pok
Copy link
Author

@MCG-pok can you integrate the fix to flaresolverr and put it in a repo ?

Sorry, on previous messages I though you were asking the next step to integrate the fix in Flaresolverr
Here is the repo I had to create to be able to make this pull request, hope it can help you:
MCG-pok:master

@HpNoTiQ56
Copy link

thank you@HpNoTiQ56

The debug log next toTry to find the Cloudflare verify checkbox... isGetting ShadowRoot by selector: div.cf-turnstile-wrapper in this PR Something like that

2024-07-17 11:35:38.813163-07:002024-07-17 18:35:38 INFO     ReqId 139851416450816 Challenge detected. Title found: Just a moment...2024-07-17 11:35:38.813323-07:002024-07-17 18:35:38 DEBUG    ReqId 139851416450816 Waiting for title (attempt 1): Just a moment...2024-07-17 11:35:39.834962-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Timeout waiting for selector2024-07-17 11:35:39.835085-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Try to find the Cloudflare verify checkbox...2024-07-17 11:35:39.835157-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 Getting ShadowRoot by selector: div.cf-turnstile-wrapper2024-07-17 11:35:39.852069-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 iframe found2024-07-17 11:35:39.852176-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 iframe found2024-07-17 11:35:39.990157-07:002024-07-17 18:35:39 DEBUG    ReqId 139851416450816 checkbox found

I think you are not running the patched flaresolverr_service.py, maybe it is not well mounted or you got the wrong file ?

2024-07-17 21:50:38 INFO ReqId 22980186158848 Challenge detected. Title found: Just a moment...
2024-07-17 21:50:38 DEBUG ReqId 22980186158848 Waiting for title (attempt 1): Just a moment...
2024-07-17 21:50:39 DEBUG ReqId 22980186158848 Timeout waiting for selector
2024-07-17 21:50:39 DEBUG ReqId 22980186158848 Try to find the Cloudflare verify checkbox...
2024-07-17 21:50:39 DEBUG ReqId 22980186158848 Getting ShadowRoot by selector: div.cf-turnstile-wrapper
2024-07-17 21:50:39 DEBUG ReqId 22980186158848 iframe found
2024-07-17 21:50:40 DEBUG ReqId 22980186158848 Cloudflare verify checkbox found and clicked!
2024-07-17 21:50:40 DEBUG ReqId 22980186158848 Try to find the Cloudflare 'Verify you are human' button...
2024-07-17 21:50:40 DEBUG ReqId 22980186158848 The Cloudflare 'Verify you are human' button not found on the page.
2024-07-17 21:50:42 DEBUG ReqId 22980186158848 Waiting for title (attempt 2): Just a moment...
2024-07-17 21:50:43 DEBUG ReqId 22980186158848 Timeout waiting for selector
2024-07-17 21:50:43 DEBUG ReqId 22980186158848 Try to find the Cloudflare verify checkbox...
2024-07-17 21:50:43 DEBUG ReqId 22980186158848 Getting ShadowRoot by selector: div.cf-turnstile-wrapper
2024-07-17 21:50:43 DEBUG ReqId 22980186158848 iframe found
2024-07-17 21:50:44 DEBUG ReqId 22980186158848 Cloudflare verify checkbox found and clicked!
2024-07-17 21:50:44 DEBUG ReqId 22980186158848 Try to find the Cloudflare 'Verify you are human' button...
2024-07-17 21:50:44 DEBUG ReqId 22980186158848 The Cloudflare 'Verify you are human' button not found on the page.
2024-07-17 21:50:46 DEBUG ReqId 22980186158848 Waiting for title (attempt 3): Just a moment...
2024-07-17 21:50:47 DEBUG ReqId 22980186158848 Timeout waiting for selector
2024-07-17 21:50:47 DEBUG ReqId 22980186158848 Try to find the Cloudflare verify checkbox...
2024-07-17 21:50:47 DEBUG ReqId 22980186158848 Getting ShadowRoot by selector: div.cf-turnstile-wrapper
2024-07-17 21:50:47 DEBUG ReqId 22980186158848 iframe found

MCG-pok reacted with eyes emoji

@tifo71
Copy link

@MCG-pok great i have tried and it work. Man you are god really thankssssssss

MCG-pok reacted with heart emoji

@MCG-pok
Copy link
Author

@HpNoTiQ56 I don't understand what happen
What do you changed betweenthis andthis ?

@Noaaam
Copy link

Hello@MCG-pok!
I have a litle issue with your PR, i have download it and build the image, but that doesn't work!
This is my logs!

Challenge detected. Title found: Just a moment...Waiting for title (attempt 1): Just a moment...Timeout waiting for selectorTry to find the Cloudflare verify checkbox...Getting ShadowRoot by selector: div.cf-turnstile-wrapperiframe foundCloudflare verify checkbox found and clicked!Try to find the Cloudflare 'Verify you are human' button...The Cloudflare 'Verify you are human' button not found on the page.Waiting for title (attempt 2): Just a moment...Timeout waiting for selectorTry to find the Cloudflare verify checkbox...Getting ShadowRoot by selector: div.cf-turnstile-wrapperiframe foundCloudflare verify checkbox found and clicked!Try to find the Cloudflare 'Verify you are human' button...The Cloudflare 'Verify you are human' button not found on the page.Waiting for title (attempt 3): Just a moment...Timeout waiting for selector```

@sodanexus
Copy link

@MCG-pok great i have tried and it work. Man you are god really thankssssssss

What is the name of the repo on Docker Hub?

@Fairy-Jeux
Copy link

@MCG-pok how we can have the docker image and setup it please ?

@tifo71
Copy link

@Fairy-Jeux@ilike2burnthing will update flaresolverr. A new version is coming. He's doing some testing and will put the new version on the repo.

Fairy-Jeux, N3L3K, and boubiro reacted with thumbs up emojiN3L3K reacted with heart emoji

@mynameisbogdan
Copy link
Contributor

For me it's not working with animetorrents' login page, resulting in the same loop.

@ilike2burnthing
Copy link
Contributor

Getting round to testing now. It may be the case that#1036 is still an issue, but that this PR just gets us back to normal.

@MCG-pok
Copy link
Author

Was able to reproduce the same issue with no change on code.
I think Cloudflare did an update, and the lineactions.move_to_element_with_offset(iframe_body, 10, 10) is no more clicking well on the checkbox
If it's the case they are really fast 😲
Maybe someone here that had it working will be able to confirm it's broken again
I can't right now, but will try to find a solution

ilike2burnthing and Fluksy reacted with thumbs up emoji

@ilike2burnthing
Copy link
Contributor

In testing I had some working (including YGG), but not others. Went back to check YGG, and it's no longer working for me.

MCG-pok, Fluksy, FaNt4zMa, and LECOQQ reacted with thumbs up emoji

@cedvan

This comment was marked as duplicate.

@alyx161

This comment was marked as duplicate.

@cedvan

This comment was marked as duplicate.

@alyx161

This comment was marked as duplicate.

@Freeben666

This comment was marked as duplicate.

@alyx161

This comment was marked as duplicate.

@Freeben666

This comment was marked as duplicate.

@alyx161

This comment was marked as duplicate.

@ilike2burnthing
Copy link
Contributor

There are currently 3 competing solutions in PRs:

  1. changing to nodriver
  2. this PR
  3. changing to DrissionPage

I've limited time at the moment, as does the owner, so haven't been able to test these, nevermind compare them. Hopefully that will change soon. Until then, people can use whichever works best for them with the provided images or running/building from source.

alyx161, bonswouar, asurare, alexandrescieux, PingoLeon, cadartichaut, Samoth69, codeformypad, Robmonster, CorentinDy, and mlaflamm reacted with thumbs up emoji

@trivarialthea
Copy link

For me it's not working with animetorrents' login page, resulting in the same loop.

I also have this issue while using the PR code, on animetorrents.

Used a long timeout (nothing is behind a VPN) just to verify that it is not the case of#1272 (comment)

2024-08-14 11:08:11 INFO     ReqId 22991943292736 FlareSolverr 3.3.212024-08-14 11:08:11 DEBUG    ReqId 22991943292736 Debug log enabled2024-08-14 11:08:11 INFO     ReqId 22991943292736 Testing web browser installation...2024-08-14 11:08:11 INFO     ReqId 22991943292736 Platform: Linux-6.1.99-Unraid-x86_64-with-glibc2.312024-08-14 11:08:11 INFO     ReqId 22991943292736 Chrome / Chromium path: /usr/bin/chromium2024-08-14 11:08:11 INFO     ReqId 22991943292736 Chrome / Chromium major version: 1202024-08-14 11:08:11 INFO     ReqId 22991943292736 Launching web browser...2024-08-14 11:08:11 DEBUG    ReqId 22991943292736 Launching web browser...2024-08-14 11:08:11 DEBUG    ReqId 22991943292736 Started executable: `/app/chromedriver` in a child process with pid: 322024-08-14 11:08:11 INFO     ReqId 22991943292736 FlareSolverr User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.362024-08-14 11:08:11 INFO     ReqId 22991943292736 Test successful!2024-08-14 11:08:11 INFO     ReqId 22991943292736 Serving on http://0.0.0.0:8191
2024-08-14 11:11:38 INFO     ReqId 22991828145920 Incoming request => POST /v1 body: {'maxTimeout': 180000, 'cmd': 'request.get', 'url': 'https://animetorrents.me/login.php', 'proxy': {}}2024-08-14 11:11:38 DEBUG    ReqId 22991828145920 Launching web browser...2024-08-14 11:11:38 DEBUG    ReqId 22991828145920 Started executable: `/app/chromedriver` in a child process with pid: 10552024-08-14 11:11:39 DEBUG    ReqId 22991828145920 New instance of webdriver has been created to perform the request2024-08-14 11:11:39 DEBUG    ReqId 22991823943424 Navigating to... https://animetorrents.me/login.php2024-08-14 11:11:40 INFO     ReqId 22991823943424 Challenge detected. Title found: Just a moment...2024-08-14 11:11:40 DEBUG    ReqId 22991823943424 Waiting for title (attempt 1): Just a moment...2024-08-14 11:11:41 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:41 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:41 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:41 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:11:42 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:11:42 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:11:42 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:11:44 DEBUG    ReqId 22991823943424 Waiting for title (attempt 2): Just a moment...2024-08-14 11:11:45 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:45 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:45 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:45 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:11:46 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:11:46 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:11:46 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:11:48 DEBUG    ReqId 22991823943424 Waiting for title (attempt 3): Just a moment...2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:11:49 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:11:51 DEBUG    ReqId 22991823943424 Waiting for title (attempt 4): Just a moment...2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:11:53 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:11:55 DEBUG    ReqId 22991823943424 Waiting for title (attempt 5): Just a moment...2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:11:56 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:11:58 DEBUG    ReqId 22991823943424 Waiting for title (attempt 6): Just a moment...2024-08-14 11:11:59 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:11:59 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:11:59 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:11:59 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:00 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:00 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:00 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:02 DEBUG    ReqId 22991823943424 Waiting for title (attempt 7): Just a moment...2024-08-14 11:12:03 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:03 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:03 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:03 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:04 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:04 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:04 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:06 DEBUG    ReqId 22991823943424 Waiting for title (attempt 8): Just a moment...2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:07 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:09 DEBUG    ReqId 22991823943424 Waiting for title (attempt 9): Just a moment...2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:10 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:12 DEBUG    ReqId 22991823943424 Waiting for title (attempt 10): Just a moment...2024-08-14 11:12:13 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:13 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:13 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:13 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:14 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:14 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:14 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:16 DEBUG    ReqId 22991823943424 Waiting for title (attempt 11): Just a moment...2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:17 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:19 DEBUG    ReqId 22991823943424 Waiting for title (attempt 12): Just a moment...2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:20 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:22 DEBUG    ReqId 22991823943424 Waiting for title (attempt 13): Just a moment...2024-08-14 11:12:23 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:23 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:23 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:23 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:23 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:24 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:26 DEBUG    ReqId 22991823943424 Waiting for title (attempt 14): Just a moment...2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:27 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:29 DEBUG    ReqId 22991823943424 Waiting for title (attempt 15): Just a moment...2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:30 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:32 DEBUG    ReqId 22991823943424 Waiting for title (attempt 16): Just a moment...2024-08-14 11:12:33 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:33 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:33 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:33 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:34 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:34 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:34 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:36 DEBUG    ReqId 22991823943424 Waiting for title (attempt 17): Just a moment...2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:37 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:39 DEBUG    ReqId 22991823943424 Waiting for title (attempt 18): Just a moment...2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:40 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:42 DEBUG    ReqId 22991823943424 Waiting for title (attempt 19): Just a moment...2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:43 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:45 DEBUG    ReqId 22991823943424 Waiting for title (attempt 20): Just a moment...2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:46 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:48 DEBUG    ReqId 22991823943424 Waiting for title (attempt 21): Just a moment...2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:49 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:51 DEBUG    ReqId 22991823943424 Waiting for title (attempt 22): Just a moment...2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:52 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:54 DEBUG    ReqId 22991823943424 Waiting for title (attempt 23): Just a moment...2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:56 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:12:58 DEBUG    ReqId 22991823943424 Waiting for title (attempt 24): Just a moment...2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:12:59 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:01 DEBUG    ReqId 22991823943424 Waiting for title (attempt 25): Just a moment...2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:02 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:04 DEBUG    ReqId 22991823943424 Waiting for title (attempt 26): Just a moment...2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:05 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:07 DEBUG    ReqId 22991823943424 Waiting for title (attempt 27): Just a moment...2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:08 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:10 DEBUG    ReqId 22991823943424 Waiting for title (attempt 28): Just a moment...2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. NoSuchElementException()2024-08-14 11:13:11 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:12 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:14 DEBUG    ReqId 22991823943424 Waiting for title (attempt 29): Just a moment...2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:15 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:17 DEBUG    ReqId 22991823943424 Waiting for title (attempt 30): Just a moment...2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:18 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:20 DEBUG    ReqId 22991823943424 Waiting for title (attempt 31): Just a moment...2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:21 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:23 DEBUG    ReqId 22991823943424 Waiting for title (attempt 32): Just a moment...2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:24 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:26 DEBUG    ReqId 22991823943424 Waiting for title (attempt 33): Just a moment...2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:27 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:29 DEBUG    ReqId 22991823943424 Waiting for title (attempt 34): Just a moment...2024-08-14 11:13:30 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:30 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:30 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:31 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:13:31 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. NoSuchElementException()2024-08-14 11:13:31 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:31 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:33 DEBUG    ReqId 22991823943424 Waiting for title (attempt 35): Just a moment...2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:34 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:36 DEBUG    ReqId 22991823943424 Waiting for title (attempt 36): Just a moment...2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:37 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:40 DEBUG    ReqId 22991823943424 Waiting for title (attempt 37): Just a moment...2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:41 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:43 DEBUG    ReqId 22991823943424 Waiting for title (attempt 38): Just a moment...2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:44 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:46 DEBUG    ReqId 22991823943424 Waiting for title (attempt 39): Just a moment...2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:47 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:49 DEBUG    ReqId 22991823943424 Waiting for title (attempt 40): Just a moment...2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:50 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:52 DEBUG    ReqId 22991823943424 Waiting for title (attempt 41): Just a moment...2024-08-14 11:13:53 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:53 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:53 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:53 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:13:54 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:13:54 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:54 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:56 DEBUG    ReqId 22991823943424 Waiting for title (attempt 42): Just a moment...2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:13:57 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:13:59 DEBUG    ReqId 22991823943424 Waiting for title (attempt 43): Just a moment...2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:00 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:02 DEBUG    ReqId 22991823943424 Waiting for title (attempt 44): Just a moment...2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:03 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:05 DEBUG    ReqId 22991823943424 Waiting for title (attempt 45): Just a moment...2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:06 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:08 DEBUG    ReqId 22991823943424 Waiting for title (attempt 46): Just a moment...2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. NoSuchElementException()2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:09 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:11 DEBUG    ReqId 22991823943424 Waiting for title (attempt 47): Just a moment...2024-08-14 11:14:12 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:12 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:12 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:12 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:14:13 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:14:13 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:13 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:15 DEBUG    ReqId 22991823943424 Waiting for title (attempt 48): Just a moment...2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:16 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:18 DEBUG    ReqId 22991823943424 Waiting for title (attempt 49): Just a moment...2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:19 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:21 DEBUG    ReqId 22991823943424 Waiting for title (attempt 50): Just a moment...2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:22 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:24 DEBUG    ReqId 22991823943424 Waiting for title (attempt 51): Just a moment...2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:25 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:27 DEBUG    ReqId 22991823943424 Waiting for title (attempt 52): Just a moment...2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. NoSuchElementException()2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:28 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:30 DEBUG    ReqId 22991823943424 Waiting for title (attempt 53): Just a moment...2024-08-14 11:14:31 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:31 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:31 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:31 DEBUG    ReqId 22991823943424 iframe found2024-08-14 11:14:32 DEBUG    ReqId 22991823943424 Attempted to click on iframe body2024-08-14 11:14:32 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:32 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:34 DEBUG    ReqId 22991823943424 Waiting for title (attempt 54): Just a moment...2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:35 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:37 DEBUG    ReqId 22991823943424 Waiting for title (attempt 55): Just a moment...2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 Timeout waiting for selector2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 Try to find the Cloudflare verify checkbox...2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 Getting ShadowRoot by selector: div:not(:has(div))2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 Cloudflare verify checkbox not found on the page. JavascriptException()2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 Try to find the Cloudflare 'Verify you are human' button...2024-08-14 11:14:38 DEBUG    ReqId 22991823943424 The Cloudflare 'Verify you are human' button not found on the page.2024-08-14 11:14:39 DEBUG    ReqId 22991828145920 A used instance of webdriver has been destroyed2024-08-14 11:14:39 ERROR    ReqId 22991828145920 Error: Error solving the challenge. Timeout after 180.0 seconds.2024-08-14 11:14:39 DEBUG    ReqId 22991828145920 Response => POST /v1 body: {'status': 'error', 'message': 'Error: Error solving the challenge. Timeout after 180.0 seconds.', 'startTimestamp': 1723633898756, 'endTimestamp': 1723634079596, 'version': '3.3.21'}2024-08-14 11:14:39 INFO     ReqId 22991828145920 Response in 180.84 s2024-08-14 11:14:39 INFO     ReqId 22991828145920 172.17.0.1 POST http://192.168.1.110:8191/v1 500 Internal Server Error

If there is anything else I can provide, feel free to @ me.

@BrandonG777
Copy link

Not having much luck on speed.cd or hd-space either

alyx161, norbsmaq, and weizsw reacted with thumbs up emoji

@skjnldsv
Copy link

Stopped working again unfortunately :(

 2024-09-28 09:05:43 INFO     ReqId 139741103531776 Incoming request => POST /v1 body: {'maxTimeout': 15000, 'cmd': 'request.get', 'url': 'https://www.ygg.re/auth/login'} 2024-09-28 09:05:43 DEBUG    ReqId 139741103531776 Launching web browser... 2024-09-28 09:05:43 DEBUG    ReqId 139741103531776 Started executable: `/app/chromedriver` in a child process with pid: 656 2024-09-28 09:05:44 INFO     ReqId 139741078353664 Challenge detected. Title found: Just a moment... 2024-09-28 09:05:44 DEBUG    ReqId 139741078353664 Waiting for title (attempt 1): Just a moment... 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 Timeout waiting for selector 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 Try to find the Cloudflare verify checkbox... 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 Getting ShadowRoot by selector: div:not(:has(div)) 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 iframe found 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 Cloudflare verify checkbox not found on the page. NoSuchElementException() 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 Try to find the Cloudflare 'Verify you are human' button... 2024-09-28 09:05:45 DEBUG    ReqId 139741078353664 The Cloudflare 'Verify you are human' button not found on the page. 2024-09-28 09:05:47 DEBUG    ReqId 139741078353664 Waiting for title (attempt 2): Just a moment... 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 Timeout waiting for selector 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 Try to find the Cloudflare verify checkbox... 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 Getting ShadowRoot by selector: div:not(:has(div)) 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 Cloudflare verify checkbox not found on the page. JavascriptException() 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 Try to find the Cloudflare 'Verify you are human' button... 2024-09-28 09:05:48 DEBUG    ReqId 139741078353664 The Cloudflare 'Verify you are human' button not found on the page. 2024-09-28 09:05:50 DEBUG    ReqId 139741078353664 Waiting for title (attempt 3): Just a moment... 2024-09-28 09:05:51 DEBUG    ReqId 139741078353664 Timeout waiting for selector 2024-09-28 09:05:51 DEBUG    ReqId 139741078353664 Try to find the Cloudflare verify checkbox... 2024-09-28 09:05:51 DEBUG    ReqId 139741078353664 Getting ShadowRoot by selector: div:not(:has(div)) 2024-09-28 09:05:51 DEBUG    ReqId 139741078353664 iframe found 2024-09-28 09:05:53 DEBUG    ReqId 139741078353664 Attempted to click on iframe body 2024-09-28 09:05:53 DEBUG    ReqId 139741078353664 Try to find the Cloudflare 'Verify you are human' button... 2024-09-28 09:05:53 DEBUG    ReqId 139741078353664 The Cloudflare 'Verify you are human' button not found on the page. 2024-09-28 09:05:55 DEBUG    ReqId 139741078353664 Waiting for title (attempt 4): Just a moment... 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 Timeout waiting for selector 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 Try to find the Cloudflare verify checkbox... 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 Getting ShadowRoot by selector: div:not(:has(div)) 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 iframe found 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 Attempted to click on iframe body 2024-09-28 09:05:56 DEBUG    ReqId 139741078353664 Try to find the Cloudflare 'Verify you are human' button... 2024-09-28 09:05:57 DEBUG    ReqId 139741078353664 The Cloudflare 'Verify you are human' button not found on the page. 2024-09-28 09:05:59 DEBUG    ReqId 139741103531776 A used instance of webdriver has been destroyed 2024-09-28 09:05:59 ERROR    ReqId 139741103531776 Error: Error solving the challenge. Timeout after 15.0 seconds. 2024-09-28 09:05:59 DEBUG    ReqId 139741103531776 Response => POST /v1 body: {'status': 'error', 'message': 'Error: Error solving the challenge. Timeout after 15.0 seconds.', 'startTimestamp': 1727507143071, 'endTimestamp': 1727507159136, 'version': '3.3.21'} 2024-09-28 09:05:59 INFO     ReqId 139741103531776 Response in 16.065 s 2024-09-28 09:05:59 INFO     ReqId 139741103531776 192.168.2.254 POST https://flaresolver.domain.com/v1 500 Internal Server Error
pboiseau reacted with thumbs up emoji

@ilike2burnthing
Copy link
Contributor

See the other PRs.

@vladtreny
Copy link

Hello,
This one is highly detectable, right?

Element.prototype.attachShadow = function (params)

You can just query the dom the same way and see if it is accessible. if accesable, then it was forged somewhere.

Will omit thisElement.prototype.attachShadow.toString()

Need to focus on essential part.

@QthePirate
Copy link

Can confirm after building the docker container with the changes it worked. I'm not running in Docker per se, but in K8s. Only thing I had to do that was driving me mad was adjust the amount of memory the pod was allotted and now its good. Bit slow even when no challenge detected, but good.

@tifo71
Copy link

I repeat, the version that works perfectly is this one:21hsmw/flaresolverr:nodrivertest

meGAmeS1, skjnldsv, jiriteach, and maciekm reacted with thumbs up emoji

@reed-nowling

This comment was marked as duplicate.

@PandeoF1

This comment was marked as duplicate.

@tifo71
Copy link

Having a problem with looping with 21hsmw/flaresolverr:nodrivertest. Same issue with 21hsmw/flaresolverr:nodriver. Here are the logs:

2025-02-24 09:50:21 DEBUG    ReqId 23046212228800 Successfully connected to browser!2025-02-24 09:50:21 DEBUG    ReqId 23046212228800 New instance of chromium has been created to perform the request2025-02-24 09:50:21 DEBUG    ReqId 23046212228800 Navigating to... [redacted]2025-02-24 09:50:24 INFO     ReqId 23046212228800 Challenge detected. Title found: Just a moment...2025-02-24 09:50:25 DEBUG    ReqId 23046212228800 Waiting for title (attempt 1): Just a moment...2025-02-24 09:50:27 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:50:27 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:50:29 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:50:29 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:50:30 DEBUG    ReqId 23046212228800 Cloudflare element not found on the page - server rejected WebSocket connection: HTTP 5002025-02-24 09:50:33 DEBUG    ReqId 23046212228800 Waiting for title (attempt 2): Just a moment...2025-02-24 09:50:35 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:50:35 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:50:37 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:50:37 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:50:38 DEBUG    ReqId 23046212228800 Cloudflare element not found on the page - server rejected WebSocket connection: HTTP 5002025-02-24 09:50:41 DEBUG    ReqId 23046212228800 Waiting for title (attempt 3): Just a moment...2025-02-24 09:50:44 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:50:44 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:50:46 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:50:46 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:50:48 DEBUG    ReqId 23046212228800 Cloudflare element not found on the page - time ran out while waiting for text: checkbox2025-02-24 09:50:51 DEBUG    ReqId 23046212228800 Waiting for title (attempt 4): Just a moment...2025-02-24 09:50:53 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:50:53 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:50:55 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:50:55 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:50:58 DEBUG    ReqId 23046212228800 Cloudflare element not found on the page - time ran out while waiting for text: checkbox2025-02-24 09:51:01 DEBUG    ReqId 23046212228800 Waiting for title (attempt 5): Just a moment...2025-02-24 09:51:03 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:51:03 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:51:05 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:51:05 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:51:08 DEBUG    ReqId 23046212228800 Cloudflare element not found on the page - time ran out while waiting for text: checkbox2025-02-24 09:51:11 DEBUG    ReqId 23046212228800 Waiting for title (attempt 6): Just a moment...2025-02-24 09:51:13 DEBUG    ReqId 23046212228800 Timeout waiting for selector2025-02-24 09:51:13 DEBUG    ReqId 23046212228800 Checking if cloudflare captcha is present on page...2025-02-24 09:51:15 DEBUG    ReqId 23046212228800 Cloudflare captcha found!2025-02-24 09:51:15 DEBUG    ReqId 23046212228800 Found captcha iframe!2025-02-24 09:51:16 DEBUG    ReqId 23046212228800 Websocket closed status: False2025-02-24 09:51:16 DEBUG    ReqId 23046212228800 Websocket closed status: True2025-02-24 09:51:16 DEBUG    ReqId 23046212228800 Removed Browser user data directory /tmp/uc_9f7a00fr2025-02-24 09:51:16 DEBUG    ReqId 23046212228800 A used instance of chromium has been destroyed2025-02-24 09:51:16 ERROR    ReqId 23046212228800 Error: Error solving the challenge. Timeout after 55.0 seconds.2025-02-24 09:51:16 DEBUG    ReqId 23046212228800 Response => POST /v1 body: {'status': 'error', 'message': 'Error: Error solving the challenge. Timeout after 55.0 seconds.', 'startTimestamp': 1740390620505, 'endTimestamp': 1740390676888, 'version': '3.4.0'}

Same problem :

flaresolverr  | 2025-02-24 11:32:51 DEBUG    ReqId 128578557576896 Navigating to... https://www.ygg.re/engine/search?category=2145&do=search&order=desc&sort=publish_dateflaresolverr  | 2025-02-24 11:32:53 INFO     ReqId 128578557576896 Challenge detected. Title found: Just a moment...flaresolverr  | 2025-02-24 11:32:54 DEBUG    ReqId 128578557576896 Waiting for title (attempt 1): Just a moment...flaresolverr  | 2025-02-24 11:32:56 DEBUG    ReqId 128578557576896 Timeout waiting for selectorflaresolverr  | 2025-02-24 11:32:56 DEBUG    ReqId 128578557576896 Checking if cloudflare captcha is present on page...flaresolverr  | 2025-02-24 11:32:58 DEBUG    ReqId 128578557576896 Cloudflare captcha found!flaresolverr  | 2025-02-24 11:32:58 DEBUG    ReqId 128578557576896 Found captcha iframe!flaresolverr  | 2025-02-24 11:32:58 DEBUG    ReqId 128578557576896 clicking on location 29.00, 32.50flaresolverr  | 2025-02-24 11:32:58 DEBUG    ReqId 128578557576896 Checkbox element clicked!flaresolverr  | 2025-02-24 11:33:01 DEBUG    ReqId 128578557576896 Waiting for title (attempt 2): Just a moment...flaresolverr  | 2025-02-24 11:33:03 DEBUG    ReqId 128578557576896 Timeout waiting for selectorflaresolverr  | 2025-02-24 11:33:03 DEBUG    ReqId 128578557576896 Checking if cloudflare captcha is present on page...flaresolverr  | 2025-02-24 11:33:05 DEBUG    ReqId 128578557576896 Cloudflare captcha found!flaresolverr  | 2025-02-24 11:33:05 DEBUG    ReqId 128578557576896 Found captcha iframe!flaresolverr  | 2025-02-24 11:33:06 DEBUG    ReqId 128578557576896 clicking on location 29.00, 32.50flaresolverr  | 2025-02-24 11:33:07 DEBUG    ReqId 128578557576896 Checkbox element clicked!flaresolverr  | 2025-02-24 11:33:10 DEBUG    ReqId 128578557576896 Waiting for title (attempt 3): Just a moment...flaresolverr  | 2025-02-24 11:33:12 DEBUG    ReqId 128578557576896 Timeout waiting for selectorflaresolverr  | 2025-02-24 11:33:12 DEBUG    ReqId 128578557576896 Checking if cloudflare captcha is present on page...flaresolverr  | 2025-02-24 11:33:14 DEBUG    ReqId 128578557576896 Cloudflare captcha found!flaresolverr  | 2025-02-24 11:33:14 DEBUG    ReqId 128578557576896 Found captcha iframe!flaresolverr  | 2025-02-24 11:33:16 DEBUG    ReqId 128578557576896 Cloudflare element not found on the page - time ran out while waiting for text: checkboxflaresolverr  | 2025-02-24 11:33:19 DEBUG    ReqId 128578557576896 Waiting for title (attempt 4): Just a moment...flaresolverr  | 2025-02-24 11:33:21 DEBUG    ReqId 128578557576896 Timeout waiting for selectorflaresolverr  | 2025-02-24 11:33:21 DEBUG    ReqId 128578557576896 Checking if cloudflare captcha is present on page...flaresolverr  | 2025-02-24 11:33:23 DEBUG    ReqId 128578557576896 Cloudflare captcha found!flaresolverr  | 2025-02-24 11:33:23 DEBUG    ReqId 128578557576896 Found captcha iframe!flaresolverr  | 2025-02-24 11:33:23 DEBUG    ReqId 128578557576896 clicking on location 29.00, 32.50flaresolverr  | 2025-02-24 11:33:24 DEBUG    ReqId 128578557576896 Checkbox element clicked!flaresolverr  | 2025-02-24 11:33:27 DEBUG    ReqId 128578557576896 Waiting for title (attempt 5): Just a moment...

Use this version alexfozor/flaresolverr:pr-1300-experimental

@PandeoF1

This comment was marked as duplicate.

@tifo71
Copy link

Use this version alexfozor/flaresolverr:pr-1300-experimental

Ok nice it work but it generate a lot of errors x)

Try this one thenghcr.io/thephaseless/byparr:latest

skjnldsv reacted with thumbs down emojina-ji reacted with rocket emoji

@reed-nowling

This comment was marked as duplicate.

@abhi-neelam

This comment was marked as duplicate.

@tifo71

This comment was marked as duplicate.

@ilike2burnthing
Copy link
Contributor

v3.3.22 - Windows and Linux binaries available, as is an updatedflaresolverr/flaresolverr Docker image.

If it's working, only react to this comment, DO NOT leave your own comment.

If it's not working, see this Discussion -#1501

jcolfej, DanTm99, and QthePirate reacted with thumbs up emojijcolfej reacted with hooray emoji

@QthePirate

This comment was marked as off-topic.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@UnicodeApocalypseUnicodeApocalypseUnicodeApocalypse left review comments

@Triskel295Triskel295Triskel295 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

65 participants
@MCG-pok@tifo71@Grivel-l@Dupinoux@BetyOops@HpNoTiQ56@jcolfej@Noaaam@sodanexus@Fairy-Jeux@mynameisbogdan@ilike2burnthing@PandeoF1@Mrmel94@tenettow@xetalx@Sanidhya30@Moore505@lukasb75@damien2405@jeremiejt38@therealkaiv@Zegorax@giaythuytinh176@MathisVerstrepen@raffi78@Freeben666@kephasdev@alexandervlk@whozur@PonyWarrior@SnippetSpace@bennydiamond@ThatAnonyG@leberga@MoryCorp@Trinium12@BrutaleBent@ThePhaseless@Gauvino@eteache@TheNexter@rmichelena@Telkaoss@AlexFozor@SebKulu@0zitro@Nodens-@themaluxis@pentago@niyazaki@mremond@danielw97@rayanmestiri@cedvan@alyx161@trivarialthea@BrandonG777@skjnldsv@vladtreny@QthePirate@reed-nowling@abhi-neelam@UnicodeApocalypse@Triskel295

[8]ページ先頭

©2009-2025 Movatter.jp