davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

Bug in "config.py" prevents software to start #166

Closed DarkCompiled closed 3 years ago

DarkCompiled commented 3 years ago

The file "config.py", line 129, has the following content:

data['sn']: _getserial()

Unfortunately, that is invalid. After upgrading the package and during the byte-code compilation, the package start fails. It does not start, and it immediately disconnects from WiFi.

This was terrible because I'm using it in a Raspberry Pi Zero W, which does not have an Ethernet port, therefore, I completely lost access to the device.

Please fix this. Thank you.

davesteele commented 3 years ago

You are running Jessie or Stretch. See #160.

davesteele commented 3 years ago

see #167