Common Problems

  • 1
    Solved

    Azure DevOps PR merge branch response

    Gerrit-Jan Lubbertsen · 4 · Last reply by catlight

    https://dev.azure.com/[]/...../_apis/build/builds/?api-version=2.

    The response from devops:

    Now all pull request have this refs/pull/31748/merge we'd like to filter on the source branch refs/heads/team/ for these pull requests.

    can you implement fallback for refs/pull/*/merge to parameter/system.pullRequest.sourceBranch

  • 1

    Renewal of annual subscription for 1 user

    [email protected] · 1 · Last reply by catlight

    Hello! I would like to extend my subscription, but I can't deposit my card anywhere. Do I have to buy a new one? Thank you and best regards Saliha

  • 1

    Buy Subscription failed

    [email protected] · 1 · Last reply by catlight

    I cannot buy the license for the user "[email protected]" for one user. I get the message that the user has a subscription. Please solve the problem. Thank you in advance.

    Best regards 

    UPPER Solutions GmbH

  • 1
    Solved

    Process LocalWeb is using more and more memory (memory leak?)

    Tibo Desodt · 4 · Last reply by catlight

    I'm running Catlight v3.4.2 on macos Sonoma 14.3.1 (MacBook Pro M3).

    I can see a process called `LocalWeb` consuming lots and lots of memory on my computer, and impacting other applications. It seems to belong to Catlight.

    I'm only connected to GitLab and looking at 1 repo.

  • 1

    No credentials are available in the security package (Azure DevOps)

    catlight · 0 · Posted

    If you try to connect to Azure DevOps (TFS) using integrated authentication, in some cases you can get an error in logs - "System.ComponentModel.Win32Exception (0x8009030E): No credentials are available in the security package"

    This can happen if a user is a "Protected Users" group member, and integrated Windows authentication is disabled for this user. See Microsoft's KB for more details.

    Workarounds (use one of them):

    • Add your credentials to the Windows credential manager. Open Windows Control Panel -> Credential Manager. Go to "Windows Credentials" tab, and add the credentials that you use to connect to Azure DevOps server. User Azure
  • 1

    No builds appearing when connected to DevOps using PAT

    Steven Ryssaert · 3 · Last reply by catlight

    Connected CatLight to DevOps using PAT. I can select the builds, so the connection is definitely there. But no builds of the ones I selected are appearing in the dashboard lists. Logging shows "Refreshing..." but nothing appears in the UI.

    2024-03-11 15:00:31.4535 | INFO | EventLogger | 18 | {"e":"UI.RefreshDashboard","p":null,"t":false} 2024-03-11 15:00:31.4535 | INFO | EventLogger | 27 | {"e":"Dashboard.Refresh","p":null,"t":false} 2024-03-11 15:00:31.4535 | DEBUG | ServerManager | 27 | 01aa | Refreshing...

  • 0
    Solved

    Have a problem? Please share it with us and we will do our best to solve it!

    catlight · 0 · Posted
    Looking for a solution to your problem? Start by writing it here. Chances are someone has experienced it in the past and will help you resolve it.
  • 0

    TFS Authentication failed. Error code: Unauthorized

    I am entering domain\user.name and pass

    This is the log

    2019-01-10 17:19:09.5036 | DEBUG | Web.Controllers.TfsController | 86 | Checking connection to 'https://dc-tfs-app.datys.cu:443/tfs/DatysHolguin' 2019-01-10 17:19:09.5904 | DEBUG | Web.Controllers.TfsController | 86 | Received Unauthorized status code 2019-01-10 17:19:09.5904 | INFO | Web.Utils.EventLogger | 86 | {"e":"Tfs.UpdatingSettings","p":{"CredentialsType":"Password","AutoDetectSettings":false}} 2019-01-10 17:19:09.7041 | WARN | Web.Controllers.TfsController | 86 | Cannot save settings Web.Common.AuthenticationException: Need credentials. ---> Web.Common.AuthenticationException: Authentication failed. Error code: Unauthorized at Web.Services.Tfs.TfsAdapterBase.EnsureSuccessfulResponse(HttpResponseMessage response) in /home/buildagent/build_agent/agent-1/_work/2/s/Desktop/LocalWeb/Services/Tfs/TfsAdapterBase.cs:line 466 at Web.Services.Tfs.TfsAdapterBase.<>c__DisplayClass36_0`1.<<TfsGetWithHeaders>b__0>d.MoveNext() in /home/buildagent/build_agent/agent-1/_work/2/s/Desktop/LocalWeb/Services/Tfs/TfsAdapterBase.cs:line 372 --- End of stack trace from previous location where exception was thrown --- at Web.Services.Tfs.TfsAdapterBase.<>c__DisplayClass38_0`1.<<InvokeWithAuthRetryAndLimiting>b__0>d.MoveNext() in /home/buildagent/build_agent/agent-1/_work/2/s/Desktop/LocalWeb/Services/Tfs/TfsAdapterBase.cs:line 404 --- End of