You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Calls to DHT functions e.g. findProvs() fail too quickly on encountering a type: 3 message from the ipfs node. This seems to be naive, as type 3 error messages are not fatal to the dht functions; very often a valid response is obtained after a type: 3 message. The example code below more often than not fails to discover any providers at all, with error messages such as Error: dial backoff or Error: failed to dial : all dials failed or Error: failed to dial : no good addresses. These are to be expected and should not abort the operation.
The effect is that the dht functions are rendered unusable because of the highly erratic nature of the errors and the unreliability of getting any results.