MrYsLab / PyMata

A Python client class library for Interaction with Standard Firmata
GNU Affero General Public License v3.0
95 stars 40 forks source link

Exceptions when running PyMata on Pololu Leonardo Clone #7

Closed MrYsLab closed 9 years ago

MrYsLab commented 9 years ago

Running PyMata 2.02 on a A-Star 32U4 Mini SV results in the following exceptions: File "C:\Python27\Lib\threading.py", line 783, in bootstrap self.bootstrap_inner() File "C:\Python27\Lib\threading.py", line 810, in __bootstrap_inner self.run() File "C:\Python27\Lib\site-packages\PyMata\pymata_command_handler.py", line 825, in run method(command_data) File "C:\Python27\Lib\site-packages\PyMata\pymata_command_handler.py", line 385, in analog_message self.analog_response_table[data[self.RESPONSE_TABLE_MODE]][self.RESPONSE_TABLE_PIN_DATA_VALUE]

IndexError: list index out of range

A board has been ordered from Pololu and will be tested when it arrives

MrYsLab commented 9 years ago

This is known bug in Firmata 2.4 that the Firmata team will be addressing in an update. The issue can be tracked here