Closed bambier closed 1 year ago
All the direct downloads in Buildozer now use buildops.download()
, which is built on urllib.request
which respects the proxies set on the OS.
There may be indirect downloads caused by running installers, but I would expect them to respect proxies too.
So, I am expecting proxies to work now.
Please let us know if you are still having that part of the issue.
This is being closed, but not forgotten. It has been consolidated into issue #1727.
Versions
3.11.4
1.5.0
Description
I tried to create android app on my Ubuntu. For some unknown reason it cant download every thing correctly. When I use proxy (or changing my DNS) manually I can download things with no problem but in buildozer there is no option to set proxy/DNS to prevent these error. For example when it wants to download (
git clone
) fromhttps://skia.googlesource.com/skcms/
it gives meSSL connection timeout
which I don`t know why. Also after that it gives me error like this but none of suggestions there works. So maybe if add bility to change DNS on connections or IP address or even adding ability to download everything manually will fix these problem.buildozer.spec
Command:
Spec file:
Logs
Log 1
Log 2
https://github.com/kivy/buildozer/issues/1388#issue-1090178099