Closed
Bug 1589403
Opened 6 years ago
Closed 6 years ago
GitHub logins failing in community
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: hassan)
Details
There's an unhandled error when we get "Forbidden" in response to some HTTP request the backend is making. The stack trace is not useful :(
https://sentry.prod.mozaws.net/operations/taskcluster-community/issues/6486357/?query=is:unresolved
Error: Forbidden
File "/app/node_modules/superagent/lib/node/index.js", line 857, col 15, in Request.callback
err = new Error(msg);
File "/app/node_modules/superagent/lib/node/index.js", line 1100, col 20, in IncomingMessage.<anonymous>
_this4.callback(null, _this4._emitResponse(obj, files));
File "events.js", line 203, col 15, in IncomingMessage.emit
File "domain.js", line 448, col 20, in IncomingMessage.EventEmitter.emit
File "_stream_readable.js", line 1145, col 12, in endReadableNT
File "internal/process/next_tick.js", line 63, col 19, in process._tickCallback
Assignee | ||
Comment 1•6 years ago
|
||
I wonder if https://github.com/taskcluster/taskcluster/commit/fa7db53883e7ad211e939f5e7a90ad6805de460c fixed the issue. Do you know if the community deployment has that commit deployed?
Flags: needinfo?(dustin)
Reporter | ||
Comment 2•6 years ago
|
||
I think that fixes the unhandled bit, and it's not been released yet.
At a guess we're getting 'Forbidden' from GitHub, and I wonder why that is..
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(dustin)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → helfi92
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•