icann / icann-rdap

ICANN implementation of the Registry Data Access Protocol (RDAP)
Apache License 2.0
15 stars 4 forks source link

Missing bootstrap files #71

Open MonkeyIsNull opened 4 months ago

MonkeyIsNull commented 4 months ago

From time to time, MacOS seems to have problems fetching the Bootstrap URLs:

$: rdap -O gtld-whois -T  lemonde.fr   
2024-06-20T18:13:31.732921Z  INFO rdap: ICANN RDAP 0.0.16_DEV_BUILD Command Line Interface
2024-06-20T18:13:31.733002Z  WARN rdap: This is a development build of this software.
2024-06-20T18:13:31.733018Z  INFO rdap: query type is Domain Lookup for value 'lemonde.fr'
2024-06-20T18:13:31.734047Z ERROR rdap: No Bootstrap URLs Found
Error: No Bootstrap URLs Found

I have not been able to track down why or how it is doing this, but it happens multiple times a day. Running rdap --reset correctly fixes it and then it will run for some unspecified and seemingly random amount of time before doing it again.