BasioMeusPuga / twitchy

CLI streamlink wrapper for twitch.tv
GNU General Public License v3.0
91 stars 14 forks source link

CommaError: possible unparseable string in non-interactive #20

Closed lasers closed 6 years ago

lasers commented 6 years ago

Hi. I saw something in the code. It is possible to split fields incorrectly with , when using non-interactive because some (alt) fields can have their own , too.

BasioMeusPuga commented 6 years ago

Absolutely. I remember thinking about this a while back, but I never got around to fixing it. It should be fixed now, though.

Either delete your ~/.config/twitchy3/twitchy.cfg or add something like the following to the last line:

Delimiter = <special character>

It bears mention that if you're using one of the plugins, you'll need to change the Delimiter there as well.

lasers commented 6 years ago

Works okay now in latest master / fixed via commit dad9561. Many thanks. :-)