LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-24-2010, 01:15 PM   #3091
dead4red
LQ Newbie
 
Registered: Jul 2010
Location: Mooresville, NC U.S.A.
Posts: 3

Rep: Reputation: 0

Quote:
Originally Posted by daftcat View Post
This thread isn't about using WINE. Mlbviewer is a UNIX/Linux native solution to work around what is really Adobe's (not Microsoft's) shortcomings.
I was referring to the earlier posts using WINE to load M$ software. I just do not like the mix. But, I see where it is truly an Adobe issue. That, indeed, makes it a pickle. I will keep my opinions regarding M$ to myself and try to contribute rather than bash. Okay?

Cheers!
 
Old 08-25-2010, 05:49 PM   #3092
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by daftcat View Post
This thread isn't about using WINE. Mlbviewer is a UNIX/Linux native solution to work around what is really Adobe's (not Microsoft's) shortcomings.
Stray ol' buddy. Would Mlbviewer have ever been developed if it wasn't for Silverlight, a Microsoft creation?
 
Old 08-25-2010, 09:17 PM   #3093
reefis
LQ Newbie
 
Registered: Apr 2010
Posts: 27

Rep: Reputation: 15
hi
i've had this same problem before, but i just had to reinstall my 10.04 (again) and tried installing nexdef2010 and am getting this error when i start a game
Buffering stream/bin/sh: rtmpdump: not found

last time i had this problem i had to make sure "make posix" works. now everytime I do make posix i get:
make: *** No rule to make target `posix'. Stop.

I never remember getting this message or being stuck on this. what's going on. can't get rtmpdump to work
 
Old 08-25-2010, 09:35 PM   #3094
reefis
LQ Newbie
 
Registered: Apr 2010
Posts: 27

Rep: Reputation: 15
hi
i've had this same problem before, but i just had to reinstall my 10.04 (again) and tried installing nexdef2010 and am getting this error when i start a game
Buffering stream/bin/sh: rtmpdump: not found

last time i had this problem i had to make sure "make posix" works. now everytime I do make posix i get:
make: *** No rule to make target `posix'. Stop.

I never remember getting this message or being stuck on this. what's going on. can't get rtmpdump to work
 
Old 08-27-2010, 06:02 PM   #3095
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by reefis View Post
hi
i've had this same problem before, but i just had to reinstall my 10.04 (again) and tried installing nexdef2010 and am getting this error when i start a game
Buffering stream/bin/sh: rtmpdump: not found

last time i had this problem i had to make sure "make posix" works. now everytime I do make posix i get:
make: *** No rule to make target `posix'. Stop.

I never remember getting this message or being stuck on this. what's going on. can't get rtmpdump to work
You'll need to download rtmpdump source code. I'd use 2.2c because I am finding an issue with the newer versions producing bad FLV containers. Extract that tarball into a directory, change to the directory where it was extracted (probably called "rtmpdump-2.2c") and there type "make posix". Then you can copy the resulting "rtmpdump" file to /usr/local/bin/rtmpdump or similar.
 
1 members found this post helpful.
Old 08-27-2010, 06:13 PM   #3096
reefis
LQ Newbie
 
Registered: Apr 2010
Posts: 27

Rep: Reputation: 15
thanks!!
 
Old 08-31-2010, 05:29 PM   #3097
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
The latest SVN - up seems to have borked my mlbviewer. How do I undue the upgrade?
 
Old 09-01-2010, 11:57 AM   #3098
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by rjwood View Post
The latest SVN - up seems to have borked my mlbviewer. How do I undue the upgrade?
You can update to a specific revision with the -r option. I believe the last update was revision 266...so you would want 265? The update worked fine for me though...
Code:
svn update -r 265
 
Old 09-03-2010, 08:13 PM   #3099
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
266 is nothing but a typo fix.

Try performing checkout again.

Quote:
$ cd $HOME
$ svn co https://mlbviewer.svn.sourceforge.ne...hes/nexdef2010 nexdef2010
$ cd nexdef2010
$ python mlbviewer.py
 
Old 09-05-2010, 05:58 PM   #3100
mkomko
Member
 
Registered: Mar 2010
Posts: 97

Rep: Reputation: 3
Oh no, did MLB change something again?

Code:
Traceback (most recent call last):
  File "mlbviewer.py", line 1499, in <module>
    curses.wrapper(mainloop, mycfg.data)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "mlbviewer.py", line 1218, in mainloop
    myscr.addstr(1,0,u)
_curses.error: addstr() returned ERR
Do you also get this error? Thanks...
 
Old 09-05-2010, 09:12 PM   #3101
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
I'm getting the same error for the 1200k feed for MIL @ PHI. The 1800 gives me the usual does not exist error, and the 800k feed gives me a login error. (All feeds the home team, PHI.)

Ok, so I did a little research and the error is that curses is throwing an exception trying to display the command. So, if you're having this error, go to your mlbviewer config file (~/.mlb/config) and change the show player command to 0, i.e. show_player_command=0

Then it's back to glorious glorious mlbviewer!

Last edited by mchapter; 09-06-2010 at 03:46 PM. Reason: the fix!!!
 
1 members found this post helpful.
Old 09-06-2010, 05:06 PM   #3102
mkomko
Member
 
Registered: Mar 2010
Posts: 97

Rep: Reputation: 3
Quote:
Originally Posted by mchapter View Post
Ok, so I did a little research and the error is that curses is throwing an exception trying to display the command. So, if you're having this error, go to your mlbviewer config file (~/.mlb/config) and change the show player command to 0, i.e. show_player_command=0

Then it's back to glorious glorious mlbviewer!
Wow, nice catch! Thank you so much.
 
Old 09-20-2010, 06:09 PM   #3103
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Any one else having problems with not being able to login? I'm getting a verification error even through the flash player.
 
Old 09-21-2010, 01:11 PM   #3104
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
I am not getting a problem with login as such (I don't think), but with an MLB basic account, from some time since Sunday the name format of the streams seems to have changed. All games fail with "An error occurred in locating the game stream" error. In debug mode I get:

Traceback (most recent call last):
File "./mlbviewer.py", line 1499, in <module>
curses.wrapper(mainloop, mycfg.data)
File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "./mlbviewer.py", line 1193, in mainloop
u = g.url()
File "/usr/local/src/mlbviewer/mlbviewer/MLBviewer/mlbtv.py", line 1254, in url
'sessionKey': urllib.unquote(self.cookies['ftmu']),
KeyError: 'ftmu'

Using the flashplayer in mozilla works (apart from the poor quality pictures from lack of video acceleration), but not when launched via the 'f' key.

Help!

Chris
 
Old 09-21-2010, 03:24 PM   #3105
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by chrisVV View Post
I am not getting a problem with login as such (I don't think), but with an MLB basic account, from some time since Sunday the name format of the streams seems to have changed. All games fail with "An error occurred in locating the game stream" error. In debug mode I get:

Traceback (most recent call last):
File "./mlbviewer.py", line 1499, in <module>
curses.wrapper(mainloop, mycfg.data)
File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "./mlbviewer.py", line 1193, in mainloop
u = g.url()
File "/usr/local/src/mlbviewer/mlbviewer/MLBviewer/mlbtv.py", line 1254, in url
'sessionKey': urllib.unquote(self.cookies['ftmu']),
KeyError: 'ftmu'

Using the flashplayer in mozilla works (apart from the poor quality pictures from lack of video acceleration), but not when launched via the 'f' key.

Help!

Chris
After my problem resolved itself, I got this error. I'm not sure if it's right or good, but I went to mlbtv.py and commented out line 1254 and another similar line 1304. I'm watching baseball right now (yesterday's ATL @ PHI game) so .. there's that I guess.

To comment out a line, put a # in front of the code, so that line 1254 looks like this:
# 'sessionKey': urllib.unquote(self.cookies['ftmu']),

Last edited by mchapter; 09-21-2010 at 03:25 PM. Reason: more detail
 
  


Reply

Tags
help, install, installation, instructions, seek, vlc, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mlb.com gameday audio stream statmobile Linux - Newbie 6 05-06-2008 10:16 PM
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration