ipfs-shipyard / ipfs-geoip

geoip lookup over DAG-CBOR dataset loaded from IPFS
MIT License
70 stars 21 forks source link

Lookup fails when provided ipfs-http-client instance >= v27.0.0 #65

Closed olizilla closed 5 years ago

olizilla commented 5 years ago

All geoip lookups in web ui are failing, as we've updated to the latest js-ipfs-http-client@28.0.0 but it fails when passed to ipfs-geoip as it needs to be updated to handle the new object api changes in https://github.com/ipfs/js-ipfs-http-client/pull/896