itdaniher / mana

scrape infohashes and names passively from the global distributed hash table
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

after run 7 hours, socket error shows #2

Open kingctan opened 6 years ago

kingctan commented 6 years ago

the error is:

socket.gaierror: [Errno -3] Temporary failure in name resolution

when socket.gethostbyname in

BOOTSTRAP_NODES = [(gethostbyname(x), y) for (x,y) in BOOTSTRAP_NODES]
itdaniher commented 6 years ago

Looks like one of the bootstrap nodes just stopped resolving. I'll take a gander, but I doubt the issue is serious.

Did mana produce a bunch of info hashes and torrent fossils display names?