You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
I'm in the UK (in case it matters) and when running it, it shows this 👎
--->
Running check Sat Jul 27 2019 13:28:40 GMT+0100 (British Summer Time) -----
Entering email...
Entering password...
Logging in!
past button selector! (I added this logging line to show it gets past the "await page.click(BUTTON_SELECTOR);" line of code.
(node:1733) UnhandledPromiseRejectionWarning: TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded
at Promise.then (/home/dp/tesla/node_modules/puppeteer/lib/LifecycleWatcher.js:142:21)
-- ASYNC --
at Frame. (/home/dp/tesla/node_modules/puppeteer/lib/helper.js:111:15)
at Page.waitForNavigation (/home/dp/tesla/node_modules/puppeteer/lib/Page.js:694:49)
at Page. (/home/dp/tesla/node_modules/puppeteer/lib/helper.js:112:23)
at run (/home/dp/tesla/index.js:36:14)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:1733) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1733) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
--->