-
Notifications
You must be signed in to change notification settings - Fork 17
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
urlopen error : proxy issue? #40
Comments
Hi,
I think someone also email-ed me about this issue. I am building QGIS 2.18
now and will try it soon.
Cheers
…On Wed, Mar 15, 2017 at 9:34 AM, Fabien98 ***@***.***> wrote:
Hello,
I'm wondering if anybody is experiencing connection issue with this plugin
when behind a proxy?
As for me, (I'm behind a proxy) , I can't download any collections and I
systematically encounter:
Error : <urlopen error [Errno 10060] ..Failed attempt.. etc..
I precise that I can normally browse to Github with a regular browser
through my proxy.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA8lB1Q24WcwO9xNgz4hiVIW4Rfb6WObks5rl6KvgaJpZM4Mdoac>
.
--
*-------------------*
*Akbar Gumbira *
*www.akbargumbira.com <http://www.akbargumbira.com>*
|
Hi, I can confirm this issue. Why? The plugin try to fetch resource directly without using proxy setting of QGis. Regards. |
Hi, |
@Fabien98, @lbartoletti, in PR #85 I have upgraded dulwich to 0.19.15 (my impression is that dulwich is supposed to respect client proxy settings - https://www.dulwich.io/docs/). The PR has has been merged into master, so to test the dulwich upgrade:
|
@Fabien98, @lbartoletti, version 0.12.0 of the Resource Sharing plugin is now on plugins.qgis.org, and can be installed from QGIS. It includes a number of fixes that can be relevant to this issue. Could you test with that version and report back? |
@borysiasty, you seem to have some experience with network access (the plugin manager) in QGIS. |
Hello, I've juste tested the last 0.14.1 version with QGIS 3.4.5. It's OK to see description of different collections in the QGIS Resource Sharing plugin window, but it's still not possible for me to install them Here's the last line debug log console information: |
Thanks a lot for testing, @Fabien98. jelmer/dulwich#545 indicates that it should be possible to get dulwich / porcelain to use proxy settings. @Fabien98, do you have these settings in place? From what I can see from the dulwich documentation and code, it seem to be assumed that you are in a setting where you can use git from the command line on your computer to clone and pull repositories. |
@havatv I'm afraid I don't have any direct experience with the proxy stuff :( |
Anyone else we/you could ask, @borysiasty? |
Three ideas:
|
Hello,
I'm wondering if anybody is experiencing connection issue with this plugin when behind a proxy?
As for me, (I'm behind a proxy) , I can't download any collections and I systematically encounter:
Error : <urlopen error [Errno 10060] ..Failed attempt.. etc..
I precise that I can normally browse to Github with a regular browser through my proxy.
The text was updated successfully, but these errors were encountered: