Problem downloading packages with GitHub Actions running into a timeout #1233
Replies: 3 comments 3 replies
-
I think it is good that I mention here the complete message I get:
according to #1228 the problem with "https://api2.miktex.org/hello" should be solved (unfortunately a number of relevant comments were removed). |
Beta Was this translation helpful? Give feedback.
-
Relevant to this discussion is also #1237 though this has been close with:
So it is not only happening on GitHub Actions but also on Azure VM's in GWC and on these platforms MiKTeX cannot be used anymore ... In the cited comment there was some reference to possible extra debug facilities in the future so:
|
Beta Was this translation helpful? Give feedback.
-
As of now, I believe miktex.org is simply not reachable from the Azure Pipelines agents. Downloading the command line setup from https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/miktexsetup-5.2.0+b8f430f-x64.zip simply fails with a timeout. I tried running Test-NetConnection from the agent, here is the output:
|
Beta Was this translation helpful? Give feedback.
-
In the issue: #1228 I mentioned that on GitHub Actions I got a timeout when executing:
See https://github.com/doxygen/doxygen/actions/runs/3534887466/jobs/5932282689#step:10:13).
Based on the comment in the mentioned issue:
I also tried this locally and it did work. The package biber-darwin-x86_64.tar.lzma takes a bit longer as it is the largest package:
Based on this I looked into the last good run on GitHub Actions (https://github.com/doxygen/doxygen/actions/runs/3506865429/jobs/5874999704) and I see here that there is no
biber-darwin-x86_64.tar.lzma
(or otherbiber...
package here).So my guess is that one or more large packages have entered the set of essential packages and that either the site now rejects to download these packages as it takes a bit longer or that in the
miktexsetup_standalone.exe
there is some timeout / size limitation on the files.Question also is: is the
biber
package an essential package? and when downloading to Windows why also download thebiber
versions fordarwin
andLinux
(packages are probably large due to the executables that are contained in the packages).I also looked in the documentation of miktex_standalone (https://docs.miktex.org/manual/miktexsetup.html) but I didn't see a possibility to increase the timeout.
Does anybody have an idea?
Beta Was this translation helpful? Give feedback.
All reactions