Skip to content
New issue

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

Config command fails if ~/.pachinko.yaml exists #7

Open
jvstein opened this issue Feb 17, 2020 · 1 comment
Open

Config command fails if ~/.pachinko.yaml exists #7

jvstein opened this issue Feb 17, 2020 · 1 comment
Assignees
Labels
bug something isn't working

Comments

@jvstein
Copy link
Contributor

jvstein commented Feb 17, 2020

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.

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 {}'
@rbtr rbtr self-assigned this Feb 18, 2020
@rbtr rbtr added the bug something isn't working label Feb 18, 2020
@rbtr
Copy link
Owner

rbtr commented Feb 18, 2020

What's the contents of the file when this occurs? Is it empty, or malformed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants