tonycpsu / streamglob

A console media browser designed to facilitate live and time-shifted viewing of online content.
GNU General Public License v3.0
34 stars 10 forks source link

TypeError: expected string or bytes-like object #26

Closed bubbaprog closed 5 years ago

bubbaprog commented 5 years ago

Getting this in both Linux and MacOS now.

streamglob -v 2019-05-08 17:31:06 [ session:105 ] [ debug] creating new session: (), {'username': '***', 'password': '***'} 2019-05-08 17:31:06 [ __main__:645 ] [ debug] streamglob starting 2019-05-08 17:31:06 [ selector_events:53 ] [ debug] Using selector: KqueueSelector Traceback (most recent call last): File "/usr/local/bin/streamglob", line 11, in <module> load_entry_point('streamglob==0.0.11.dev0', 'console_scripts', 'streamglob')() File "/usr/local/lib/python3.7/site-packages/streamglob/__main__.py", line 656, in main action, provider, selection, opts = providers.parse_spec(options.spec) File "/usr/local/lib/python3.7/site-packages/streamglob/providers/__init__.py", line 36, in parse_spec (action, provider, identifier, options) = MEDIA_SPEC_RE.search(spec).groups() TypeError: expected string or bytes-like object

kmac commented 5 years ago

I have this as well. Workaround is to start streamglob with either mlb or nhl:

streamglob mlb
bubbaprog commented 5 years ago

oh, that's simple enough. Thanks!