pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi
Other
123 stars 83 forks source link

Are GamePass EU and GamePass International Still Different for 2020? #427

Closed derekgebhard closed 2 years ago

derekgebhard commented 4 years ago

Should we expect this to only work with eu still?

jm-duke commented 4 years ago

I'm not aware of any change to this situation. GP EU is still working with master, so I might be inclined to think that GP International is still not.

I don't think any dev (if any are still active) has access to a GP International subscription for testing, so this might not change anytime soon.

derekgebhard commented 4 years ago

I have AU/International. I noticed this year there is no separate EU app and I was able to log in to the gamepass website from EU (which wouldnt work years past) which is why I was asking. The firetv app is god awful this year and wont even skip to live on games when its not frozen.

I will set up Kodi on my firetv and give it try. If i get enough time i might be able to contribute code back if necessary. The code in this plugin looks simple enough.

derekgebhard commented 4 years ago

I played around a little tonight. At first it failed to play the games as expected when selecting one of them and do anything when clicking NFL Network (error logs below). However, I was able to get games to play later for some reason (think as a result of enabling use_inputstream_adaptive).

I had a hard time getting the Pigskin Request/Response Debug logs to show up in Kodi.log even after enabling Debug logs in the System Settings of Kodi. Any help would be appreciated on this. Do these show up in a separate file or need something above that setting enabled? New to Kodi Addon Development and couldn't find any articles stating I was missing something.

Here are the logs I pulled before it started working:

2020-09-12 23:13:56.647 T:6300 ERROR: No active NFL Game Pass Europe subscription was found. 2020-09-12 23:13:56.900 T:6300 ERROR: _gp_auth: server response is invalid 2020-09-12 23:13:56.902 T:6300 ERROR: Could not acquire GP tokens 2020-09-12 23:14:54.911 T:2870 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism/ 2020-09-12 23:14:56.316 T:2870 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism//QualityLevels(4742729)/Manifest(video,format=m3u8-aapl-v3,audiotrack=aac_UND_2_128,filter=chromecast)? 2020-09-12 23:14:57.934 T:6404 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403 2020-09-12 23:14:57.934 T:6404 ERROR: CCurlFile::Open failed with code 403 for https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism/e/QualityLevels(4742729)/Manifest(video,format=m3u8-aapl-v3,audiotrack=aac_UND_2_128,filter=chromecast)? 2020-09-12 23:14:58.618 T:6404 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403 2020-09-12 23:14:58.618 T:6404 ERROR: CCurlFile::Open failed with code 403 for https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism//QualityLevels(4742729)/Manifest(video,format=m3u8-aapl-v3,audiotrack=aac_UND_2_128,filter=chromecast) 2020-09-12 23:14:58.618 T:6404 ERROR: Open - failed to open source https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism/<shortened/QualityLevels(4742729)/Manifest(video,format=m3u8-aapl-v3,audiotrack=aac_UND_2_128,filter=chromecast) 2020-09-12 23:14:58.620 T:6404 ERROR: CVideoPlayer::OpenInputStream - error opening [https://vod-i-main-nflusvideo.akamaized.net/vodus/2ae97d90-3c82-41f3-8fbb-862288bd697b/GI40_HOU_KC_1080_reg1.ism//QualityLevels(4742729)/Manifest(video,format=m3u8-aapl-v3,audiotrack=aac_UND_2_128,filter=chromecast)?

Thanks!

haGibear commented 4 years ago

I (from Austria) have GP International (Europe and International got merged last year).

Installed from GitHub (changed xbmc.gui version in addon.xml), enabled Input Adaptive Streaming. It works!

derekgebhard commented 4 years ago

haGibear. I am the same, the key was enabling Input Adaptive Streaming as selecting a game quality is broken.

I haven't been able to get NFL Network and Redzone to work. Any luck there on your side.

haGibear commented 4 years ago

NFL Network and Redzone are working fine. Gonna test on Sunday if Redzone Live is also working.

@aqw any plans on a new release, now that Gamepass Europe and International got merged?

sieversMartin commented 4 years ago

In the first two weeks (especially the first) I had big problems starting Redzone. I just did not get the corresponding menu entries, but an error. Single games were working fine though. This week, everything worked directly.

jm-duke commented 2 years ago

Doing some clean-up and this issue report is really old, so I'm closing it.