code-google-com / mythbox

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

LiveTV don't work on remote frontend #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I run LiveTV and get an error (see log). At the same time all work fine on 
local frontend.
2.Myhbox 1.02 on Ubuntu 10.10
3.See full log in attachment. I should add that I use the Russian language for 
the channel names and EPG.

13:29:49 T:2966686576 M:419000320 WARNING: dll_fdopen - mode 0x41 differs from 
fd mode 0x200c2
13:30:03 T:3078961024 M:408449024 WARNING: Previous line repeats 1 times.
13:30:03 T:3078961024 M:408449024  NOTICE: DVDPlayer: Opening: 
myth://mythtv:0y4n8d7G@192.168.0.100:6543/channels/4.ts
13:30:03 T:3078961024 M:408449024 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
13:30:03 T:2981493616 M:408449024  NOTICE: Creating InputStream
13:30:04 T:2981493616 M:408088576   ERROR: SetupLiveTV - unable to spawn live 
tv: Failed to setup livetv.
13:30:04 T:2981493616 M:408141824   ERROR: CDVDPlayer::OpenInputStream - error 
opening [myth://mythtv:0y4n8d7G@192.168.0.100:6543/channels/4.ts]
13:30:04 T:2981493616 M:408141824  NOTICE: CDVDPlayer::OnExit()
13:30:04 T:2981493616 M:408141824  NOTICE: CDVDPlayer::OnExit() deleting input 
stream
13:30:04 T:3078961024 M:408182784   ERROR: Playlist Player: skipping unplayable 
item: 0, path [myth://mythtv:password@192.168.0.100:6543/channels/4.ts]
13:30:04 T:3078961024 M:408182784  NOTICE: CDVDPlayer::CloseFile()
13:30:04 T:3078961024 M:408182784 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
13:30:04 T:3078961024 M:408182784  NOTICE: DVDPlayer: waiting for threads to 
exit
13:30:04 T:3078961024 M:408182784  NOTICE: DVDPlayer: finished waiting
13:32:25 T:2966686576 M:410124288  NOTICE: ERROR | mythbox.ui | livetv.py | 
MainThread | Line 350 | invalid literal for int():
13:32:25 T:2966686576 M:410124288  NOTICE: .
13:33:23 T:2966686576 M:409722880  NOTICE: ERROR | mythbox.ui | livetv.py | 
MainThread | Line 350 | (32, '\xd0\x9e\xd0\xb1\xd1\x80\xd1\x8b\xd0\xb2 
\xd0\xba\xd0\xb0\xd0\xbd\xd0\xb0\xd0\xbb\xd0\xb0')

Original issue reported on code.google.com by SandyBig...@gmail.com on 11 Mar 2011 at 10:47

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like it was a problem with logging unicode strings. Please try again w/ 
the trunk codebase and let me know if the problem is fixed.

Original comment by semir.pa...@gmail.com on 27 Mar 2011 at 1:35