Absolutely because same as last year and when logging into MLB it shows the subscription. But mlbserver won't get past auth.
It's running in a Docker container inside VirtualBox on MacMini. Worked perfectly last year and I pulled latest, rebuilt and fired up to this and then of course it exits. (I changed username/password to 'REDACTED' for this post.)
Edit: It runs as long as I don't try to login at which point it logs as below.
I appreciate any suggestions as it's so much more convenient than the app.
5/9/2026, 1:58:47 PM mlbserver started at http://172.18.0.2:9999
5/9/2026, 2:03:47 PM homepage request : / from: ::ffff:10.0.1.22 using: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Safari/605.1.15
http post failed : 400 - "{\"error\":\"invalid_grant\",\"error_description\":\"The credentials provided were invalid.\"}"
{
url: 'https://ids.mlb.com/oauth2/aus1m088yK07noBfh356/v1/token',
headers: {
'user-agent': 'okhttp/3.12.1',
'content-type': 'application/x-www-form-urlencoded'
},
form: {
username: 'REDACTED',
password: 'REDACTED',
grant_type: 'password',
scope: 'openid offline_access',
client_id: '0oa3e1nutA1HLzAKG356'
},
jar: RequestJar {
_jar: CookieJar { enableLooseMode: true, store: [FileCookieStore] }
}
}