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
While trying to upgrade to that version of holochain, @holochain/client stops working altogether. Any call that it tries to make, results in this kind of error being returned:
This happens with the AdminInterface as well as with the AppInterface.
Maybe this is not an issue with the client... I've spent a lot of time exploring its causes with no result. I did find this issue, and also noticed that now the holochain git repository depends on two versions of rmp-serde, 0.15 and 1.1 - maybe that's the cause? But I don't think so because I was able to run sweettests without problems.
Yes, the ser/de changed somehow. I'll release a matching client for the time being and look into reverting this change on the Holochain side. It's not for the better IMO, from
While trying to upgrade to that version of holochain, @holochain/client stops working altogether. Any call that it tries to make, results in this kind of error being returned:
This happens with the
AdminInterface
as well as with theAppInterface
.Maybe this is not an issue with the client... I've spent a lot of time exploring its causes with no result. I did find this issue, and also noticed that now the holochain git repository depends on two versions of rmp-serde, 0.15 and 1.1 - maybe that's the cause? But I don't think so because I was able to run sweettests without problems.
Maybe this PR was the one that introduced the problem? holochain/holochain#2844
The text was updated successfully, but these errors were encountered: