Can't check page due to iframe detection (v0.48.04) #2861
luckman212
started this conversation in
General
Replies: 2 comments
-
hmm thing is, even if it did load, cdio doesnt yet support extracting the text from the iframes :( so just use the iframe source, which seems to be https://downloaders.azurewebsites.net/downloaders/connectx4lxen_downloader/downloader3.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! 🙏 I didn't see your comment until now but I arrived at the same conclusion, I am successfully monitoring the iframe now like you suggested. Good tip! Now, this leads me to this discussion... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a watch for https://network.nvidia.com/support/firmware/connectx4lxen/ using cdio v0.48.04
No matter if I use the builtin fetcher or Playwright driver, I get the same result:
"We're sorry, this content is unavailable. This website requires a browser that supports iframes"
When I use the "Browser Steps" Preview area, the page loads successfully. So that site somehow uses some detection method which is incompatible with cdio. I have tried setting the User-Agent under Advanced options as well, did not make any difference.
Strangely, fetching the page from Terminal with
curl
works fine...Beta Was this translation helpful? Give feedback.
All reactions