sometimes (depending on your internet connection, or DOS detection) the process fails with Timeout 500 Errors.
Reason: The Script starts every download at the same time (> 220 of them). So if your internetconnection is not fast enough (or github cools you down because of DOS Attack). Some of them fail
Workaround:
Run the command until there is no error left
Note:
This does not work very well, if you install spark-protocol as a dependency of spark-server
Solution
i've created a patch to download the file step by step (with a max. amount of parallel downloads)
If you first build a SparkProtocol
sometimes (depending on your internet connection, or DOS detection) the process fails with Timeout 500 Errors.
Reason: The Script starts every download at the same time (> 220 of them). So if your internetconnection is not fast enough (or github cools you down because of DOS Attack). Some of them fail
Workaround: Run the command until there is no error left
Note: This does not work very well, if you install spark-protocol as a dependency of spark-server
Solution
i've created a patch to download the file step by step (with a max. amount of parallel downloads)
I will make a PR from https://github.com/keatec/spark-protocol