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
Hi,
I'm having an issue with fetch of the config block for a channel, for some reason when fetching config block using python sdk config part /channel_group/groups/Orderer/values/ConsensusType/value doesn't have metadata/consenters field. It seems to be an issue with protobuf decoding because if I fetch application channel config without decoding everything is in place, but get_channel_config_with_orderer doesn't allow fetch of the system channel config without decoding. Can anyone comment on this if this is known issue or maybe I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I'm having an issue with fetch of the config block for a channel, for some reason when fetching config block using python sdk config part
/channel_group/groups/Orderer/values/ConsensusType/value
doesn't havemetadata/consenters
field. It seems to be an issue with protobuf decoding because if I fetch application channel config without decoding everything is in place, butget_channel_config_with_orderer
doesn't allow fetch of the system channel config without decoding. Can anyone comment on this if this is known issue or maybe I'm doing something wrong?The text was updated successfully, but these errors were encountered: