We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A message containing an "_" results in the following error:
PS C:\Dev> ghz --insecure --call com.api_pre.PreToHost.ReqPre -D .\req4.json localhost:5001 Error creating message from data. Data: '{ "image_md": { "value": "03fdc668605146839ee31" } }' Error: json: cannot unmarshal object into Go value of type string
req4.json { "image_md": { "value": "03fdc668605146839ee31" } }
Command line arguments / config ghz --insecure --call com.api_pre.PreToHost.ReqPre -D .\req4.json localhost:5001
Environment
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A message containing an "_" results in the following error:
PS C:\Dev> ghz --insecure --call com.api_pre.PreToHost.ReqPre -D .\req4.json localhost:5001
Error creating message from data. Data: '{
"image_md": {
"value": "03fdc668605146839ee31"
}
}' Error: json: cannot unmarshal object into Go value of type string
req4.json
{
"image_md": {
"value": "03fdc668605146839ee31"
}
}
Command line arguments / config
ghz --insecure --call com.api_pre.PreToHost.ReqPre -D .\req4.json localhost:5001
Environment
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: