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

Conversation

kriation
Copy link
Contributor

This PR resolves #265

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
Copy link
Contributor Author

kriation commented Jul 14, 2022

@stevemac007, the tests are failing due to a missing GITHUB_TOKEN in the step config (https://github.com/cevoaustralia/aws-google-auth/runs/7348538918?check_suite_focus=true#step:6:243) which is fixed in a previous PR #262.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View captcha on Linux over SSH fails
1 participant