Skip to content

Instantly share code, notes, and snippets.

@grahamd711
Created September 8, 2016 16:57
Show Gist options
  • Save grahamd711/62149ebd1313565ac8196270b5f41117 to your computer and use it in GitHub Desktop.
Save grahamd711/62149ebd1313565ac8196270b5f41117 to your computer and use it in GitHub Desktop.
[debug] ----------------------------------------------------------------------
[debug] Command: /usr/local/bin/node /usr/local/bin/firebase deploy
[debug] CLI Version: 3.0.7
[debug] Platform: darwin
[debug] Node Version: v4.2.1
[debug] Time: Thu Sep 08 2016 12:54:44 GMT-0400 (EDT)
[debug] ----------------------------------------------------------------------
[debug]
[debug] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase"]
[debug] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
[debug] <<< HTTP RESPONSE 200
[debug] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/project-1778698969241048726
[debug] <<< HTTP RESPONSE 200
[debug] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/project-1778698969241048726/tokens
[debug] <<< HTTP RESPONSE 500
[debug] <<< HTTP RESPONSE BODY
[error]
[error] Error: HTTP Error: 500, An unknown error occurred. Please contact support.
[debug] Error Context: {
"body": {
"error": {
"code": "UNKNOWN_ERROR",
"message": "An unknown error occurred. Please contact support."
}
},
"response": {
"statusCode": 500,
"body": {
"error": {
"code": "UNKNOWN_ERROR",
"message": "An unknown error occurred. Please contact support."
}
},
"headers": {
"server": "nginx",
"date": "Thu, 08 Sep 2016 16:54:51 GMT",
"content-type": "application/json; charset=utf-8",
"content-length": "97",
"connection": "close",
"x-content-type-options": "nosniff"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "admin.firebase.com",
"port": 443,
"hostname": "admin.firebase.com",
"hash": null,
"search": null,
"query": null,
"pathname": "/v1/database/project-1778698969241048726/tokens",
"path": "/v1/database/project-1778698969241048726/tokens",
"href": "https://admin.firebase.com/v1/database/project-1778698969241048726/tokens"
},
"method": "GET"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment