sprites CLI installation failed

curl https://sprites.dev/install.sh | bash

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9874 100 9874 0 0 19095 0 --:–:-- --:–:-- --:–:-- 19061
✗ Fetching latest version
Error: Network error: could not connect to https://sprites-binaries.t3.storage.dev

It’s possible this is the cause: Sprite Installer URL blocked by Quad9 DNS

Do dig A storage.dev or dig A t3.storage.dev return anything for you? If no, does adding a different DNS server fix the issue? Apparently 8.8.8.8 and 1.1.1.1 are resolving correctly.

Yes, it was indeed a problem with my DNS on macOS.
This fixed it:
sudo sh -c ‘echo “130.61.151.221 ``sprites-binaries.t3.storage.dev``” >> /etc/hosts’

Thanks.

The Tigris folks have submitted requests to get the domain unflagged, so hopefully this’ll be resolved soon!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.