_queue.Empty Error when testing Module 6 program #26
Replies: 1 comment 5 replies
-
Are you seeing the sensor data being passed in the HiveMQ broker? You can check using the interactive cloud console attached to your broker. It's one of the tabs along the top when you're logged in and click on the cluster. If you run orchestrator.py directly while microcontroller.py is running on the Pico W, does it complete successfully to the end, or do you get the same error? Are you able to run multiple iterations of the light mixing experiments? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @sgbaird , I am finishing up the Module 6 assignment but when I run the pytest command, I get an error stating that
"_queue.Empty: Did not receive any data on topic <course_id>/as7341 after publishing to <course_id>/neopixel"
I checked the queue and confirmed that the dictionary is being added to the queue and there is data being published from the topic <course_id>/as7341. What could the issue be? Thank you.
here is the link to my code:
https://github.com/ACC-HelloWorld/6-connecting-the-pieces-chasedamagician
Beta Was this translation helpful? Give feedback.
All reactions