-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
"Invalid Page - not a valid URL" on particular website #770
Comments
Can confirm I'm able to repro this, very odd. |
This is an odd one indeed, appears to be a bug... On that page:
Normally you would get that by calling Correct behavior:
Puppeteer uses JSON.stringify under the hood, though I think can work around that... |
Ahh, it's because this page overrides Object.toJSON... It looks like it's a known issue / unfixed in puppeteer: |
…ctly to avoid issues custom toJSON overrides: - add Runtime.addBinding for each exposed function, handle in one place with Runtime.bindingCalled - convert binding names to BxFunctionBindings enum - update to browsertrix-behaviors 0.7.1 to avoid waiting for return value - fixes #770
Hello, I'm getting
when trying to crawl
https://www.exlayer.jp
. Other sites work fine. Any ideas?The crawler somehow thinks there is an URL
[
on the page.The text was updated successfully, but these errors were encountered: