ERROR running "server_async.py" in "async_io.py" #1896
-
Hello, when I try to run the example server (server_async.py) I'm getting an error that self.server.framer in "async_io.py" is a string and isn't callable as a function. The server starts, and "listens" but crashes right after the client connects. By the way, I've used this package many times and it's great! Thanks for all the hard work. TypeError: 'str' object is not callable Line 63 in "async_io.py" |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
This could be a bug, let me test later. |
Beta Was this translation helpful? Give feedback.
-
When you downgraded to v3.5.4 did you remember to also downgrade the example ? The problem might be that we do not upload altered examples to dev on read the docs. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I tried 3.5.4 again making sure to use the correct example and everything works! I must have mixed something up. Thanks! |
Beta Was this translation helpful? Give feedback.
-
No problem. |
Beta Was this translation helpful? Give feedback.
I tried 3.5.4 again making sure to use the correct example and everything works! I must have mixed something up. Thanks!