Flink / dokku-psql-single-container

Plugin for dokku that provides a Postgresql server in a single container
MIT License
51 stars 9 forks source link

Errors for psql plugin while listing all plugins #20

Closed darklow closed 9 years ago

darklow commented 9 years ago
$ dokku plugin
  ps                   0.4.0 enabled    dokku core ps plugin

cat: /var/lib/dokku/plugins/available/psql/plugin.toml: No such file or directory
panic: interface conversion: interface is nil, not map[string]interface {}

goroutine 1 [running]:
runtime.panic(0x5ffd60, 0xc21004a0c0)
        /usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6
main.TomlGet(0xc21000a030, 0x2, 0x2)
        /tmp/tmp/plugn/plugn.go:30 +0x1d1
github.com/progrium/go-basher.(*Context).HandleFuncs(0xc21000f320, 0xc21000a000, 0x5, 0x5, 0x0)

[ ... ] More golang error stack until next plugin
Flink commented 9 years ago

If plugin.toml is not present, then it seems you’re not running the latest version of the plugin

darklow commented 9 years ago

Hmm strange, thanks, i updated few days ago, that's strange. I'll take a look

darklow commented 9 years ago

Ok, needed to pull manually, now it works. Thanks

Flink commented 9 years ago

You’re welcome ;)