I followed all the prompts until this popped up -
File flashed successfully
May 08 2018 22:25:16 Opening serial port
May 08 2018 22:25:41 Errors while opening serial port:
Could not open port socket://192.168.0.150:6666: [Errno 111] Connection refused
May 08 2018 22:25:42 Opening serial port
May 08 2018 22:25:52 Errors while opening serial port:
Could not open port socket://192.168.0.150:6666: [Errno 111] Connection refused
May 08 2018 22:25:53 Opening serial port
May 08 2018 22:26:15 Errors while opening serial port:
Could not open port socket://192.168.0.150:6666: [Errno 111] Connection refused
May 08 2018 22:26:16 Opening serial port
May 08 2018 22:26:26 Errors while opening serial port:
Could not open port socket://192.168.0.150:6666: [Errno 111] Connection refused
May 08 2018 22:26:27 Opening serial port
^CTraceback (most recent call last):
File “updater.py”, line 433, in
Traceback (most recent call last):
File “/home/brewpi/utils/updateFirmware.py”, line 268, in
p.wait()
File “/usr/lib/python2.7/subprocess.py”, line 1384, in wait
result = updateFromGitHub(userInput=userInput, beta=beta, useDfu=useDfu)
File “/home/brewpi/utils/updateFirmware.py”, line 239, in updateFromGitHub
{‘settings’: restoreSettings, ‘devices’: restoreDevices})
File “/home/brewpi/utils/…/programController.py”, line 157, in programController
return programmer.program(hexFile, system1File, system2File, useDfu, restoreWhat)
File “/home/brewpi/utils/…/programController.py”, line 260, in program
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File “/usr/lib/python2.7/subprocess.py”, line 476, in _eintr_retry_call
if not self.open_serial_with_retry(self.config, 57600, 0.2):
File “/home/brewpi/utils/…/programController.py”, line 343, in open_serial_with_retry
return func(*args)
KeyboardInterrupt
if self.open_serial(config, baud, timeout):
File “/home/brewpi/utils/…/programController.py”, line 332, in open_serial
self.ser = util.setupSerial(config, baud, timeout)
File “/home/brewpi/utils/…/BrewPiUtil.py”, line 144, in setupSerial
time.sleep(1)
KeyboardInterrupt
root@af3ef7d869df:~/brewpi-tools#
the brewpi has a pulsing turquoise light. That’s where I am…not sure what I’m at to be honest.