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
Something weird is happening sometimes causing the bot to deadlock. Makes me think it's not serializing messages from the websocket correctly.
WARNING bolt.discord.websocket.handle_websocket_close:85 'Socket closed unexpectedly'
INFO bolt.discord.websocket.start:68 'Successfully connected to Discord'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: maximum recursion depth exceeded in comparison'
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''
ERROR websocket.error:53 'error from callback <bound method Websocket.handle_websocket_message of <bolt.discord.websocket.Websocket object at 0x7f431edd0fd0>>: 'NoneType' object has no attribute 'merge''```
The text was updated successfully, but these errors were encountered:
Something weird is happening sometimes causing the bot to deadlock. Makes me think it's not serializing messages from the websocket correctly.
The text was updated successfully, but these errors were encountered: