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

file.exists Error of internal_failure #1248

Closed
paulshapiro opened this issue Apr 19, 2016 · 6 comments
Closed

file.exists Error of internal_failure #1248

paulshapiro opened this issue Apr 19, 2016 · 6 comments
Assignees

Comments

@paulshapiro
Copy link

paulshapiro commented Apr 19, 2016

Hi there,

I'm doing a bunch of uploads which are preceded by a file.exists to prevent redundant uploads. It was working quite well through the night but I suddenly started to get an error of "internal_failure", with the stack trace below. I've tried deleting the files that it fails on, but same thing keeps happening on different files. This error is yielded by the file.exists call.

Error: internal_failure
    at Request._callback (/[path to…]-server-js/node_modules/google-auth-library/lib/transporters.js:78:15)
    at Request.self.callback ([path to…]-server-js/node_modules/google-auth-library/node_modules/request/request.js:198:22)
    at emitTwo (events.js:100:13)
    at Request.emit (events.js:185:7)
    at Request.<anonymous> ([path to…]-js/node_modules/google-auth-library/node_modules/request/request.js:1057:14)
    at emitOne (events.js:95:20)
    at Request.emit (events.js:182:7)
    at IncomingMessage.<anonymous> ([path to…]-js/node_modules/google-auth-library/node_modules/request/request.js:1003:12)
    at emitNone (events.js:85:20)
    at IncomingMessage.emit (events.js:179:7)
    at endReadableNT (_stream_readable.js:913:12)
    at _combinedTickCallback (node.js:383:13)
    at process._tickCallback (node.js:407:11)

–Paul

@paulshapiro
Copy link
Author

I think this may be an issue in Google Cloud itself. Doing a gsutil command on the command line yields the same error. Going then to a gcloud auth login leads me to a page that 500s.

@paulshapiro
Copy link
Author

Similarly, cannot deploy. I get

ERROR: (gcloud.preview.app.deploy) internal_failure

@stephenplusplus
Copy link
Contributor

Same here, appears to be an issue with the oauth token server. @jgeewax have you heard of any downtime reports?

@stephenplusplus
Copy link
Contributor

Update coming soon: https://status.cloud.google.com/

@paulshapiro
Copy link
Author

@stephenplusplus working again, for me. Thanks!

@stephenplusplus
Copy link
Contributor

Awesome! Here is the official summary:

The issue with Authentication Services should have been resolved for all affected projects as of 07:24 US/Pacific. We will conduct an internal investigation of this issue and make appropriate improvements to our systems to prevent or minimize future recurrence. We will provide a more detailed analysis of this incident once we have completed our internal investigation.

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