In the main installation i put Baikal and it cant find the
Checking URL:
│ https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip
│ - Command: curl -ILfvm 10
│ https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip
│ - Exit code: 28
│ - DietPi version: v8.6.1 (MichaIng/master) | HW_MODEL: 4 | HW_ARCH: 3 |
│ DISTRO: 6
│ - Image creator: DietPi Core Team
│ - Pre-image: from scratch
│ - Error log:
│ % Total % Received % Xferd Average Speed Time Time Time
│ Current
│ Dload Upload Total Spent Left
│ Speed
│ ^M 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:–
│
│ Retry : Re-run the last command that failed ↑
│ DietPi-Config : Edit network, APT/NTP mirror settings etc ▮
│
│
│
Can you try it manually
cd /tmp
curl -ILfvm 10 https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip
i sent you the last lines
> HEAD /github-production-release-asset-2e65be/3564353/9d5f48ba-615d-45f0-b56f-aa57ddc42d2c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220726%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220726T144852Z&X-Amz-Expires=300&X-Amz-Signature=e45ff6c2c0086c93e46cd92fc0aa13d9769a73686c1176d67430f82a2009d769&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=3564353&response-content-disposition=attachment%3B%20filename%3Dbaikal-0.9.2.zip&response-content-type=application%2Foctet-stream HTTP/2
> Host: objects.githubusercontent.com
> user-agent: curl/7.74.0
> accept: */*
>
* Operation timed out after 5187 milliseconds with 0 bytes received
* stopped the pause stream!
* Connection #1 to host objects.githubusercontent.com left intact
curl: (28) Operation timed out after 5187 milliseconds with 0 bytes received
I think that the current url doesn’t exist/
It does exist. I have no issues with this URL. But your connection times out. Means it’s taking way to long to get the file. What does following return?
cd /tmp
time curl https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip
1 Like