Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket deadlock #113

Open
p-hennessy opened this issue Sep 1, 2020 · 0 comments
Open

Websocket deadlock #113

p-hennessy opened this issue Sep 1, 2020 · 0 comments
Labels

Comments

@p-hennessy
Copy link
Owner

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''```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant