davesteele / comitup

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

Doesn't work when entering incorrect credentials to wifi #169

Closed revantjhalani closed 3 years ago

revantjhalani commented 3 years ago

The AP doesn't come back up after entering incorrect credentials This is the error that comes up when I enter incorrect wifi details:

"comitup[446]: ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/dbus/connection.py", line 232, i$Apr 23 22:00:33 Comitup-56 comitup[446]:     self._handler(*args, **kwargs)
File "/usr/share/comitup/comitup/nmmon.py", line 111, in any_changed_state
mdns.add_hosts(dns_names)
File "/usr/share/comitup/comitup/mdns.py", line 153, in add_hosts
group.Commit()
File "/usr/local/lib/python3.7/dist-packages/dbus/proxies.py", line 147, in _$Apr 23 22:00:33 Comitup-56 comitup[446]:     **keywords)
File "/usr/local/lib/python3.7/dist-packages/dbus/connection.py", line 653, i$Apr 23 22:00:33 Comitup-56 comitup[446]:     message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Avahi.IsEmptyError: Is empty"

I built this image using the pi-gen fork for comitup avahi-daemon is installed

davesteele commented 3 years ago

Dup of #106

revantjhalani commented 3 years ago

@davesteele How is that even remotely relevant to what my issue is, I don't understand. I've waited for quite a lot longer than 10 minutes and the AP never comes back up. And the issue is constant in all the logs. I've tried compiling the image on Ubuntu xenial (32 bits), Debian buster 32 bits and Ubuntu 64 bits, every single one of them has the same error. And the compilation is without any errors Could you please point me in a direction if you've faced the same issue or if you know what it might be Thanks