bitbucket oauth broken
See original GitHub issueWith plugin 2.14.6.2, it seems bitbucket oauth is broken since today?
[2019-05-29 07:58:41,400] [HTTP-693] ERROR com.google.gerrit.pgm.http.jetty.HiddenErrorHandler : Error in GET /oauth?state=xxxxxxxxxxxxxxxxxxxxxxxxx&code=xxxxxxxxxxxxxxxx
java.lang.NullPointerException
at com.googlesource.gerrit.plugins.oauth.BitbucketOAuthService.getUserInfo(BitbucketOAuthService.java:95)
at com.google.gerrit.httpd.auth.oauth.OAuthSession.login(OAuthSession.java:105)
at com.google.gerrit.httpd.auth.oauth.OAuthWebFilter.doFilter(OAuthWebFilter.java:105)
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Troubleshoot OAuth requests | Bitbucket Cloud
OAuth requires you to write your own code and a third-party OAuth library. Get tips for troubleshooting problems with your OAuth requests.
Read more >atlassian sourcetree - Authentication failed to bitbucket
On bitbucket click on your avatar on top right then go to : personal settings -> app password and select 'create password'. Then...
Read more >Deprecating Atlassian account password for Bitbucket API and ...
Bitbucket previously shared that starting March 1, 2022, users will not be able to use their Atlassian account password to authenticate with the ......
Read more >Bitbucket OAuth - Jenkins Plugins
Bitbucket Security Realm (authentication): · Log into your Bitbucket account. · Click on your account avatar in the top right corner and select ......
Read more >Bitbucket Status (@BitbucketStatus) / Twitter
Monitoring: A fix has been implemented and we are monitoring the results. bitbucket.status.atlassian.com. Bitbucket website and API outage.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@azhou2019 Thanks so much, for letting us know.
I am working on a fix and will try to release it this weekend (I’m doing all this here in my spare free time).
Thanks, @mionch! I started to work on the issue already and uploaded this CL to canonical repository for this plugin: [1]. However, I am not able to test this change and thus I have not merged it yet.
Can you please upload your change to https://gerrit-review.googlesource.com, to stable-2.14 branch? I would merge that change then to this plugin as well.
[1] https://gerrit-review.googlesource.com/c/plugins/oauth/+/227253