Durafen / twitch-clip-bot

Twitch Bot capable of clipping with clip command in Python.
MIT License
6 stars 2 forks source link

Cannot create clip #5

Open Blake-McCullough opened 2 years ago

Blake-McCullough commented 2 years ago

error i get is:

Traceback (most recent call last): File "C:\Users\xxxx\Downloads\twitch-clip-bot-master\twitch-clip-bot-master\twitch-clip-bot.py", line 11, in import debug File "C:\Users\xxxx\Downloads\twitch-clip-bot-master\twitch-clip-bot-master\debug.py", line 3, in import utility File "C:\Users\xxxx\Downloads\twitch-clip-bot-master\twitch-clip-bot-master\utility.py", line 14, in ROWS, COLUMNS = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)

testingapisname commented 3 months ago

Did you ever solve this?