Python 3 Chat Bot Error

Same here. I used the same video as you did. And I can’t receive anything except of “first join log”. It just doesn’t react on messages I write in the chat. I can’t even print them to the console, so the problem is in the line “response = s.recv(1024).decode(“utf-8”)”. How to fix this?
upd:
In addition I must say that I can write anything I want to chat, but I still can’t read what the others write there.