Skip to content

notifications.wpndatabase plugin expecting 'rows' attribute on NoneType #1705

@DissectBot

Description

@DissectBot
Traceback (most recent call last):
  File "/opt/dissect/venvs/v3.15/bin/target-query", line 8, in <module>
    sys.exit(main())
  File "/opt/dissect/venvs/v3.15/lib64/pypy3.9/site-packages/dissect/target/tools/utils.py", line 255, in wrapper
    return func(*args, **kwargs)
  File "/opt/dissect/venvs/v3.15/lib64/pypy3.9/site-packages/dissect/target/tools/query.py", line 384, in main
    raise e
  File "/opt/dissect/venvs/v3.15/lib64/pypy3.9/site-packages/dissect/target/tools/query.py", line 373, in main
    for record_entries in entry:
  File "/opt/dissect/venvs/v3.15/lib64/pypy3.9/site-packages/dissect/target/helpers/cache.py", line 47, in __iter__
    for obj in self.reader:
  File "/opt/dissect/venvs/v3.15/lib64/pypy3.9/site-packages/dissect/target/plugins/os/windows/notifications.py", line 445, in wpndatabase
    for row in db.table("NotificationHandler").rows():
AttributeError: 'NoneType' object has no attribute 'rows'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpluginRelated to a plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions