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

Does not work behind a socks proxy server #192

Closed
bellegarde-c opened this issue Sep 1, 2021 · 5 comments
Closed

Does not work behind a socks proxy server #192

bellegarde-c opened this issue Sep 1, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@bellegarde-c
Copy link

130969299-c44cefc7-dfb5-426a-93db-5d15de372e8e

@mufeedali
Copy link
Member

Hi,

This definitely seems like something we would want to fix, do you have any easy way I could test and reproduce this?

Btw, thank you for all your work on Lollypop, love it. Looking forward to Lollypop2 :)

@bellegarde-c
Copy link
Author

bellegarde-c commented Sep 1, 2021

GNOME use an unversionned proxy scheme for socks. (all_proxy variable is set by user session based on gsettings)

Is handled like this in Lollypop as Python wants a versionned URI: socks4:// or socks5://

https://gitlab.gnome.org/World/lollypop/-/blob/master/lollypop/utils.py#L176

@bellegarde-c
Copy link
Author

And to reproduce:

ssh -D 8080 a_ssh_host

And this in GNOME settings:
Capture d’écran du 2021-09-01 13-20-55

@mufeedali
Copy link
Member

Only partially fixed.

@mufeedali mufeedali reopened this Feb 3, 2022
@mufeedali
Copy link
Member

#235 , #236 and #243 should have fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants