ohyou / twitch-viewer

A viewer bot for twitch.tv
Apache License 2.0
197 stars 103 forks source link

running problem #56

Closed 0piero closed 3 years ago

0piero commented 4 years ago

An error has occurred while trying to use livestreamer package. Is it installed? Do you have Python in your PATH variable?
Traceback (most recent call last):
File "twitch-viewer.py", line 115, in
prepare_processes()
File "twitch-viewer.py", line 103, in prepare_processes
"url": get_url(), "proxy": {
File "twitch-viewer.py", line 67, in get_url
url = json.loads(response)['streams']['worst']['url']
UnboundLocalError: local variable 'response' referenced before assignment

white-hackers commented 3 years ago

Traceback (most recent call last): File "twitch-viewer.py", line 100, in prepare_processes() File "twitch-viewer.py", line 88, in prepare_processes "url": get_url(), "proxy": { File "twitch-viewer.py", line 52, in get_url url = json.loads(response)['streams']['worst']['url'] UnboundLocalError: local variable 'response' referenced before assignment

white-hackers commented 3 years ago

+