question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFE: Allow a proxy server to be used for downloading files

See original GitHub issue

Overview

When calling validate(), it should be possible to define a proxy server for downloading the file.


Please preserve this line to notify @roll (lead of this repository)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rollcommented, Feb 8, 2021

It’s possible to do the same with goodtables (goodtables supports Python 2 while frictionless is written for Python 3 only):

from goodtables import validate

http_session=<requests.Session>
report = validate(URL, http_session=http_session)
0reactions
rollcommented, Feb 9, 2021

Thanks, it would be great cc @amercader

Read more comments on GitHub >

github_iconTop Results From Across the Web

1319786 – [rfe] Proxy setting per repository
I experience the same issue with `dnf`. Using `yum-deprecated` works with the same repo configuration files: ``` yum-deprecated -d 10 update Yum command...
Read more >
Proxy Auto-Configuration (PAC) file - HTTP - MDN Web Docs
A Proxy Auto-Configuration (PAC) file is a JavaScript function that determines whether web browser requests (HTTP, HTTPS, ...
Read more >
Unable to download email attachments after setting up ...
I just setup a proxy server thru "internet options>connections>LAN settings>proxy server" so that I can restrict internet access at home. I ...
Read more >
How to Set Up and Use a Proxy Server
To use a proxy auto-configuration (PAC) file, select Automatic Proxy Configuration and enter the proxy address into the URL field.
Read more >
WebSocketProxy on a separate host
This proxy can run either on any node that has access to the host network but, currently, the engine-setup is only able to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found