-
Notifications
You must be signed in to change notification settings - Fork 608
GitHub Enterprise: TypeError: Cannot read property 'map' of undefined #574
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
Comments
@queerviolet FYI the |
I also have this issue. |
+1 |
I also have this issue |
Glad I'm not the only one. GitHub Enterprise with VSCode seems to be a general pain. :-/ |
Any update or progress on this issue? |
This is still an issue, any update or workaround? |
So I'm catching up with old issues and inspecting this one. I wanted to call out something in the original issue report that threw me for a bit. The configuration style that was present in We are not yet sure why, but we are working on it. #1127 is going to add some logging to identify the scenario with a warning and stub data to prevent a full crash. |
I've looked into mine and figured out that the authentication is no longer an issue as I'm running
The Github Enterprise version I'm testing against is v2.11 |
The GHE version we are using was updated to 2.14 and this resolved the issues I was experiencing. |
After #1127 is merged in, the actual exception seen in this bug report will no longer appear. We will be logging that the scenario occurred, but we will need to work a bit harder to figure out why people aren't getting data. @abathingchris I'm happy to hear upgrading GitHub Enterprise fixes the issue. At the moment that is the minimum version of GitHub Enterprise we are trying to get working. Do you know what version you were on before? @EslamElHusseiny I'm glad you were able to get past the authentication issues. But now the major issue is the version of GitHub Enterprise you are using is outside of the support window. We are trying to make the GitHub Enterprise support better, but I'm not sure if we are going to be able to make things work that far back. |
@StanleyGoldman Still seeing this exception.
Environment:
Happening on enterprise Github |
We have discontinued support for GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/wiki#2-is-github-enterprise-supported |
Steps to Reproduce:
github.hosts
entry to workspace configResult:
Fetching all pull requests failed: TypeError: Cannot read property 'map' of undefined
Output from extension shows:
Workspace settings:
Additional information:
gitlens.remotes
in the workspace settingsThe text was updated successfully, but these errors were encountered: