This repository was archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: