2bc4 / streamlink-ttvlol

Streamlink Twitch plugin modified to work with the TTV.LOL API
BSD 2-Clause "Simplified" License
180 stars 6 forks source link

Error using proxy command line. #61

Closed dethzord closed 4 months ago

dethzord commented 4 months ago

I normally use Streamlink Twitch GUI, but the result is the same in command line. Copy and pasted the example argument as well, just to avoid typos and such. Result I am getting below.

streamlink --twitch-proxy-playlist=https://eu.luminous.dev,https://lb-eu.cdn-perfprod.com http://twitch.tv/break
usage: streamlink [OPTIONS] <URL> [STREAM]
streamlink: error: unrecognized arguments: --twitch-proxy-playlist=https://eu.luminous.dev,https://lb-eu.cdn-perfprod.com

I saw a closed issue from last year for the same thing suggesting it was due to an outdated install of streamlink. Did a clean install of current version (6.7.4) just in case, as well as updated twitch.py via PowerShell afterwards (normally do manual). I'm currently running on Win10, if that matters.

dethzord commented 4 months ago

Not sure what changed. I did some more uninstalling/reinstalling and so on. Something must not have been taking. Tried one more time a few minutes ago and now it works. I could manually swap between the original twitch.py (which would run, but give me the placeholder "preparing stream" thing), or with the ttvlol twitch.py, which would not play and throw me the error.

Anyhow, sorry to bother. Wish I knew what had happened.