-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] After update with CI firmware build 2071 hubs fail to run programs with "timeout waiting for checksum" #735
Comments
Thanks for reporting! We recently changed the download-and-run protocol to: Pybricks Code hasn't been updated yet, so you may wish to stick to an older firmware for the moment. |
Right. Looks like it the same goes for pybricksdev ? |
If you don't mind using the latest cutting edge (master branch, not released), then yes, you can use Pybricksdev 😄 Is there any particular feature you want to try? |
Not really, Laurens. But I have a program using a technic hub and the remote to drive a model. just trying to get a finger behind it. So strange. |
Like #716, or different behavior (later on in a program, not just at the start?) Is it the same behavior/error that occurs when you unplug a motor while it is running? To make things easier, you can try this version. It has everything except the download-and-run changes. This means you can still use it with the current version of Pybricks Beta: |
After the program starts and remote made connection there are a number of run_until_stalled and setting motor angles to calibrate the things. No settings for buttons, nor any button press is done. Will try the firmware you point to. Thank you. |
This firmware works OK for me, no more strange things seen (yet 😉 ) |
Describe the bug
"Run program" fails with "timeout waiting for checksum" with CI-firmware in build 2071
Tested MoveHub, CityHub and RobotInventorHub.
To reproduce
Steps to reproduce the behavior (Win11 at 22H2; Google Chrome Version 106.0.5249.103 (Official Build) (64-bit)):
Expected behavior
The python program to run
The simplest program:
Same result on Linux Mint Vanessa (22.04) with Google Chrome 106.
Extra info
Firmware at
('primehub', '3.2.0b3', 'v3.2.0b3-55-gc126dd6b on 2022-08-26')
works OK.Both on windows and linux mint.
Screenshots

EDIT: typo
The text was updated successfully, but these errors were encountered: