You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
First problem: It would be fine if it just printed this, but then it prints a whole bunch of json, making the program impossible to use.
I fixed it by commenting out line 241 in ~/go/src/github.com/Rivalo/discordgo_cli/discord.go.
I then found that, on trying to join a channel:
*Starting Session... PASSED!
Select a Guild:
[0] Distance
[1] Ozzyinspace
[2] Toast Airways
[3] TheReadPanda
[4] /r/incremental_games
[5] My Colony
[6] Blacksilver & Co
[7] Solving Stratzenblitz
[8] Kerbal Capitalism Program
[b] Extra Options
Unable to unmarshal event data.
8
Select a Channel:
[b] Go Back
1
(CH) Error: ID is out of bound
There are no options.
Periodically, it will print again Unable to unmarshal event data.
Is it possible that I'm missing a library? If so, which one, and how do I get it?
It's not a problem with the computer it's running on; there's a bot running on it. I tried killing the bot to check if they were conflicting, no dice.
Some more things:
Marshall is spelled Marshall, not marshal.
The line I commented out earlier should print to stderr so we can suppress it with a bash redirect.