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
So the problem lies in a fact that deserializer is expecting a different type than it is receiving: (\"invalid type: map, expected variant identifier\").
It seems that app_info request made here is processed by holochain's holochain_websocket crate v0.2.1.
Trace shows that the request is made ( see sending_msg=Request) and then while processing the response inside of the holochain_websocket an error is generated (see sending_resp=Some).
So for me the explanation is that holochain_websocket v0.2.1 used in latest holofuel-init is not compatible with the version of holochain that is running on reserve-controller. As a consequence holochain_websocket crate is not able to process response from a call to .app_info() method.
holofuel-init.service
fails on reserve controller with the following error:The text was updated successfully, but these errors were encountered: