Open Tyrannas opened 1 month ago
Used it like rmc e8376dec-0dcd-4065-bc72-28958ac3a976.rm -o output.pdf and got ValueError: Wrong header: b'reMarkable .lines file, version=5.
rmc e8376dec-0dcd-4065-bc72-28958ac3a976.rm -o output.pdf
ValueError: Wrong header: b'reMarkable .lines file, version=5
Did the last versions break ? I'm actually running on 3.14.1.9
The parser seems to only support version=6.
version=6
Correct. rmc only supports version 6. Older versions are not supported.
You can try remarks, although the output is not amazing.
Used it like
rmc e8376dec-0dcd-4065-bc72-28958ac3a976.rm -o output.pdf
and gotValueError: Wrong header: b'reMarkable .lines file, version=5
.Did the last versions break ? I'm actually running on 3.14.1.9