Closed SSSTREDDD closed 4 years ago
pi@raspberrypi:~/GarageQTPi $ python main.py Welcome to GarageBerryPi! Traceback (most recent call last): File "main.py", line 48, in port = int(CONFIG['mqtt']['port']) TypeError: int() argument must be a string or a number, not 'NoneType'
dummy me. needed to set up the config yaml properly. All good now.
pi@raspberrypi:~/GarageQTPi $ python main.py Welcome to GarageBerryPi! Traceback (most recent call last): File "main.py", line 48, in
port = int(CONFIG['mqtt']['port'])
TypeError: int() argument must be a string or a number, not 'NoneType'