Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version of libesedb doesn't have attribute is_long_value #222

Closed
berggren opened this issue Jun 3, 2015 · 1 comment
Closed

Latest version of libesedb doesn't have attribute is_long_value #222

berggren opened this issue Jun 3, 2015 · 1 comment
Assignees
Labels
bug wontfix Will not or cannot fix the issue

Comments

@berggren
Copy link
Contributor

berggren commented Jun 3, 2015

libesedb (pyesedb) version: 20150409
Running bleeding edge Plaso tests with bleeding edge version of libesedb gives me error:

Traceback (most recent call last):
  File "./plaso/parsers/esedb_plugins/msie_webcache_test.py", line 25, in testProcess
    [test_file_name], self._plugin)
  File "./plaso/parsers/esedb_plugins/test_lib.py", line 55, in _ParseEseDbFileWithPlugin
    plugin_object.Process(parser_mediator, database=esedb_file, cache=cache)
  File "./plaso/parsers/esedb_plugins/interface.py", line 288, in Process
    parser_mediator, database=database, cache=cache, **kwargs)
  File "./plaso/parsers/esedb_plugins/interface.py", line 259, in GetEntries
    **kwargs)
  File "./plaso/parsers/esedb_plugins/msie_webcache.py", line 229, in ParseContainersTable
    record_values = self._GetRecordValues(table.name, esedb_record)
  File "./plaso/parsers/esedb_plugins/interface.py", line 193, in _GetRecordValues
    value = self._GetRecordValue(record, value_entry)
  File "./plaso/parsers/esedb_plugins/interface.py", line 122, in _GetRecordValue
    if record.is_long_value(value_entry):
AttributeError: 'pyesedb.record' object has no attribute 'is_long_value'

Looking at the pyesedb code shows that this attribute is no longer present. We should update plaso/parsers/esedb_plugins/interface.py to fix this, or is this a bug in libesedb?

ping @joachimmetz

@berggren berggren added the bug label Jun 3, 2015
@joachimmetz joachimmetz added the wontfix Will not or cannot fix the issue label Jun 3, 2015
@joachimmetz joachimmetz self-assigned this Jun 3, 2015
@joachimmetz
Copy link
Member

Issue in your system environment. Will not fix.

Root cause is something that will be addressed: log2timeline/l2tdevtools#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug wontfix Will not or cannot fix the issue
Projects
None yet
Development

No branches or pull requests

2 participants