Error Fetching Users

Issue #423 resolved
Andrea Nasato created an issue

I get a “Error Fetching Users” message when opening an existing issue on bitbucket. I already tried to disconnect/reconnect my client to Bitbucket but still have the same error. Other stuff is working correctly: I can create new issues and start working on existing ones.

This is the log message:

[2020-05-20 07:58:16:767] Error: error fetching users: [object Object]

My vscode configuration is:

Version: 1.45.1
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a
Date: 2020-05-14T08:27:22.494Z
Electron: 7.2.4
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Linux x64 4.19.0-9-amd64

vsatlassian plugin version is: 2.6.1

Comments (3)

  1. Andrea Nasato reporter

    Yes Jonathan I think so. This is the debug log:

    [2020-05-22 08:46:52:558] curl -X GET -H "Content-Type:application/json" -H "Authorization:Bearer OMITTED" "https://api.bitbucket.org/2.0/teams/matteofilippetto/members?q=nickname="Unassigned"" 
    [2020-05-22 08:46:52:558] ---------------------------------------------------------------------- 
    [2020-05-22 08:46:53:075]  Error: error fetching users: [object Object]
    [2020-05-22 08:46:53:301] ---------------------------------------------------------------------- 
    

    If I try from command line I get:

    $ curl -X GET -H "Content-Type:application/json" -H "OMITTED" "https://api.bitbucket.org/2.0/teams/matteofilippetto/members?q=nickname="Unassigned""
    {"type": "error", "error": {"message": "Forbidden"}}

  2. Log in to comment