puppet-wechat icon indicating copy to clipboard operation
puppet-wechat copied to clipboard

Navigation Timeout Exceeded: 30000ms exceeded

Open hjzlm123 opened this issue 6 years ago • 4 comments

ERR PuppetPuppeteerBridge start() Exception: TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded

sometimes strat TIMEOUT for all-day sometimes can start success.

what's wrong ?what can i do to reslove this 'time-out'

use node -v 10.0.0 npm -v 5.6.0

hjzlm123 avatar May 06 '19 03:05 hjzlm123

See doc. "Maximum navigation time in milliseconds, defaults to 30 seconds, pass 0 to disable timeout. " so, can write {timeout:0} in bridge.js ?

hjzlm123 avatar May 06 '19 04:05 hjzlm123

我也经常遇到这个问题,希望可以手动设置超时时间

yuqingc avatar May 07 '19 01:05 yuqingc

If navigation does not work after 30 seconds, then it will never work, no matter you set the timeout to 60 or 300 seconds.

You can try by yourselves, and I'd like to know your result if they against my previous knowledge.

huan avatar May 07 '19 03:05 huan

If navigation does not work after 30 seconds, then it will never work, no matter you set the timeout to 60 or 300 seconds.

You can try by yourselves, and I'd like to know your result if they against my previous knowledge.

Agree, thus closing. Let me know otherwise.

suntong avatar Apr 02 '21 16:04 suntong