Have searched for my particular problem, but found nothing specific in the threads, so open my own. I am running OSMC on two identical RPIs, each in a separate location. The one runs the feb update OSMC, and wifi is not a problem in either of the two locations. The other was fresh installed with the april update, runs well wired, but when attempting to connect wifi, I get a quick message along the lines: “Unhandled Exception Caught - see log”. I have a minimum of peripherals, use FLIRC on both, sometimes a wireless keyboard. RPi #2 has fewer addons and only from Kodi repo, no VPN, which is not the case with RPi #1 which runs faultlessly. I have tried entering the password using English QWERTY as well as various Scandinavian ditto, the result and the message remain identical. I have uploaded the .kodi log, but how on earth you’ll be able to find that at your end is beyond me. Sorry. I realise I’m not actually supposed to clip and paste into the thread, but will give you a short clip from the log that was sent as a taster, and then await instructions on how to coordinate sending the entire log and bind it to this thread. How do you do that?
6:27:12.862 T:1717302256 DEBUG: Unhandled Exception thrown in Networking GUI Traceback (most recent call last): File "/usr/share/kodi/addons/script.module.osmcsetting.networking/resources/lib/networking_gui.py", line 390, in onClick self.handle_wireless_selection(controlID) File "/usr/share/kodi/addons/script.module.osmcsetting.networking/resources/lib/networking_gui.py", line 1188, in handle_wireless_selection self.handle_selected_wireless_network() File "/usr/share/kodi/addons/script.module.osmcsetting.networking/resources/lib/networking_gui.py", line 1267, in handle_selected_wireless_network self.connect_to_wifi(ssid, encrypted) File "/usr/share/kodi/addons/script.module.osmcsetting.networking/resources/lib/networking_gui.py", line 1355, in connect_to_wifi connection_status = osmc_network.wifi_connect(path, password, hiddenssid, script_base_path) File "/usr/share/kodi/addons/script.module.osmcsetting.networking/resources/lib/osmc_network.py", line 313, in wifi_connect keyfile = open('/tmp/preseed_data', 'w') IOError: [Errno 13] Permission denied: '/tmp/preseed_data'