Skip to content

eth.data.data.data has attribute data invalid #3

Description

@FreyzerFault

Hello thanx for the project.

I have an issue executing the script with same command in the readme:

python main.py -p ./in/084558_L.pcap -o ./out -c params.yaml

At 3% it ends with the error:

Traceback (most recent call last):
File "C:\Users\dalcanta\Proyectos\SILVO-PIRO\veloparser-master\main.py", line 41, in
main(args)
File "C:\Users\dalcanta\Proyectos\SILVO-PIRO\veloparser-master\main.py", line 30, in main
lidar_manager.run()
File "C:\Users\dalcanta\Proyectos\SILVO-PIRO\veloparser-master\lidar_manager.py", line 91, in run
data = eth.data.data.data
AttributeError: 'bytes' object has no attribute 'data'

eth.data.data.data seems to have one of the data attribute invalid.

Like eth.data or eth.data.data is type "bytes"
So it can't have data attribute.

I've added the condition if this error occurs, ignore with a "continue", so the loop keeps going if there's invalid data.
But when script ends, the output folders are empty, so I assume this error is globaly triggered, so no data can be generated.

I don't understand so much all of this, I only want pcap files that some partner gave to me to build into some valid file to use in LiDAR360.

Activity

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

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