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
Version/Platform/Processor information (from ipfs version --all):0.4.2
Type (bug, feature, meta, test failure, question): feature
Area (api, commands, daemon, fuse, etc): gx
Priority (from P0: functioning, to P4: operations on fire): P4
Description:
Attempting to install go-ipfs from source (running 'make install') I receive :
QmVvJ27GcLaLSXvcB4auk3Gn3xuWK5ti5ENkZ2pCoJEYW4 not found locally, fetching into /Users/user/go/src/gx/ipfs/QmVvJ27GcLaLSXvcB4auk3Gn3xuWK5ti5ENkZ2pCoJEYW4
QmUWER4r4qMvaCnX5zREcfyiWN7cXN9g3a7fkRqNz8qWPP not found locally, fetching into /Users/user/go/src/gx/ipfs/QmUWER4r4qMvaCnX5zREcfyiWN7cXN9g3a7fkRqNz8qWPP
fetching QmVvJ27GcLaLSXvcB4auk3Gn3xuWK5ti5ENkZ2pCoJEYW4 via ipfs api
fetching QmUWER4r4qMvaCnX5zREcfyiWN7cXN9g3a7fkRqNz8qWPP via ipfs api
This looks fine but I then receive multiple errors (just displaying one here) :
Version/Platform/Processor information (from
ipfs version --all
):0.4.2Type (bug, feature, meta, test failure, question): feature
Area (api, commands, daemon, fuse, etc): gx
Priority (from P0: functioning, to P4: operations on fire): P4
Description:
Attempting to install go-ipfs from source (running 'make install') I receive :
QmVvJ27GcLaLSXvcB4auk3Gn3xuWK5ti5ENkZ2pCoJEYW4 not found locally, fetching into /Users/user/go/src/gx/ipfs/QmVvJ27GcLaLSXvcB4auk3Gn3xuWK5ti5ENkZ2pCoJEYW4
This looks fine but I then receive multiple errors (just displaying one here) :
ERROR: from shell.Get(): &url.Error{Op:"Post", URL:"http://v04x.ipfs.io/api/v0/get?arg=QmYvsG72GsfLgUeSojXArjnU6L4Wmwk7wuAxtNLuyXcc1T&encoding=json&stream-channels=true", Err:(*net.OpError)(0xc8201b24b0)}
This appears to be a proxy issue. How to set a proxy within gx ? Can it be set from Makefile ?
The text was updated successfully, but these errors were encountered: