qaisjp / go-discord-irc

The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113 stars 32 forks source link

state cache always failing #56

Closed butlerx closed 4 years ago

butlerx commented 4 years ago

Following enabling webirc and then reverting the change stat has been failing with the following messages


Oct 27 12:09:41 metharme go-discord-irc[25836]: time="2020-10-27T12:09:41Z" level=info msg="get presence from in OnTypingStart failed: state cache not found"
Oct 27 12:09:31 metharme go-discord-irc[25836]: time="2020-10-27T12:09:31Z" level=info msg="get member from state in handlePresenceUpdate failed: state cache not found"
Oct 27 12:09:31 metharme go-discord-irc[25836]: time="2020-10-27T12:09:31Z" level=info msg="get presence from in OnTypingStart failed: state cache not found"```

Any insite would be handy thanks
qaisjp commented 4 years ago

image

flick these buttons. make sure you check that the token hasn't changed — i'm not sure if changing these settings can cause the token to regenerate

butlerx commented 4 years ago

This worked, and the token did not change.

qaisjp commented 4 years ago

great