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
I'm trying to get the information about an instance calling a function box.info or returning 'box.info.replication'. As a result I got the error like that: "Error decoding packet type 0: msgp: attempted to decode type "int" with method for "str""
I suppose that library unable to parse output like vclock: {1: 1203983550}, e.g.:
Hi,
I'm trying to get the information about an instance calling a function
box.info
or returning 'box.info.replication'. As a result I got the error like that: "Error decoding packet type 0: msgp: attempted to decode type "int" with method for "str""I suppose that library unable to parse output like
vclock: {1: 1203983550}
, e.g.:For anyone who are looking for a workaround to fetch the box info use eval:
The text was updated successfully, but these errors were encountered: