Skip to content

TypeError when getting passwords #311

Description

@pabloperezj

Hi,

A VT4Splunk user found an issue when trying to get passwords. The app version is 1.6.1 (1.6.0 is also affected) in Splunk Enterprise 9.0.4. When accessing to Configuration page an ERR0005 is received.

Following the trace error, we noticed the error is in here, where the password.clear_password previously stored is None.

The problem seems to be a known issue but has not been solved yet. Others examples where the issue appears are this one or this one.

Sincerely we could not reproduce the issue but it seems to be easily fixed by adding an if is not None or something similar.

We hope it could be fixed :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions