You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a new error when attempting to download games after 2021-05-02. (I'm on the stable branch, at 93bbb3d.
$ streamglob download://mlb/2021-05-04.chc.1:offset=start
2021-05-05 19:53:13 [ player:509 ] [ warning] ['not-entitled']
Traceback (most recent call last):
File "/home/fang2415/.pyenv/versions/3.7.3/bin/streamglob", line 11, in <module>
load_entry_point('streamglob==0.0.11.dev0', 'console_scripts', 'streamglob')()
File "/home/fang2415/.pyenv/versions/3.7.3/lib/python3.7/site-packages/streamglob/__main__.py", line 659, in main
run_cli(action, provider, selection, **opts)
File "/home/fang2415/.pyenv/versions/3.7.3/lib/python3.7/site-packages/streamglob/__main__.py", line 581, in run_cli
program.proc.wait()
AttributeError: 'NoneType' object has no attribute 'proc'
The game above is the first of a doubleheader, but attempting to download the next game (which is now live) with streamglob download://mlb/2021-05-05.chc.1:offset=start produces exactly the same result. On the other hand, running streamglob download://mlb/2021-05-02.chc.1:offset=start (or any other earlier date I've tried) downloads the game as usual. I can watch the game from the 4th in the browser just fine (except that the browser UI is a slow crufty mess).
Of course please let me know if any other info would be helpful!
The text was updated successfully, but these errors were encountered:
Did you ever find a fix for this? I am having the exact same problem all of a sudden. I downloaded a game yesterday with no issues at all.
Huh, yeah, I must have, because I kept watching games all last season, but I can't remember now what it was. I have a vague suspicion that the problem might have simply gone away after a few days? (Partly because if I had found a concrete solution it seems like I would have posted it here and/or closed the issue.)
MLB TV has alas been out of my brain now for a while, but now that you've put it back in I'll see if I can remember what happened on this one and post back if I figure it out.
I just realized my subscription ended yesterday, which is when the error started happening, so I'm guessing it's because of that. Does that make sense for thinking back on when it was doing this for you?
I'm getting a new error when attempting to download games after 2021-05-02. (I'm on the stable branch, at 93bbb3d.
The game above is the first of a doubleheader, but attempting to download the next game (which is now live) with
streamglob download://mlb/2021-05-05.chc.1:offset=start
produces exactly the same result. On the other hand, runningstreamglob download://mlb/2021-05-02.chc.1:offset=start
(or any other earlier date I've tried) downloads the game as usual. I can watch the game from the 4th in the browser just fine (except that the browser UI is a slow crufty mess).Of course please let me know if any other info would be helpful!
The text was updated successfully, but these errors were encountered: