diamondburned / 6cord

Mirrored from GitLab
https://gitlab.com/diamondburned/6cord
Mozilla Public License 2.0
156 stars 9 forks source link

Unable to open with token or user/password #4

Closed g-casey closed 5 years ago

g-casey commented 5 years ago

Whenever I try to use a token or the username and password I get exit status 1 Whenever I try to run it normally I get panic: failed to unlock correct collection /org/freedesktop/secrets/aliases/default

diamondburned commented 5 years ago

Check /tmp/6cord.log

g-casey commented 5 years ago
2019/06/20 12:11:59 main.go:424: Failed to set keyring! Continuing anyway... failed to unlock correct collection '/org/freedesktop/secrets/aliases/default'
2019/06/20 12:11:59 main.go:351: Discordgo: 2 2 [S0:CID1]: closing gateway connection []
2019/06/20 12:11:59 main.go:355: ([]interface {}) <nil>

2019/06/20 12:12:00 main.go:351: Discordgo: 0 2 [S0:CID1]: got close frame, code: %d, Msg: %q [1002 ]
2019/06/20 12:12:00 main.go:355: ([]interface {}) (len=2 cap=2) {
 (uint16) 1002,
 (string) ""
}

2019/06/20 12:12:00 main.go:385: (*discordgo.Disconnect)(0x15b8458)({
})

panic: exit status 1

goroutine 1 [running]:
main.main()
diamondburned commented 5 years ago

What terminal is this?

g-casey commented 5 years ago

What terminal is this?

@diamondburned Urxvt

Sent with GitHawk

diamondburned commented 5 years ago

Known issue: https://gitlab.com/diamondburned/6cord/issues/21

Track it there instead.