Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Null reference exception after opening any pull request #2117
Comments
|
Hi @MilosAuder, thanks for getting in touch. Is this happening on GitHub.com or an enterprise instance? |
|
Hello, this is our company's repository, so it's enterprise instance. |
|
Thanks for the info. I've been able to reproduce this here. Looks like the following GraphQL query:
When run on enterprise returns: {
"data": {
"repository": {
"pullRequest": {
"commits": {
"nodes": [
{
"statuses": {
"status": null
}
}
]
}
}
}
}
}i.e. the |
|
Hi @MilosAuder - we've just pushed a new release that should fix this! |
It works! Thanks again for quick fix. |
Versions
What happened
When I try to open any PR I get null reference exception. This started happening only after update to new GitHub extension version. This happens also to my colleagues that updated to new version, we all work on the same repository. After reverting to older version 2.5.2.2500 it works again.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Pull request is open.
Screenshots
Logs
GIST
Stack trace leading to exception is clearly visible in attached extension.log
The text was updated successfully, but these errors were encountered: