-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Connection aborted during compilation (compilation failed) #6387
Comments
I should probably be adding some exceptions for the tests, like yt-dlp has Haven't personally ran into this, but should probably not download stuff during building :P |
This is on me. I've accidentally added a network request during extractor initialization in d7e34e1. This will be removed and I'll also add another test to make sure this won't happen again. |
gallery-dl/test/test_extractor.py Line 169 in 7e43c92
|
So normally the tests are not supposed to connect to the internet, then? |
Generally no, at least not during There are 3 OAuth tests which try to connect to http://term.ie/oauth/example in test_oauth.py, but this server hasn't been available for several years and the tests just get skipped. |
Applying 3cbf15a as temporary patch should fix this. |
I've cherry picked the commit to the pkgbuild, hopefully this resolves the issue for anyone on a restricted network. I can't test this myself. |
I get the following error when trying to compile the latest version (1.27.7):
Using a VPN allowed me to compile. So I suspect some adult website it's trying to reach is blocked where I live. I can understand that during usage, but during compilation?
The text was updated successfully, but these errors were encountered: