-
Notifications
You must be signed in to change notification settings - Fork 18
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
unable to ufs get
a 20k file
#12
Comments
I get this same error when I try to I also have another 4k file that works on both. |
@rhubarbdog @bobpappas would you be able to attach your files into this GitHub issue? I'd be interested to debug this. |
@rhubarbdog @bobpappas just a friendly ping in case you'd be able to provide the files that can easily replicate this issue. Thanks! |
I no longer have the laptop which had the microbit program which created the 20k file. I'll try a few things this week to see if I can replicate it |
i've done this to replicate the issue
|
Thanks a lot for the instructions @rhubarbdog! I'll away for a few days this week, but I'll try to find some time to do some debugging next week. 👍 |
Oldie, but I just had this problem. I changed 119 in return Serial(port, SERIAL_BAUD_RATE, timeout=60, parity="N") and it worked OK for my 10K file. |
I also have had this problem, and I have opened #41 to try and fix this. |
I've created what i believe to be a 20k file.
when i type
ufs get 20k.txt test.txt
it consistently says
not enough values to unpack (expected 2, got 1)
when i type
ufs ls
it lists the file20k.txt
The text was updated successfully, but these errors were encountered: