1.2 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve |
IMPORTANT: If you have a question, or you are not sure if you have found a bug in this package, then you are in the wrong place. Hit back in your web browser, and then open a GitHub Discussion instead. Likewise, if you are unable to provide the information requested below, open a discussion to troubleshoot your issue.
Describe the bug A clear and concise description of what the bug is. If you are getting errors, please include the complete error message, including the stack trace.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Logs
Please provide relevant logs from the server and the client. On the Python server and client, add the logger=True
and engineio_logger=True
arguments to your Server()
or Client()
objects to get logs dumped on your terminal. If you are using the JavaScript client, see here for how to enable logs.
Additional context Add any other context about the problem here.