-
Notifications
You must be signed in to change notification settings - Fork 72
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
TimeoutError: Navigation timeout of 30000 ms exceeded #38
Comments
I'm encountering the same error on Linux, but only if the SVG is "slow". |
Hi all, could you post a sample web page that has this problem? Also, if you could verify that the page correctly loads in puppeteer, that would be helpful too to determine that timesnap/timecut has the problem. Thanks! |
I'm experiencing the problem with the following SVG (in a Zip file because GitHub doesn't support uploading SVG files). |
I'm experiencing the problem with the following webpage,this webpage can correctly loads in puppeteer. Thank you very much |
@feibi8597 it seems like the issue arises in timesnap from https://github.com/tungs/timesnap/blob/fdfece3dd7eb7766365b42a7ab3d4b94195d9a3f/index.js#L175 which uses If you need a solution now, you can fork In the long term, I'll add overwriting the hardcoded I did manage to get it to run-- it looks like you will want to add custom styles to hide/disable the blinking cursor. |
@christianhujer I tried to use your file with |
TimeoutError: Navigation timeout of 30000 ms exceeded
at D:\timecut_demo\node_modules\puppeteer\lib\LifecycleWatcher.js:142:21
-- ASYNC --
at Frame. (D:\timecut_demo\node_modules\puppeteer\lib\helper.js:111:15)
at Page.goto (D:\timecut_demo\node_modules\puppeteer\lib\Page.js:672:49)
at Page. (D:\timecut_demo\node_modules\puppeteer\lib\helper.js:112:23)
at D:\timecut_demo\node_modules\timesnap\index.js:173:21
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Puppeeter may be the problem, and how to fix it, Thank you very much
The text was updated successfully, but these errors were encountered: