Skip to content

fingerprint is null when importing a key on non english GPG version #36

Open
@ValkA

Description

@ValkA

Can be temporarily fixed by adding environment variable LANG=en.

The fingerprint is null because of the following regex in gpg.js which assumes English output:
var keyRegex = /^gpg: key (.*?):/;

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