Modules cannot be used in API V2 protocols run on Jupyter #4811
Labels
bug
papi-v2
Python API V2
prioritized-suggestion-support
Support team suggests prioritizing this ticket and roadmapping it into the current workflow
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
overview
When you try to run an API V2 protocol that contains a module(in this case the mag deck) the below error is thrown:
RuntimeError: Could not find specified module: magdeck
steps to reproduce
Verify module is connected to the robot in the app
Open up your robot's jupyter notebook server
Open a new notebook
Try to run the following protocol
expected behavior
You should be able to run API V2 protocols that contain a module in your robot's Jupyter notebook.
The text was updated successfully, but these errors were encountered: