Skip to content

Windows Keyring is faulty likely due to go-keyring problem #644

@HenrysHouses

Description

@HenrysHouses

I've discovered that the repo used for handling keyrings have an issue for reading windows keyrings. currently this doesnt work correctly but you can work around it with feeding the token yourself or use something like a script to read the keyring and then run discordo. or even potentially this: https://github.com/Reddiepoint/discordo-launcher. i havent tried it yet but its fairly old so we will see if its functional.

As far as i know there isnt anything to be done in discordo, but posting this so its an known issue for later until its fixed.

batch example

@echo off
echo Logging into Discordo manually with token from credential manager
for /f "usebackq delims=" %%i in (`powershell -NoProfile -Command "Import-Module CredentialManager; $cred = Get-StoredCredential -Target 'service:discordo'; $cred.GetNetworkCredential().Password"`) do set password=%%i
powershell -Command discordo --token %password%

check: zalando/go-keyring#132

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions