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

Clasp logs sometimes returns unhandled promise rejection #128

Closed
campionfellin opened this issue Apr 22, 2018 · 0 comments
Closed

Clasp logs sometimes returns unhandled promise rejection #128

campionfellin opened this issue Apr 22, 2018 · 0 comments

Comments

@campionfellin
Copy link
Collaborator

Expected Behavior

clasp logs --> it shows your logs

Actual Behavior

Sometimes when running clasp logs you get an unhandled promise rejection that looks like:

(node:2477) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Retry total timeout exceeded before anyresponse was received
(node:2477) [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.

Steps to Reproduce the Problem

  1. clasp create
  2. Run your function that logs things, like console.log('logging now...')

Specifications

  • Node version (node -v): v8.9.4
  • Version (npm list -g | grep clasp): dev version
  • OS (Mac/Linux/Windows): macOS
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

1 participant