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 fails because RequestStatus() doesn't return a hash?
Caused by convex.core.exceptions.ResultException
Error result (:FORMAT) : Bad status response from Peer
ConvexRemote.java: 213 convex.api.ConvexRemote/lambda$acquireState$0
From https://github.com/Convex-Dev/convex.cljc/blob/main/module/net/src/test/clj/convex/test/net.clj#L273-L274
Following is failing
($.client/state client)This calls
.acquireStateThis fails because
RequestStatus()doesn't return a hash?Here https://github.com/Convex-Dev/convex/blob/develop/convex-peer/src/main/java/convex/api/ConvexRemote.java#L210-L214
Not sure what is wrong.
CI run here