wizzy icon indicating copy to clipboard operation
wizzy copied to clipboard

wizzy import dashboard throws an exception

Open iakovgan opened this issue 7 years ago • 2 comments

wizzy uses relative path to conf file. why not using "~/wizzy.conf" ? when i change a directory i expect to be able to run wizzy never ther less. But actually it works only on the same path when the init command was run.

This error is quite missleading:

[igan@grafana]$ wizzy import dashboard

/usr/lib/node_modules/wizzy/src/commands.js:69
                        grafana.import(_.drop(commands));
                                      ^
TypeError: Cannot call method 'import' of undefined
    at Commands.instructions (/usr/lib/node_modules/wizzy/src/commands.js:69:18)
    at Command.listener (/usr/lib/node_modules/wizzy/node_modules/commander/index.js:301:8)
    at Command.emit (events.js:95:17)
    at Command.parseArgs (/usr/lib/node_modules/wizzy/node_modules/commander/index.js:630:12)
    at Command.parse (/usr/lib/node_modules/wizzy/node_modules/commander/index.js:458:21)
    at Object.<anonymous> (/usr/lib/node_modules/wizzy/src/index.js:14:9)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

iakovgan avatar Jun 23 '17 22:06 iakovgan

I am having the same error, any ideas?

vonpupp avatar Oct 12 '17 20:10 vonpupp

You need conf/wizzy.conf located in the working directory. That solves the problem.

MetikovVadim avatar Jan 19 '18 12:01 MetikovVadim