Skip to content
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

TypeError: Cannot read property 'outerHTML' of null #17

Open
xash3000 opened this issue Nov 6, 2020 · 0 comments
Open

TypeError: Cannot read property 'outerHTML' of null #17

xash3000 opened this issue Nov 6, 2020 · 0 comments

Comments

@xash3000
Copy link

xash3000 commented Nov 6, 2020

I just started using chromewhip so I'm not sure if this is a bug or a problem from my side.

I started chromewhip service inside docker container and every time instead of the rendered html i get the error TypeError: Cannot read property 'outerHTML' of null

keep in mind my code is inside another docker container.

here's the full error

{ "error": { "reason": "Runtime.evalulate threw an error", "error": { "exceptionId": 1, "text": "Uncaught", "lineNumber": 0, "columnNumber": 25, "scriptId": "13", "url": null, "stackTrace": null, "exception": { "type": "object", "subtype": "error", "className": "TypeError", "description": "TypeError: Cannot read property 'outerHTML' of null\n at :1:26", "objectId": "{\"injectedScriptId\":1,\"id\":2}" }, "executionContextId": null } } }

my query GET http://127.0.0.1:8080/render.html?url=https://github.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant