leighmacdonald / mika

Modern bittorrent tracker designed for private site use with multiple storage backends
MIT License
117 stars 17 forks source link

panic after successful compilation #1

Closed nnomae closed 4 years ago

nnomae commented 8 years ago

I get the following error after successful compilation, and with a blank SentryDSN. Any idea what would cause it?

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x48c94d]

goroutine 1 [running]:
panic(0x9b04a0, 0xc82000e0d0)
        /usr/local/go/src/runtime/panic.go:481 +0x3e6
github.com/leighmacdonald/mika.SetupSentry()
        /home/e/go/mika/src/github.com/leighmacdonald/mika/mika.go:56 +0x30d
main.main()
        /home/e/go/mika/cmd/mika/mika.go:134 +0x909