Twitch botumu Python 2.7'den Python 3.5'e taşıyorum. Aşağıdaki kodun 2. satırında a bytes like object is required not 'str'
hatasını almaya devam ediyorum. [I Pain Dur Nasıl, Pragmatik Unicode veya?] Ned Batcheler en (http://bit.ly:Python - nesne gibi bir bayt gerekli, str değil
twitchdata = irc.recv(1204)
data = twitchdata.split(":")[1]
twitchuser = data.split("!")[0]
twitchmsg = twitchdata.split(":")[2]
chat = str(twitchuser) +": "+ str(twitchmsg)
print(chat) #prints chat to console
görün deneyin/unipain) – delnan