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
Found this one when trying to write up issue #6. The following error happens if the ~/.pachinko.yaml file exists and you then run pachinko config.
~/.pachinko.yaml
pachinko config
FATA[0000] 8 error(s) decoding: * 'inputs[0]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'outputs[0]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'outputs[1]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'processors[0]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'processors[1]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'processors[2]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'processors[3]' expected type 'string', got unconvertible type 'map[interface {}]interface {}' * 'processors[4]' expected type 'string', got unconvertible type 'map[interface {}]interface {}'
The text was updated successfully, but these errors were encountered:
What's the contents of the file when this occurs? Is it empty, or malformed?
Sorry, something went wrong.
rbtr
No branches or pull requests
Found this one when trying to write up issue #6. The following error happens if the
~/.pachinko.yaml
file exists and you then runpachinko config
.The text was updated successfully, but these errors were encountered: