linuxmint / warpinator

Share files across the LAN
GNU General Public License v3.0
1.18k stars 80 forks source link

Preferences fail to open in 1.2.5 #112

Closed adigourdi closed 2 years ago

adigourdi commented 2 years ago

Just installed the latest 1.2.5 on Ubuntu 20.04.3 LTS, and preferences fail to open, showing nothing

Running with debug prints the error below

E1123 15:16:14.168896653  668241 fork_posix.cc:63]           Fork support is only compatible with the epoll1 and poll polling strategies
Traceback (most recent call last):
  File "/usr/libexec/warpinator/warpinator.py", line 715, in open_preferences
    prefs.Preferences(self.window)
  File "/usr/libexec/warpinator/prefs.py", line 239, in __init__
    desc = dev["product"]
KeyError: 'product'

All packages are up-to-date, and no errors occurred during build

I downgraded to 1.2.4 where they are working fine