Piecestore: stream must be a drpc stream

Hello communities,

I have setup all local test storj

But when I tried to upload file in buckets I got this error message.

We encountered an internal error, please try again.: cause(uplink: stream: ecclient: successful puts (0) less than or equal to repair threshold (6), ecclient: upload failed (node:12uaJ5uSpqv6rRr8PCXXntgKj2PZ1BdsCp6ez61VMuh6zzTyMnm, address:127.0.0.1:13000): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc00107e000)}; ecclient: upload failed (node:1YaE8rDZEntp3NypoM4eNUKWxESAmk3pynMdSni5D1dphkueAp, address:127.0.0.1:13010): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc00013f440)}; ecclient: upload failed (node:12eV4ahxioRGcis6VLfR4vAHAcSLFYGsngUh87mcC1pjM1QcEHz, address:127.0.0.1:13060): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc00013f680)}; ecclient: upload failed (node:12Tp6tNiXDQH9wYrWy9haGBsa9214xeMMPq1XUEp1p7ejU2KY2V, address:127.0.0.1:13050): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc000a75d40)}; ecclient: upload failed (node:12eKaK1pCRTwcoiTCkjoHsRu3C8D8o3uryEEFXVAiuroACfzzN1, address:127.0.0.1:13080): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc000acc000)}; ecclient: upload failed (node:1L1ZqsuBS4NEDd5x1KEcjgfaRi8gpTF9PNjYZizyk6Wks2kxWE, address:127.0.0.1:13030): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc001617d40)}; ecclient: upload failed (node:1ZNBZgLZCM6zECFmSAqx1nVF98ieG7JbvNYy5PZowd688RWKPT, address:127.0.0.1:13090): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc000acc240)}; ecclient: upload failed (node:1eFGDbpX2XLegh5eCxzkKQS8TJaXdW1ABKdvNF2dHKsAy5nztB, address:127.0.0.1:13070): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc000f66000)}; ecclient: upload failed (node:1NCMtBzWRiABmPiVQhiG8NMYMxxKWLtsMh69MRpi4fKfVrrJnp, address:127.0.0.1:13040): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc00013f8c0)}; ecclient: upload failed (node:1iEhj3L43CWnCA5qS418558Ctgo9pspXVkFmW92ppmnAgK7f74, address:127.0.0.1:13020): piecestore: stream must be a drpc stream: &pb.drpcPiecestore_UploadClient{Stream:(*drpcstream.Stream)(0xc000f66240)})

What is that ?

And I can I get rid of this?

In DevTools I got this …

@Alexey
@jeremy

It seems like you have a dependency that is not up to date (either storj.io/common, storj.io/uplink, or storj.io/drpc). You have a local checkout? Can you talk more about that?

2 Likes

Hello @jtolio

Yes I have created wokspace and make all dependency locally.

Yes it may possible that either of them not up to date let me update all to latest version and then try again…

1 Like