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

UnhandledPromiseRejectionWarning - Cookie not found. #221

Open
andersbaero opened this issue Jan 8, 2020 · 1 comment
Open

UnhandledPromiseRejectionWarning - Cookie not found. #221

andersbaero opened this issue Jan 8, 2020 · 1 comment

Comments

@andersbaero
Copy link

Got this error while trying out this tool.
I have 2FA enabled, not sure if that could cause this issue.


Attempting login...
Fetching login cookie
Browser resolved
Waiting 20 seconds for login page
Page error while sending the login request: Error: Cookie not found. Cause unknown.
(node:8143) UnhandledPromiseRejectionWarning
(node:8143) 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:8143) [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.
Error while logging in Error: Evaluation failed: Cookie not found. Cause unknown.
Browser properly closed
Login verification failed: Error: Evaluation failed: Cookie not found. Cause unknown.
Exiting. Please try again.


@IonicOwl
Copy link

IonicOwl commented Jan 10, 2020

Having this issue too:

Fetching login cookie
Settings have been saved
Browser resolved
Browser resolved
Waiting 20 seconds for login page
Waiting 20 seconds for login page
Page error while sending the login request: Error: Cookie not found. Cause unknown.
(node:26148) UnhandledPromiseRejectionWarning
(node:26148) 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:26148) [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.
Page error while sending the login request: Error: Cookie not found. Cause unknown.
(node:26148) UnhandledPromiseRejectionWarning
(node:26148) 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: 2)
Error while logging in Error: Evaluation failed: Cookie not found. Cause unknown.
Browser properly closed
Login verification failed: Error: Evaluation failed: Cookie not found. Cause unknown.
Exiting. Please try again.

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=19.1
DISTRIB_CODENAME=tessa
DISTRIB_DESCRIPTION="Linux Mint 19.1 Tessa"
Kernel - 4.15.0-72-generic
NPM - v3.5.2

EDIT: No 2FA enabled at the moment.

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

2 participants