puppet-wechat
puppet-wechat copied to clipboard
Navigation Timeout Exceeded: 30000ms exceeded
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
See doc. "Maximum navigation time in milliseconds, defaults to 30 seconds, pass 0 to disable timeout. " so, can write {timeout:0} in bridge.js ?
我也经常遇到这个问题,希望可以手动设置超时时间
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.
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.