brewpi-remix / brewpi-tools-rmx

START HERE: BrewPi Remix Tools
https://www.brewpiremix.com
GNU General Public License v3.0
17 stars 6 forks source link

Error Flash Firmware in Arduino #29

Closed matko93 closed 4 years ago

matko93 commented 4 years ago

I installed a clean version of Brewpi and when I try to flash the firmware on the Arduino I get this error: sudo /home/brewpi/utils/updateFirmware.py

Stopping this chamber's instance(s) of BrewPi to check/update controller.

Stopping BrewPi with PID 848.

Checking current firmware version. Opening serial port. Traceback (most recent call last): File "/home/brewpi/utils/updateFirmware.py", line 126, in updateFromGitHub family = hwVersion.family AttributeError: 'NoneType' object has no attribute 'family'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/brewpi/utils/updateFirmware.py", line 420, in result = main() File "/home/brewpi/utils/updateFirmware.py", line 415, in main result = updateFromGitHub(beta, doShield, userInput) File "/home/brewpi/utils/updateFirmware.py", line 135, in updateFromGitHub "\nunresponsive, or if this is a new controller you can choose to proceed" + File "/home/brewpi/utils/updateFirmware.py", line 56, in pipeInput result = raw_input(prompt) NameError: name 'raw_input' is not defined