Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

issue with Gitlab pages

  • #3148
    Avatar photo[anonymous]

    First of all , thankyou team for the awesome tool

    The issue am facing on v.0.36.1 (build 13320) beta is am unable to save settings for gitlab under configure server, after the required fields are given.

    I am able to test the connection and it gives me a sucess message , the domain link , repo , branch are all correct too

    Please provide support for the same , Thankyou

    #3149
    Avatar photo[anonymous]

    Attaching the pic

    #3151
    Avatar photoBob

    what OS do you use?

    #3152
    Avatar photo[anonymous]

    I use Debian 10 buster with kde under the kernel 4.19.0-9-amd64

    #3153
    Avatar photoBob
    #3154
    Avatar photo[anonymous]

    Thanks for the replies , i installed `sudo apt-get install libsecret-1-dev` and gave it a try but it doesnt seems to resolve the issue 🙁

    #3157
    Avatar photo[anonymous]

    Tried starting the app from terminal which helped me identify the issue, these were the errors

    Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
    (node:6205) UnhandledPromiseRejectionWarning: Error: The name org.freedesktop.secrets was not provided by any .service files
    (node:6205) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    

    I can confirm that `sudo apt install gnome-keyring` solves the problem on KDE. Looks like the problem is with `node-keytar`. Thanks for the support and pointers till now

    Note :- problem solved by installing `sudo apt install gnome-keyring` on debian 10 kde