nashve / mythbox

Automatically exported from code.google.com/p/mythbox
GNU General Public License v2.0
0 stars 1 forks source link

getServerVersion: REJECT 23056 #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running mythtv 0.23.1+fixes26863
2. running appletv 3.0.2 
3. XBMC 10.1 GIT Built on Mar  9 2011 (Git:e9e9099)
4. Platform: Mac OS X (8.8.2 i386). Built on Mar  9 2011 (Git:e9e9099)

What is the expected output? What do you see instead?
Playback of a TV Show (any previously recorded show). Nothing happens.

What version of the product are you using? On what operating system?
See above, see above

Please provide any additional information below.

The first error I notice in the mythbox.log is this, "D | conn.py | MainThread 
| Line 215 | getServerVersion: REJECT 23056"

Original issue reported on code.google.com by dansnewa...@gmail.com on 4 Dec 2011 at 4:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Looks like you're having problems with XBMC's built in myth:// protocol support:

D | player.py | MainThread | Line 208 | > playRecording The League
D | player.py | MainThread | Line 200 | Playback url: 
myth://mythconverg:qWDt7YiQ@192.168.0.5:6543/recordings/1035_20111117213100.mpg
D | player.py | MainThread | Line 221 | < playRecording
D | recordingdetails.py | MainThread | Line 247 | unhandled action = 
<xbmcgui.Action object at 0xcad4550>  id = 7
D | player.py | MainThread | Line 73 | > onPlayBackStopped
E | player.py | MainThread | Line 78 | onPlayBackStopped

I would reproduce the problem outside of MythBox 
(http://wiki.xbmc.org/?title=MythTV) and create an issue on XBMC's bug tracker.

Alternatively, you can bypass using XBMC's myth:// protocol support by  
disabling  

MythBox > Settings > MythTV > Enable Streaming

and locally mounting your remote storage groups via nfs, afp, samba.

Original comment by semir.pa...@gmail.com on 30 Jan 2012 at 12:33