Hubs-Foundation / hubs-discord-bot

A Discord bot that helps you use Hubs together with people in Discord.
Mozilla Public License 2.0
49 stars 31 forks source link

Discord bot logs are full of messages about connection attempts to closed rooms #107

Closed brianpeiris closed 3 years ago

brianpeiris commented 3 years ago

In order to continue debugging issues with the discord bot, we should resolve this issue that floods the bot's logs with errors about closed rooms.

The errors look like:

Phoenix: channel dropping outdated message {                            
  topic: 'hub:******',                                                 
  event: 'phx_reply',                                                   
  payload: {                                                            
    response: { message: 'Hub no longer accessible', reason: 'closed' },
    status: 'error'                                                     
  },                                                                    
  joinRef: '******'                                                    
}                                                                       
brianpeiris commented 3 years ago

Fixed in #117