Eric ran into issues with his raspberry pi pico where sometimes it wouldn’t run the main dock pie script this turned out to be related to the I2C initialization a simple delay in the set up of the code seems to have solved it and micro python works normally. If your raspberry pi pico won’t run main.py then give this a try just add a delay a little sleep function in the beginning of your code and see if it helps check out the video for more information