Skip to content

AttributeError: 'list' object has no attribute 'id' #39

@cyberchucktx

Description

@cyberchucktx

Is there an updated version of this module?

I'm on MacOSX, Python 3.7.7.

Received the AttributeError message using the simple Python example provided.

? What's going on here ?

Thanks,

coding: utf-8

import lastpass

vault = lastpass.Vault.open_remote(username, password)
entryNumber = 0
for anEntry in vault.accounts, entryNumber in range(20):
print("{} {} {} {} {} {} {} {} {}".format(entryNumber + 1, anEntry.id, anEntry.name, anEntry.username, anEntry.password, anEntry.url, anEntry.group, anE
ntry.notes))

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