Closed TechStudent10 closed 3 years ago
Have you used the examples I pointed you at in the other issue? Those are intended to help developers learn how to use this package. The documentation also includes a troubleshooting section. Sorry, but I can't really debug this code for you, it's not even something I can run.
@miguelgrinberg yes I have looked at it. I have used the troubleshooting section as you said. Nothing unusual pops up. It's fine. I'll try to fix it myself. Thanks for your time!
I created a previous issue, so you probably know what is happening. I have created a chat app using Flask SocketIO and am now trying to create a bot API for it. For some reason, the function that should be called when a message is being received isn't running. I can obviously send a message from the chat app UI and from the Bot. But it won't even detect that.
My Bot Code:
My Bot Client Code: