Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken #6

Open
dgamma3 opened this issue Oct 16, 2021 · 2 comments
Open

broken #6

dgamma3 opened this issue Oct 16, 2021 · 2 comments

Comments

@dgamma3
Copy link

dgamma3 commented Oct 16, 2021

Given I have

`
from twitch_listener import listener

bot = listener.connect_twitch('zzz',
'xxx',
yyy')

channels_to_listen_to = ['kittenclubhouse']

bot.listen(channels_to_listen_to, duration = 1800)

bot.parse_logs(timestamp = True)

bot.adj_matrix(weighted = False, matrix_name = "streamer_network.csv")
`

when I run the program,
then

2021-10-17 09:05:08,396 — b':tmi.twitch.tv NOTICE * :Improperly formatted auth\r\n'
2021-10-17 09:05:32,203 — b''
2021-10-17 09:05:32,283 — b''
2021-10-17 09:05:32,362 — b''
2021-10-17 09:05:32,442 — b''
2021-10-17 09:05:32,519 — b''
2021-10-17 09:05:32,598 — b''

is output :p

@MaximilianFreitag
Copy link

MaximilianFreitag commented Jun 1, 2022

Maybe try another oauth: Token.
I also ran into some issues and after getting a new Token it was solved.

Another tip that I can give you is try using the VS code extension "Jupyter" that let's you write jupyter notebooks in vs code. So instead of running the twitch listener from a python file, try using the script on a jupyter notebook.

@lebedynskyi
Copy link

we have this message when we try to use app token instead of oAuth token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants