chia-plotter icon indicating copy to clipboard operation
chia-plotter copied to clipboard

wget: missing URL

Open Unnameless opened this issue 4 years ago • 2 comments
trafficstars

It appears WGET doesn't solve this URL and it says it's missing!

https://raw.githubusercontent.com/facebookincubator/fizz/master/build/fbcode_builder/CMake/FindSodium.cmake

The complete syntax is:

wget                                              
https://raw.githubusercontent.com/facebookincubator/fizz/master/build/fbcode_builder/CMake/FindSodium.cmake -O /opt/homebrew/Cellar/cmake/3.21.1/share/cmake/Modules/FindSodium.cmake

Unnameless avatar Aug 11 '21 12:08 Unnameless

Works just fine for me. Are you sure it's not just an issue on your end? What does nslookup raw.githubusercontent.com return?

llamasoft avatar Aug 13 '21 17:08 llamasoft

Hi!

It returns:

12:50:16 ❯ nslookup raw.githubusercontent.com Server: 10.0.1.1 Address: 10.0.1.1#53

Non-authoritative answer: Name: raw.githubusercontent.com Address: 185.199.110.133 Name: raw.githubusercontent.com Address: 185.199.111.133 Name: raw.githubusercontent.com Address: 185.199.109.133 Name: raw.githubusercontent.com Address: 185.199.108.133

I just checked again and still weget returns missing URL. What is interesting is that even with this fail the plotter compiles just fine.

Unnameless avatar Aug 18 '21 09:08 Unnameless