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

FromCanUtilsLog.py doesnt handle lines with no data after the arb id #14

Open
350SBC opened this issue Jan 13, 2023 · 1 comment
Open

Comments

@350SBC
Copy link

350SBC commented Jan 13, 2023

FromCanUtilsLog.py fails to reformat lines without data after the arbid
Example
(1672682646.133427) can0 0E0014F2#

The Holley terminator x for some reason will create messages with no data like this .

Not to be confused with a line with 0's
example
(1672682697.717538) can0 1E3754F2#0000000000000000

I am just going to clean my log file before processing with the this awesome piece of software.
here is the cli example of how i will do it
cat candump-2023-01-02_110400.log | sed '/#$/d' > candump-2023-01-02_110400_noBlanks.log

@350SBC 350SBC changed the title extended Arbitration Ids( 29 bit or 8Char) FromCanUtilsLog.py doesnt handle lines with no data after the arb id Jan 13, 2023
@mitchdetailed
Copy link
Contributor

created a pull request putting try / except handling for conversion canutils logs.

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