Package Details: windscribegui-git r3.ec1bccb-2

Git Clone URL: https://aur.archlinux.org/windscribegui-git.git (read-only, click to copy)
Package Base: windscribegui-git
Description: Qt 5/6 based GUI for Windscribe VPN written in Python
Upstream URL: https://github.com/shaybox/windscribegui
Keywords: gui python qt windscribe
Licenses: MIT
Submitter: shaybox
Maintainer: shaybox
Last Packager: shaybox
Votes: 1
Popularity: 0.125316
First Submitted: 2022-03-08 12:52 (UTC)
Last Updated: 2022-03-20 23:18 (UTC)

Latest Comments

svcheats_1 commented on 2022-06-03 18:43 (UTC) (edited on 2022-06-03 18:43 (UTC) by svcheats_1)

Error on startup:

$ windscribegui

Traceback (most recent call last):
  File "/usr/bin/windscribegui", line 8, in <module>
    sys.exit(main())
  File "/home/sv-cheats-1/.local/lib/python3.10/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/home/sv-cheats-1/.local/lib/python3.10/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/home/sv-cheats-1/.local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/sv-cheats-1/.local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/windscribegui/main.py", line 35, in main
    Dialog()
  File "/usr/lib/python3.10/site-packages/windscribegui/dialog.py", line 27, in __init__
    self.populate_locations()
  File "/usr/lib/python3.10/site-packages/windscribegui/dialog.py", line 48, in populate_locations
    for location in windscribe.locations():
  File "/usr/lib/python3.10/site-packages/windscribe/main.py", line 136, in locations
    raise StdoutException
windscribe.main.StdoutException: Unexpected stdout line count from windscribe

brackenhill-mob commented on 2022-03-19 12:11 (UTC) (edited on 2022-03-19 12:12 (UTC) by brackenhill-mob)

Error on startup


Traceback (most recent call last):
  File "/usr/bin/windscribegui", line 5, in <module>
    from windscribegui.main import main
  File "/usr/lib/python3.10/site-packages/windscribegui/main.py", line 9, in <module>
    import click
ModuleNotFoundError: No module named 'click'