-
Notifications
You must be signed in to change notification settings - Fork 90
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
Reading TDMs Files #283
Comments
Hello, could you provide an example file. Could you furthermore make a screenshot from the file opened with a simple text editor? To make sure the file on the disk is valid. And at last the first bytes, that appear, when reading with python with the following code snippet from the same location you tried to read with TdmsFile(filepath)?
|
I stumbled upon this issue. If anyone sees
specifically referencing
other issues might be similar. |
I'm not able to read a TDMs file.
ValueError: Segment does not start with b'TDSm', but with b'LDsf'
I've tried all the methods. The solution mention in #123 doesn't work in my case. Can someone please help me out?
https://user-images.githubusercontent.com/88016397/193087645-189d2318-2c60-4842-856c-d39dbd551712.jpg
The text was updated successfully, but these errors were encountered: