I experienced this already with the cbpi3 version when I connected the pi to ethernet and disabled the wlan connection.
Although the get_ip function has a try, the issue appears because there is no except.
By adding the except, the issue is solved. WLAN returns with 'Not connected' and the scrit moves on the eth0
I experienced this already with the cbpi3 version when I connected the pi to ethernet and disabled the wlan connection.
Although the get_ip function has a try, the issue appears because there is no except. By adding the except, the issue is solved. WLAN returns with 'Not connected' and the scrit moves on the eth0