Seklfreak / discord-image-downloader-go

A simple tool which downloads pictures posted in discord channels of your choice to a local folder.
MIT License
349 stars 90 forks source link

slight issue #163

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

Getting following after i start the exe.

Any help would be much appreciated.

[DG0] wsapi.go:551:onEvent() error unmarshalling READY event, json: cannot unmarshal number into Go struct field ReadState.read_state.last_message_id of type string

Tyranical commented 4 years ago

I've tried finding the cause of the error myself, its related to the use of the discord session. Lines 163, 165, 174 and 208 are probrably the ones that need diving into.