-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error: Cannot read properties of undefined (reading 'getList') when trying to open a bitbucket repo #78
Comments
Thanks for raising this. Can you provide a little more context for us: Questions
Instructions: How to set up debug mode for the plugin:
How to set up the developer tools:
Then repeat the action you listed in the issue and take screenshot and post here. Feel free to "erase" any sensitive data in the screenshot. |
@bwieger-atlassian-com, thanks for looking into this. Please see my response below
And here is the output (or lack thereof) of the Atlassian extension Do let me know if you want me to run any other tests. |
While doing this a few more log messages were printed to the VSCode console. Saved them as a log file attached here |
Hello @bwieger-atlassian-com , do you have any update on this? |
I'm see the same error. I just installed the Atlassian extension for the first time. I've authenticated connections to Jira with an authentication token (this works) and to BitBucket with an authentication token. Anything to do with BitBucket fails. Cannot get a list of pull-requests and cannot create one. |
Same issue: jira is working fine with a token but bitbucket fails with errors Cannot read properties of undefined (reading 'getList') |
I am seeing the same issue, except for Data Center Atlassian Plugin Version: 3.4.0 It's been broken for a while now (possibly not the same symptoms). I've tried both PAT and Username/Password. |
Same here, using extension 3.4.0 , bitbucket datacenter and PAT authentication |
It appears a lot of people are facing the same issue. @bwieger-atlassian-com please let us know if there is any update on this? |
Hi Folks, Sorry for the miss on the notifications. We will take a look at this in the next couple of days. Jira: https://softwareteams.atlassian.net/browse/AXON-110 (Atlassian Private Link) |
Describe the bug
After adding the vscode atlassian extension and authenticating with our bitbucket instance, when trying to open the the pull requests I get an error popup saying Cannot read properties of undefined (reading 'getList'). I've tried all possible options including restarting VSCode but it doesn't help.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A list of open pull requests should show
Screenshots
![image](https://private-user-images.githubusercontent.com/2223000/403820678-d031a976-e0ec-4ba7-829c-0149e315b096.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzkwNDksIm5iZiI6MTczOTQ3ODc0OSwicGF0aCI6Ii8yMjIzMDAwLzQwMzgyMDY3OC1kMDMxYTk3Ni1lMGVjLTRiYTctODI5Yy0wMTQ5ZTMxNWIwOTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjAzMjI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGQzYzc1N2Q0MmRiZDc2ZWY2NTE0MDY3YmNhMTRmOTdiZmEzMzM0YjAzNjY2NGQ3OThjZmQ4OGEwODYwYTAzOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.lQFeygJ2WG6mBUyIKaG7bssjJaJZej-L76AnMU90Ytw)
Environment and Version (please complete the following information):
Additional context
I've also added a personal access token generated from Jira and that is able to fetch the Jira issues in the Atlassian plugin under the Jira issues section.
The text was updated successfully, but these errors were encountered: