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

AttributeError: 'Transaction' object has no attribute 'append' #67

Open
Th4nat0s opened this issue Dec 10, 2019 · 4 comments
Open

AttributeError: 'Transaction' object has no attribute 'append' #67

Th4nat0s opened this issue Dec 10, 2019 · 4 comments

Comments

@Th4nat0s
Copy link

Hello

I got the following issue when importing an evtx

Calculate PageRank. [*] Creating a graph data.
 Traceback (most recent call last): File "/opt/LogonTracer/logontracer.py", line 1096, in main() File "/opt/LogonTracer/logontracer.py", line 1084, in main parse_evtx(args.evtx) File "/opt/LogonTracer/logontracer.py", line 956, in parse_evtx tx.append(statement_ip, {"IP": ipaddress, "rank": ranks[ipaddress], "hostname": hostname}) AttributeError: 'Transaction' object has no attribute 'append'

I got this with the master and the tagged version 1.3.0, 1.3.1.

Is the issue on my side ? 

Have a nice day.

@shu-tom
Copy link
Member

shu-tom commented Dec 10, 2019

It looks like an error with py2neo v4.
The latest version supports py2neo v4 (not support 1.3.1), so please use the latest version.

@Th4nat0s
Copy link
Author

I run Neo4j 3.5.13.
A had just tried the docker... seems to have the same issue on my evtx

Do you confirm that I should test with the master checkout with neo 3.5.13 ?

@Th4nat0s
Copy link
Author

Running py2neo 4.3.0 on python3

@Th4nat0s
Copy link
Author

Seems related to "one" evtx file.... I will update on that..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants