JSONDecodeError: Extra data when trying to read a directory for SPOOL #507
Replies: 1 comment
|
Hey @pongchayut, Yes, this looks like a bug. I opened #508. I will post details and a workaround over there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I’m running into a weird issue with dascore. I tried this simple code:
But it throws this error:
And this also happened with real data. It used to work just fine before, and I didn’t change anything in the code or the data. I'm working with .tdms files from a Silixa system. What’s strange is that if I pass a single .tdms file directly to dc.spool(), it works perfectly. The error only appears when I attempt to load the entire directory.
I'm not sure what went wrong or what caused this. Has anyone seen this before or know how to fix it?
Thanks in advance!
Python Version: 3.11.13
DASCore Version: 0.1.7
Full Traceback:
All reactions