Compatible version of python-engineio and python-socketio reports function argument mismatch #1245
-
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. Compatible version of python-engineio and python-socketio reports function argument mismatch --- requirements.txt ----
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please do not write issues on this project when you need help with an error in your own application. Thank you. The error mentions a |
Beta Was this translation helpful? Give feedback.
Please do not write issues on this project when you need help with an error in your own application. Thank you.
The error mentions a
connect()
function that takes 2 arguments, but it needs to take 3. My guess is that you do not have theauth
argument on this function, which has authentication information passed by the client.