Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve issue with viewing captcha over SSH on Linux #266

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2022

  1. Fix captcha display when on linux

    This fix was made due to an issue caused by Image.open(f).show() finding
    xdg-open on Linux (one of the supported viewers per the source
    https://pillow.readthedocs.io/en/stable/reference/ImageShow.html#PIL.ImageShow.UnixViewer)
    but xdg-open not having a viewer configured. This resulted in a forever loop as
    xdg-open never 'fails' thus an exception is never raised.
    kriation committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7e69cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb352d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0ea1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5141054 View commit details
    Browse the repository at this point in the history