qomui icon indicating copy to clipboard operation
qomui copied to clipboard

Fails when trying to use protonvpn provider

Open trousev opened this issue 5 years ago • 0 comments

HTR:

  1. Download qomui from repository and install for debian 10.
  2. Run qomui
  3. Select "ProtonVPN" as provider, enter username and password
  4. Wait download to be complete.
  5. Press "Add button"
  6. Face following error:
Traceback (most recent call last):
  File "/usr/lib/python3.7/dist-packages/qomui/qomui_gui.py", line 2532, in save_scripts
    ret = self.save_options(temp_config)
  File "/usr/lib/python3.7/dist-packages/qomui/qomui_gui.py", line 1360, in save_options
    if temp_config["ping"] == 1:
KeyError: 'ping'

after it, application crashes.

trousev avatar Jan 19 '20 18:01 trousev