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
This is expected when latest neofs-cli v0.22.0 (with API v2.8) connects to neofs-node v0.21.1 (with API v2.7). Client does not support auto negotiation yet, but it definitely will.
However it is not expected for neofs-cli v0.21.1 to throw such error when connecting to neofs-node v0.21.1 or later.
The problem is caused by the fact that API client returns an error if container version is newer than corresponding API Go library version. It is checked here.
Setup
dev-env 74717177c088b0833161a4a0bb2067412a69a18c, neofs-cli v0.21.1:
Expected Behavior
Container data returned successfully.
The text was updated successfully, but these errors were encountered: