You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I connect to the socket,it always complain. AttributeError, ChatSession instance has no attribute 'room'
The text was updated successfully, but these errors were encountered:
browncrane
changed the title
The 'Chapter26/listing26-7.py' has some error when connecting
The 'Chapter24/listing24-6.py' has some error when connecting
Jun 8, 2017
I found code with # Standard setup tasks dispatcher. init (self)
should be : dispatcher.__init__(self)
and should I use handle_accepted instead of handle_accept ?
I am using py3.6
When I connect to the socket,it always complain.
AttributeError, ChatSession instance has no attribute 'room'
The text was updated successfully, but these errors were encountered: