TheDiscordian / onebot

One bot to rule them all...
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

[bluesky] Crash report #36

Closed TheDiscordian closed 1 year ago

TheDiscordian commented 1 year ago

Recently had the bot crash via the bluesky plugin with the following error:

panic: runtime error: index out of range [0] with length 0

goroutine 23 [running]:
plugin/unnamed-e1486a704910cae5c18367025bb09d34a1600d7a.(*Bluesky).recv(0xc0001cc900, 0xc000134180?)
        ./bluesky.go:425 +0x72f
created by plugin/unnamed-e1486a704910cae5c18367025bb09d34a1600d7a.Load
        ./bluesky.go:57 +0x1eb
make: *** [Makefile:18: run] Error 2

Should investigate and fix. This took the whole bot down, not just the bluesky plugin.

TheDiscordian commented 1 year ago

Looks like it's possible for getFeed to return no error, but an empty feed...