Kodi Community Forum
[Release] MLBMC - a Major League Baseball (video) add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [Release] MLBMC - a Major League Baseball (video) add-on (/showthread.php?tid=104391)



RE: [Release] MLBMC - a Major League Baseball (video) add-on - rileymd - 2013-07-01

(2013-07-01, 14:49)divingmule Wrote:
(2013-06-30, 20:23)rileymd Wrote:
(2013-06-26, 14:05)divingmule Wrote: Hi, in the add-on settings, could you enable debugging then pastebin another log? If you're not using the HLS add-on there is a new version in the xbmc.org repo, pushed yesterday, with a small fix for some login errors.

Hi here is my pastebin. I am having the same problem with both MLBMC and MLBMC-hls.

http://pastebin.com/hZ2JWKTM

It seems your login credentials are failing. Can you verify your password and e-mail are correct in the settings.xml @ xbmc/userdata/addon_data/plugin.video.mlbmc/settings.xml and that you can login via a web browser?

Copy and pasted the login details into a browser and I was able to stream without any problems so it cannot be incorrect password and e-mail Sad


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-07-01

(2013-07-01, 20:03)rileymd Wrote:
(2013-07-01, 14:49)divingmule Wrote:
(2013-06-30, 20:23)rileymd Wrote: Hi here is my pastebin. I am having the same problem with both MLBMC and MLBMC-hls.

http://pastebin.com/hZ2JWKTM

It seems your login credentials are failing. Can you verify your password and e-mail are correct in the settings.xml @ xbmc/userdata/addon_data/plugin.video.mlbmc/settings.xml and that you can login via a web browser?

Copy and pasted the login details into a browser and I was able to stream without any problems so it cannot be incorrect password and e-mail Sad

Hmm... I don't knowHuh

For good measure, can you try logging in here(this is the method used in the add-on) -> https://secure.mlb.com/enterworkflow.do?flowId=registration.wizard&c_id=mlb

If successful it should redirect you to your account management page.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - rileymd - 2013-07-03

(2013-07-01, 23:16)divingmule Wrote:
(2013-07-01, 20:03)rileymd Wrote:
(2013-07-01, 14:49)divingmule Wrote: It seems your login credentials are failing. Can you verify your password and e-mail are correct in the settings.xml @ xbmc/userdata/addon_data/plugin.video.mlbmc/settings.xml and that you can login via a web browser?

Copy and pasted the login details into a browser and I was able to stream without any problems so it cannot be incorrect password and e-mail Sad

Hmm... I don't knowHuh

For good measure, can you try logging in here(this is the method used in the add-on) -> https://secure.mlb.com/enterworkflow.do?flowId=registration.wizard&c_id=mlb

If successful it should redirect you to your account management page.

I was also able to login here without any issues. Also thought I would mention that it says "login failed" then "sorry - we didnt receive the required cookies"


RE: [Release] MLBMC - a Major League Baseball (video) add-on - orizzle - 2013-07-04

Having some trouble with the plugin on Windows. In mlbtv.py - os.uname() is not supported in Windows, so I changed the code to platform.uname() (and added import platform to the top of the file). Now I'm getting the buffering 15 seconds message but no video ever pops up. My log file seems inconclusive. Any help?

Windows 7 32-bit
Using MLBMC(mlb-hls) Update 0.1.2

http://pastebin.com/raw.php?i=3M1xsPvT


[Release] MLBMC - a Major League Baseball (video) add-on - jayman13 - 2013-07-04

HLS doesn't work in windows last I heard.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-07-04

(2013-07-03, 21:42)rileymd Wrote:
(2013-07-01, 23:16)divingmule Wrote:
(2013-07-01, 20:03)rileymd Wrote: Copy and pasted the login details into a browser and I was able to stream without any problems so it cannot be incorrect password and e-mail Sad

Hmm... I don't knowHuh

For good measure, can you try logging in here(this is the method used in the add-on) -> https://secure.mlb.com/enterworkflow.do?flowId=registration.wizard&c_id=mlb

If successful it should redirect you to your account management page.

I was also able to login here without any issues. Also thought I would mention that it says "login failed" then "sorry - we didnt receive the required cookies"

I'm thinking* it must have something todo with your build of xbmc, maybe not supporting https, or somethingHuh

Do other add-on's work as expected? Maybe try logging in with the Youtube add-on.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-07-04

(2013-07-04, 03:16)orizzle Wrote: Having some trouble with the plugin on Windows. In mlbtv.py - os.uname() is not supported in Windows, so I changed the code to platform.uname() (and added import platform to the top of the file). Now I'm getting the buffering 15 seconds message but no video ever pops up. My log file seems inconclusive. Any help?

Windows 7 32-bit
Using MLBMC(mlb-hls) Update 0.1.2

http://pastebin.com/raw.php?i=3M1xsPvT

(2013-07-04, 03:57)jayman13 Wrote: HLS doesn't work in windows last I heard.

The HLS add-on is dependent on thegreyghost's MLB-HLS client, see this post -> http://forum.xbmc.org/showthread.php?tid=104391&pid=1051059#pid1051059

My attempts at building the client for windows have all failed Confused Not to say it can't be done though, I don't have much experience with MinGW.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - rileymd - 2013-07-04

(2013-07-04, 13:22)divingmule Wrote:
(2013-07-03, 21:42)rileymd Wrote:
(2013-07-01, 23:16)divingmule Wrote: Hmm... I don't knowHuh

For good measure, can you try logging in here(this is the method used in the add-on) -> https://secure.mlb.com/enterworkflow.do?flowId=registration.wizard&c_id=mlb

If successful it should redirect you to your account management page.

I was also able to login here without any issues. Also thought I would mention that it says "login failed" then "sorry - we didnt receive the required cookies"

I'm thinking* it must have something todo with your build of xbmc, maybe not supporting https, or somethingHuh

Do other add-on's work as expected? Maybe try logging in with the Youtube add-on.

All other plugins work fine Ex) NHL GameCenter, Icefilms, Youtube etc


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-07-05

I'm stumped Confused

From your pastebin starting at line 1011, when we try to log in -
Quote:20:06:02 T:2947220576 NOTICE: [MLBMC-2.0.4]: getRequest : https://secure.mlb.com/authenticate.do
20:06:02 T:2947220576 NOTICE: [MLBMC-2.0.4]: Server: Oracle-iPlanet-Web-Server/7.0
Date: Sun, 30 Jun 2013 18:06:01 GMT
Content-type: text/html;charset=utf-8
Set-cookie: fprt=; Domain=.mlb.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-cookie: fprt=; Domain=.mlb.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/

They don't set any valid cookies, then we get redirected to the login/registration page. I get the exact same response when I try logging in with an incorrect email address.

For example this is what I get when logging in with the proper credentials -
Quote:07:55:12 T:4024 NOTICE: [MLBMC-2.0.4]: getRequest : https://secure.mlb.com/authenticate.do
07:55:12 T:4024 NOTICE: [MLBMC-2.0.4]: Server: Oracle-iPlanet-Web-Server/7.0
Date: Fri, 05 Jul 2013 12:55:53 GMT
Content-type: text/html;charset=utf-8
Set-cookie: SESSION_1=; Domain=.mlb.com; Path=/
Set-cookie: mlbunifieddata=33486267%7C2d19be72dbe91180451faa3b07f73902%7C1373028953079%7Cttemp; Domain=.mlb.com; Path=/
Set-cookie: appacc=mlb; Domain=.mlb.com; Expires=Sat, 05-Jul-2014 12:55:53 GMT; Path=/
Set-cookie: fprt=eGp0b0VtMlIwWVhlQ28xrtTRvzMDI4OTUzMDY4fGlwdD1lbWFpbC1wYXNzd29yZA%3D%3D; Domain=.mlb.com; Expires=Sat, 05-Jul-2014 12:55:53 GMT; Path=/
Set-cookie: ipid=34366767; Domain=.mlb.com; Expires=Sat, 05-Jul-2014 12:55:53 GMT; Path=/

Sending you a private message you should check.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - highheat - 2013-07-08

Quick suggestion: Can you add an option to exclude "gameday audio" feeds from the feed selection? makes it easier to select the correct feed (if you - like me - never listen to the radio feeds).
thanks divingmule, your addon is awesome!


RE: [Release] MLBMC - a Major League Baseball (video) add-on - my95z34 - 2013-07-09

So, I haven't read back too far, so I apologize if this issue has been covered already. But when I play a video, the audio will play for about half a second and then it's gone for good. I can see on my home theater receiver that it keeps cycling from having audio and not having audio. I can grab a log if you need.

Thanks in advance!


RE: [Release] MLBMC - a Major League Baseball (video) add-on - boywondr16 - 2013-07-09

I'd disagree with highheat's suggestion about removing the Gameday Audio feeds (Nothing against you, highheat). I'm someone who likes to use XBMC to pull those.


[Release] MLBMC - a Major League Baseball (video) add-on - jayman13 - 2013-07-09

I'm against having them. However if others want them perhaps they could be put after the video feeds?


RE: [Release] MLBMC - a Major League Baseball (video) add-on - sdsnyr94 - 2013-07-09

(2013-07-09, 18:24)boywondr16 Wrote: I'd disagree with highheat's suggestion about removing the Gameday Audio feeds (Nothing against you, highheat). I'm someone who likes to use XBMC to pull those.

I do not believe that he was asking for them to be removed, but an option in settings to view/hide them.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - speaker219 - 2013-07-22

mlbhls can be compiled in cygwin, i have an old version compiled... had to change a few things in the source to get it compiled. I'll upload the binary later (requires a bunch of cygwin DLL files as dependencies) but it works.