Python – a bytes like object is required, not str March 23, 2023 by Tarik try data = twitchdata.decode().split(":")[1] instead of data = twitchdata.split(":")[1]