• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 89
[SUPPORT] USTV VoD (Video-on-Demand)
is the mtv fix on the repo or github beta?
Reply
@jharrer1980

GitHub.
// GitHub // Repository

// USTV VoD (Video-on-Demand) / World News Live / MRT Play
Reply
Anyone made any progress getting history back? Thanks for all your hard work guys.
Reply
Hello!

followed all the help here and finally got this addon working! However MTV was giving me script failed. I wasnt totally sure how to do the MTV fix but i copied the text on github into the mtv.py file found in appdata and now it goes into MTV and shows me the list of all the shows, but whenever i click full episodes, bonus scenes or any selection there is nothing shown up. just for MTV. I am in Australia so i was thinking it might be an issue because of that except all the other channels i've tried i have been able to watch things fine (CW, Oxygen) any ideas?
Reply
Hi, I've been unable to get USTV VoD to work since upgrading to Gotham (either 13.0 or 13.1 on win64. I haven't spent a lot of time trying to debug, but it would be nice to get the Daily Show working on my computer again. Anyway, here is the log, any thoughts on issues?

Code:
21:38:49 T:84084  NOTICE: _connection :: getURL :: url = http://media.mtvnservices.com/pmt/e1/players/mgid:arc:episode:thedailyshow.com:/config.xml?uri=mgid:arc:episode:thedailyshow.com:ea757fec-abc9-42f9-baba-08132edde9cb&type=network&ref=www.cc.com&geo=JP&group=entertainment&network=None&device=Other
21:38:49 T:84084  NOTICE: _connection :: getURL :: url =
21:38:49 T:84084   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: unknown url type:
                                            Traceback (most recent call last):
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 70, in <module>
                                                modes()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 67, in modes
                                                getattr(network, _common.args.sitemode)()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\comedy.py", line 486, in play_video
                                                _main_viacom.play_video(BASE, video_url2)
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\_main_viacom.py", line 45, in play_video
                                                feed_data = _connection.getURL(feed_url)
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\_connection.py", line 145, in getURL
                                                response = urllib2.urlopen(req)
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 396, in open
                                                protocol = req.get_type()
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 258, in get_type
                                                raise ValueError, "unknown url type: %s" % self.__original
                                            ValueError: unknown url type:
                                            -->End of Python script error report<--
21:38:49 T:61332   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.ustvvod/?url="http%3A%2F%2Fthedailyshow.cc.com%2Ffull-episodes%2Fm9t8zh%2Fjune-25--2014---keira-knightley"&mode="comedy"&sitemode="play_video"]
Reply
Looks like are geo block error.
Reply
(2014-06-26, 16:04)atsumori Wrote: Hi, I've been unable to get USTV VoD to work since upgrading to Gotham (either 13.0 or 13.1 on win64. I haven't spent a lot of time trying to debug, but it would be nice to get the Daily Show working on my computer again. Anyway, here is the log, any thoughts on issues?

Code:
21:38:49 T:84084  NOTICE: _connection :: getURL :: url = http://media.mtvnservices.com/pmt/e1/players/mgid:arc:episode:thedailyshow.com:/config.xml?uri=mgid:arc:episode:thedailyshow.com:ea757fec-abc9-42f9-baba-08132edde9cb&type=network&ref=www.cc.com&geo=JP&group=entertainment&network=None&device=Other
21:38:49 T:84084  NOTICE: _connection :: getURL :: url =
21:38:49 T:84084   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: unknown url type:
                                            Traceback (most recent call last):
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 70, in <module>
                                                modes()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 67, in modes
                                                getattr(network, _common.args.sitemode)()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\comedy.py", line 486, in play_video
                                                _main_viacom.play_video(BASE, video_url2)
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\_main_viacom.py", line 45, in play_video
                                                feed_data = _connection.getURL(feed_url)
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\_connection.py", line 145, in getURL
                                                response = urllib2.urlopen(req)
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 396, in open
                                                protocol = req.get_type()
                                              File "C:\Applications\XBMC\system\python\Lib\urllib2.py", line 258, in get_type
                                                raise ValueError, "unknown url type: %s" % self.__original
                                            ValueError: unknown url type:
                                            -->End of Python script error report<--
21:38:49 T:61332   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.ustvvod/?url="http%3A%2F%2Fthedailyshow.cc.com%2Ffull-episodes%2Fm9t8zh%2Fjune-25--2014---keira-knightley"&mode="comedy"&sitemode="play_video"]
I get the same error with a direct connect from Europe. Daily Show (and Colbert Report) are now geo blocked. You need a VPN Proxy or DNS Proxy to watch it from outside the US.
Reply
Noooooo! Ok, thanks for the help, I'll look into DNS proxys then.
Reply
Every time I choose a channel and then click something from the list that pops up. What I picked never plays it just brings up another list to choose from and if I choose something from that it brings up anther list and keeps doing it over and over again, nothing ever plays.
Reply
You'll only have to do this once, the pop ups are because it can't get a clean match on the tvdb data. Initialing the cache on All Shows takes a while but doing this on individual channel shouldn't be that bad depending on the site. Doing some work to make it clearer that it's caching.
Reply
(2014-07-05, 10:19)slices Wrote: You'll only have to do this once, the pop ups are because it can't get a clean match on the tvdb data. Initialing the cache on All Shows takes a while but doing this on individual channel shouldn't be that bad depending on the site. Doing some work to make it clearer that it's caching.

Ok thanks
Reply
(2014-07-05, 10:19)slices Wrote: You'll only have to do this once, the pop ups are because it can't get a clean match on the tvdb data. Initialing the cache on All Shows takes a while but doing this on individual channel shouldn't be that bad depending on the site. Doing some work to make it clearer that it's caching.
It also should not be posting a dialog that requires user intervention.
Reply
That's the only way to get the correct info for some shows, option to disable the tvdb lookup comming soon.
Reply
I tried to load ABC Family and got this thrown

Code:
############## XBMC CRASH LOG ###############

################ SYSTEM INFO ################
Date: Mon Jul 21 19:31:37 EDT 2014
XBMC Options:
Arch: x86_64
Kernel: Linux 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014
Release: Ubuntu 14.04, Trusty Tahr
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====>  Core file: /home/htpc/core (2014-07-21 19:31:36.537543999 -0400)
        =========================================
[New LWP 3916]
[New LWP 3732]
[New LWP 3742]
[New LWP 3740]
[New LWP 3746]
[New LWP 3741]
[New LWP 3743]
[New LWP 3752]
[New LWP 3747]
[New LWP 3755]
[New LWP 3750]
[New LWP 3758]
[New LWP 3754]
[New LWP 3759]
[New LWP 3760]
[New LWP 3756]
[New LWP 3769]
[New LWP 3757]
[New LWP 3817]
[New LWP 3761]
[New LWP 3819]
[New LWP 3762]
[New LWP 3913]
[New LWP 3763]
[New LWP 3764]
[New LWP 3803]
[New LWP 3895]
[New LWP 3894]
[New LWP 3848]
[New LWP 3824]
[New LWP 3785]
[New LWP 3781]
[New LWP 3777]
[New LWP 3765]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/xbmc/xbmc.bin'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f3e37f6cf79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56

Thread 34 (Thread 0x7f3de97fa700 (LWP 3765)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00000000017417bb in CThread::Sleep(unsigned int) ()
#2  0x0000000000e9870b in CAlarmClock::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3de97fa700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 33 (Thread 0x7f3dd1ffb700 (LWP 3777)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000d97f0c in NPT_PosixSharedVariable::WaitUntilEquals(int, int) ()
#2  0x0000000000da5335 in PLT_ThreadTask::IsAborting(int) ()
#3  0x0000000000da54b7 in PLT_Service::PLT_ServiceEventTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3dd1ffb700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 32 (Thread 0x7f3dd0ff9700 (LWP 3781)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000d97f0c in NPT_PosixSharedVariable::WaitUntilEquals(int, int) ()
#2  0x0000000000da5335 in PLT_ThreadTask::IsAborting(int) ()
#3  0x0000000000da54b7 in PLT_Service::PLT_ServiceEventTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3dd0ff9700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 31 (Thread 0x7f3dcfff7700 (LWP 3785)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000d97f0c in NPT_PosixSharedVariable::WaitUntilEquals(int, int) ()
#2  0x0000000000da5335 in PLT_ThreadTask::IsAborting(int) ()
#3  0x0000000000da54b7 in PLT_Service::PLT_ServiceEventTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3dcfff7700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 30 (Thread 0x7f3dfb7fe700 (LWP 3824)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000ec74a2 in CJobManager::GetNextJob(CJobWorker const*) ()
#2  0x0000000000ec77aa in CJobWorker::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3dfb7fe700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 29 (Thread 0x7f3dd3fff700 (LWP 3848)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000ec74a2 in CJobManager::GetNextJob(CJobWorker const*) ()
#2  0x0000000000ec77aa in CJobWorker::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3dd3fff700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 28 (Thread 0x7f3dd07f8700 (LWP 3894)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000d959af in NPT_BsdSocketFd::WaitForCondition(bool, bool, bool, int) ()
#2  0x0000000000d95bed in NPT_BsdSocketInputStream::Read(void*, unsigned int, unsigned int*) ()
#3  0x0000000000da8f8b in NPT_BufferedInputStream::FillBuffer() ()
#4  0x0000000000da8cea in NPT_BufferedInputStream::ReadLine(char*, unsigned int, unsigned int*, bool) ()
#5  0x0000000000da9163 in NPT_BufferedInputStream::ReadLine(NPT_String&, unsigned int, bool) ()
#6  0x0000000000d83764 in NPT_HttpRequest::Parse(NPT_BufferedInputStream&, NPT_SocketAddress const*, NPT_HttpRequest*&) ()
#7  0x0000000000dbdea4 in PLT_HttpServerSocketTask::Read(NPT_Reference<NPT_BufferedInputStream>&, NPT_HttpRequest*&, NPT_HttpRequestContext*) ()
#8  0x0000000000dbe43c in PLT_HttpServerSocketTask::DoRun() ()
#9  0x0000000000da652a in PLT_ThreadTask::Run() ()
#10 0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#11 0x00007f3e3d475182 in start_thread (arg=0x7f3dd07f8700) at pthread_create.c:312
#12 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 27 (Thread 0x7f3dcd7f2700 (LWP 3895)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000d959af in NPT_BsdSocketFd::WaitForCondition(bool, bool, bool, int) ()
#2  0x0000000000d95bed in NPT_BsdSocketInputStream::Read(void*, unsigned int, unsigned int*) ()
#3  0x0000000000da8f8b in NPT_BufferedInputStream::FillBuffer() ()
#4  0x0000000000da8cea in NPT_BufferedInputStream::ReadLine(char*, unsigned int, unsigned int*, bool) ()
#5  0x0000000000da9163 in NPT_BufferedInputStream::ReadLine(NPT_String&, unsigned int, bool) ()
#6  0x0000000000d83764 in NPT_HttpRequest::Parse(NPT_BufferedInputStream&, NPT_SocketAddress const*, NPT_HttpRequest*&) ()
#7  0x0000000000dbdea4 in PLT_HttpServerSocketTask::Read(NPT_Reference<NPT_BufferedInputStream>&, NPT_HttpRequest*&, NPT_HttpRequestContext*) ()
#8  0x0000000000dbe43c in PLT_HttpServerSocketTask::DoRun() ()
#9  0x0000000000da652a in PLT_ThreadTask::Run() ()
#10 0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#11 0x00007f3e3d475182 in start_thread (arg=0x7f3dcd7f2700) at pthread_create.c:312
#12 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7f3dd37fe700 (LWP 3803)):
#0  __lll_unlock_wake () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:371
#1  0x00007f3e3d4788a4 in _L_unlock_722 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2  0x00007f3e3d4787f4 in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x1f16b80) at pthread_mutex_unlock.c:57
#3  __GI___pthread_mutex_unlock (mutex=0x1f16b80) at pthread_mutex_unlock.c:310
#4  0x0000000000b55cee in CScriptInvocationManager::Stop(int, bool) ()
#5  0x0000000000ac2471 in XFILE::CPluginDirectory::WaitOnScriptResult(CStdStr<char> const&, int, CStdStr<char> const&, bool) ()
#6  0x0000000000ac6335 in XFILE::CPluginDirectory::StartScript(CStdStr<char> const&, bool) ()
#7  0x0000000000ac6a21 in XFILE::CPluginDirectory::GetDirectory(CStdStr<char> const&, CFileItemList&) ()
#8  0x0000000000a6bd26 in CGetDirectory::CGetJob::DoWork() ()
#9  0x0000000000ec7789 in CJobWorker::Process() ()
#10 0x0000000001741258 in CThread::Action() ()
#11 0x0000000001741919 in CThread::staticThread(void*) ()
#12 0x00007f3e3d475182 in start_thread (arg=0x7f3dd37fe700) at pthread_create.c:312
#13 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7f3de9ffb700 (LWP 3764)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000e72448 in CAirPlayServer::Process() ()
#2  0x0000000001741258 in CThread::Action() ()
#3  0x0000000001741919 in CThread::staticThread(void*) ()
#4  0x00007f3e3d475182 in start_thread (arg=0x7f3de9ffb700) at pthread_create.c:312
#5  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7f3dea7fc700 (LWP 3763)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e0839f7c4 in ?? () from /usr/lib/x86_64-linux-gnu/libshairplay.so.0
#2  0x00007f3e3d475182 in start_thread (arg=0x7f3dea7fc700) at pthread_create.c:312
#3  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7f3de8ff9700 (LWP 3913)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000ec74a2 in CJobManager::GetNextJob(CJobWorker const*) ()
#2  0x0000000000ec77aa in CJobWorker::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3de8ff9700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7f3deaffd700 (LWP 3762)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000e590f4 in JSONRPC::CTCPServer::Process() ()
#2  0x0000000001741258 in CThread::Action() ()
#3  0x0000000001741919 in CThread::staticThread(void*) ()
#4  0x00007f3e3d475182 in start_thread (arg=0x7f3deaffd700) at pthread_create.c:312
#5  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7f3dd2ffd700 (LWP 3819)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e63e3d7 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#2  0x00007f3e3d475182 in start_thread (arg=0x7f3dd2ffd700) at pthread_create.c:312
#3  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7f3deb7fe700 (LWP 3761)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000e56aa2 in SOCKETS::CSocketListener::Listen(int) ()
#2  0x0000000000e49af6 in EVENTSERVER::CEventServer::Run() ()
#3  0x0000000000e49fc8 in EVENTSERVER::CEventServer::Process() ()
#4  0x0000000001741258 in CThread::Action() ()
#5  0x0000000001741919 in CThread::staticThread(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3deb7fe700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7f3e0956e700 (LWP 3817)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e63e3d7 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#2  0x00007f3e3d475182 in start_thread (arg=0x7f3e0956e700) at pthread_create.c:312
#3  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7f3df97fa700 (LWP 3757)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000d959af in NPT_BsdSocketFd::WaitForCondition(bool, bool, bool, int) ()
#2  0x0000000000d9658d in NPT_BsdTcpServerSocket::WaitForNewClient(NPT_Socket*&, int, unsigned int) ()
#3  0x0000000000dbdd54 in PLT_HttpListenTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3df97fa700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7f3e0af45700 (LWP 3769)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e63e3d7 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#2  0x00007f3e3d475182 in start_thread (arg=0x7f3e0af45700) at pthread_create.c:312
#3  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7f3df9ffb700 (LWP 3756)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000d959af in NPT_BsdSocketFd::WaitForCondition(bool, bool, bool, int) ()
#2  0x0000000000d95d35 in NPT_BsdUdpSocket::Receive(NPT_DataBuffer&, NPT_SocketAddress*) ()
#3  0x0000000000dcefc1 in PLT_InputDatagramStream::Read(void*, unsigned int, unsigned int*) ()
#4  0x0000000000da8f8b in NPT_BufferedInputStream::FillBuffer() ()
#5  0x0000000000da8cea in NPT_BufferedInputStream::ReadLine(char*, unsigned int, unsigned int*, bool) ()
#6  0x0000000000da9163 in NPT_BufferedInputStream::ReadLine(NPT_String&, unsigned int, bool) ()
#7  0x0000000000d83764 in NPT_HttpRequest::Parse(NPT_BufferedInputStream&, NPT_SocketAddress const*, NPT_HttpRequest*&) ()
#8  0x0000000000dbdea4 in PLT_HttpServerSocketTask::Read(NPT_Reference<NPT_BufferedInputStream>&, NPT_HttpRequest*&, NPT_HttpRequestContext*) ()
#9  0x0000000000dbe43c in PLT_HttpServerSocketTask::DoRun() ()
#10 0x0000000000da652a in PLT_ThreadTask::Run() ()
#11 0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#12 0x00007f3e3d475182 in start_thread (arg=0x7f3df9ffb700) at pthread_create.c:312
#13 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7f3debfff700 (LWP 3760)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000d97f0c in NPT_PosixSharedVariable::WaitUntilEquals(int, int) ()
#2  0x0000000000da5335 in PLT_ThreadTask::IsAborting(int) ()
#3  0x0000000000dc3a20 in PLT_SsdpDeviceAnnounceTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3debfff700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7f3e0b746700 (LWP 3759)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000d959af in NPT_BsdSocketFd::WaitForCondition(bool, bool, bool, int) ()
#2  0x0000000000d9658d in NPT_BsdTcpServerSocket::WaitForNewClient(NPT_Socket*&, int, unsigned int) ()
#3  0x0000000000dbdd54 in PLT_HttpListenTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3e0b746700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7f3dfaffd700 (LWP 3754)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e641178 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#2  0x00007f3e3e641352 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#3  0x00007f3e3d475182 in start_thread (arg=0x7f3dfaffd700) at pthread_create.c:312
#4  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f3df8ff9700 (LWP 3758)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0000000000d97f0c in NPT_PosixSharedVariable::WaitUntilEquals(int, int) ()
#2  0x0000000000da5335 in PLT_ThreadTask::IsAborting(int) ()
#3  0x0000000000dc3a20 in PLT_SsdpDeviceAnnounceTask::DoRun() ()
#4  0x0000000000da652a in PLT_ThreadTask::Run() ()
#5  0x0000000000d983a6 in NPT_PosixThread::EntryPoint(void*) ()
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3df8ff9700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7f3e0a744700 (LWP 3750)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3c15a4ed in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#2  0x00007f3e3c2220d4 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#3  0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#4  0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#5  0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#6  0x00007f3e3c224462 in PyEval_EvalCode () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#7  0x00007f3e3c224922 in PyRun_FileExFlags () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#8  0x0000000000d32d9f in CPythonInvoker::execute(std::string const&, std::vector<std::string, std::allocator<std::string> > const&) ()
#9  0x0000000000d30c9d in CPythonInvoker::Execute(std::string const&, std::vector<std::string, std::allocator<std::string> > const&) ()
#10 0x0000000001741258 in CThread::Action() ()
#11 0x0000000001741919 in CThread::staticThread(void*) ()
#12 0x00007f3e3d475182 in start_thread (arg=0x7f3e0a744700) at pthread_create.c:312
#13 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7f3dfa7fc700 (LWP 3755)):
#0  0x00007f3e38028c33 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e641178 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#2  0x00007f3e3e641352 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#3  0x00007f3e3d475182 in start_thread (arg=0x7f3dfa7fc700) at pthread_create.c:312
#4  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7f3e3f687700 (LWP 3747)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00000000017417bb in CThread::Sleep(unsigned int) ()
#2  0x0000000000c6233c in MEDIA_DETECT::CDetectDVDMedia::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3e3f687700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7f3dfbfff700 (LWP 3752)):
#0  0x00007f3e38023fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3e85499c in ?? () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#2  0x00007f3e3e85451b in avahi_simple_poll_run () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#3  0x00007f3e3e8546f8 in avahi_simple_poll_iterate () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#4  0x00007f3e3e85492d in avahi_simple_poll_loop () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#5  0x00007f3e3e8549f4 in ?? () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#6  0x00007f3e3d475182 in start_thread (arg=0x7f3dfbfff700) at pthread_create.c:312
#7  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7f3e212af700 (LWP 3743)):
#0  0x00007f3e38023fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000001643392 in PERIPHERALS::CPeripheralBusUSB::WaitForUpdate() ()
#2  0x0000000001643450 in PERIPHERALS::CPeripheralBusUSB::Process() ()
#3  0x0000000001741258 in CThread::Action() ()
#4  0x0000000001741919 in CThread::staticThread(void*) ()
#5  0x00007f3e3d475182 in start_thread (arg=0x7f3e212af700) at pthread_create.c:312
#6  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7f3e22b78700 (LWP 3741)):
#0  0x00007f3e380281c7 in ioctl () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3e3a2c80f4 in ?? () from /usr/lib/x86_64-linux-gnu/libasound.so.2
#2  0x00000000009cadb5 in CAESinkALSA::AddPackets(unsigned char*, unsigned int, bool, bool) ()
#3  0x00000000009b3ced in ActiveAE::CActiveAESink::OutputSamples(ActiveAE::CSampleBuffer*) ()
#4  0x00000000009b4e89 in ActiveAE::CActiveAESink::StateMachine(int, Actor::Protocol*, Actor::Message*) ()
#5  0x00000000009b5867 in ActiveAE::CActiveAESink::Process() ()
#6  0x0000000001741258 in CThread::Action() ()
#7  0x0000000001741919 in CThread::staticThread(void*) ()
#8  0x00007f3e3d475182 in start_thread (arg=0x7f3e22b78700) at pthread_create.c:312
#9  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f3e12097700 (LWP 3746)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f3e20563143 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#2  0x00007f3e20562a67 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#3  0x00007f3e3d475182 in start_thread (arg=0x7f3e12097700) at pthread_create.c:312
#4  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f3e23379700 (LWP 3740)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00000000009afb33 in ActiveAE::CActiveAE::Process() ()
#2  0x0000000001741258 in CThread::Action() ()
#3  0x0000000001741919 in CThread::staticThread(void*) ()
#4  0x00007f3e3d475182 in start_thread (arg=0x7f3e23379700) at pthread_create.c:312
#5  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f3e21ab0700 (LWP 3742)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x000000000164627c in PERIPHERALS::CPeripheralBus::Process() ()
#2  0x0000000001741258 in CThread::Action() ()
#3  0x0000000001741919 in CThread::staticThread(void*) ()
#4  0x00007f3e3d475182 in start_thread (arg=0x7f3e21ab0700) at pthread_create.c:312
#5  0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f3e3f6997c0 (LWP 3732)):
#0  _IO_old_init (fp=fp@entry=0x7fffc7fdfbd0, flags=flags@entry=32768) at genops.c:610
#1  0x00007f3e37fb2b3b in _IO_no_init (fp=fp@entry=0x7fffc7fdfbd0, flags=flags@entry=32768, orientation=orientation@entry=-1, wd=wd@entry=0x0, jmp=jmp@entry=0x0) at genops.c:644
#2  0x00007f3e37fa7889 in _IO_vsscanf (string=0x4dba8c8 "2f", format=0x17584ff "%x", args=args@entry=0x7fffc7fdfcf8) at iovsscanf.c:41
#3  0x00007f3e37f93b07 in __sscanf (s=<optimized out>, format=<optimized out>) at sscanf.c:32
#4  0x0000000000d0cb5f in CURL::Decode(std::string const&) ()
#5  0x0000000000f3d46d in CUrlOptions::AddOptions(std::string const&) ()
#6  0x0000000000d107ef in CURL::Parse(CStdStr<char> const&) ()
#7  0x0000000000d111b7 in CURL::CURL(CStdStr<char> const&) ()
#8  0x0000000000f390a1 in URIUtils::IsScript(CStdStr<char> const&) ()
#9  0x0000000000c7dd5d in CGUIMediaWindow::OnClick(int) ()
#10 0x0000000000e9403d in CGUIWindowVideoNav::OnClick(int) ()
#11 0x0000000000e87c86 in CGUIWindowVideoBase::OnSelect(int) ()
#12 0x0000000000c7fc8c in CGUIMediaWindow::OnMessage(CGUIMessage&) ()
#13 0x0000000000e891ad in CGUIWindowVideoBase::OnMessage(CGUIMessage&) ()
#14 0x0000000000e8cd03 in CGUIWindowVideoNav::OnMessage(CGUIMessage&) ()
#15 0x00000000008cf66e in CGUIBaseContainer::OnClick(int) ()
#16 0x000000000084280a in CGUIWindow::OnAction(CAction const&) ()
#17 0x0000000000c7814d in CGUIMediaWindow::OnAction(CAction const&) ()
#18 0x0000000000e826db in CGUIWindowVideoBase::OnAction(CAction const&) ()
#19 0x0000000000e8cb71 in CGUIWindowVideoNav::OnAction(CAction const&) ()
#20 0x0000000000845bdd in CGUIWindowManager::OnAction(CAction const&) const ()
#21 0x0000000000c91dc0 in CApplication::OnAction(CAction const&) ()
#22 0x0000000000c9dcd9 in CApplicationMessenger::ProcessMessage(ThreadMessage*) ()
#23 0x0000000000ca112d in CApplicationMessenger::ProcessMessages() ()
#24 0x0000000000c9825a in CApplication::Process() ()
#25 0x0000000000d1f054 in CXBApplicationEx::Run() ()
#26 0x0000000000d24fa7 in XBMC_Run ()
#27 0x00000000007116a5 in main ()

Thread 1 (Thread 0x7f3dd17fa700 (LWP 3916)):
#0  0x00007f3e37f6cf79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007f3e37f70388 in __GI_abort () at abort.c:89
#2  0x00007f3e3c209bfe in Py_FatalError () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#3  0x00007f3e3c21dc34 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#4  0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#5  0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#6  0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#7  0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#8  0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#9  0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#10 0x00007f3e3c2243e5 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#11 0x00007f3e3c1ebe23 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#12 0x00007f3e3c21e3b1 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#13 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#14 0x00007f3e3c2243e5 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#15 0x00007f3e3c1ebe23 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#16 0x00007f3e3c21e3b1 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#17 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#18 0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#19 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#20 0x00007f3e3c224310 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#21 0x00007f3e3c1ebe23 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#22 0x00007f3e3c13f30d in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#23 0x00007f3e3c1ebe23 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#24 0x00007f3e3c1a6b61 in PyObject_CallFunctionObjArgs () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#25 0x00007f3e3c269183 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#26 0x00007f3e3c21fb11 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#27 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#28 0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#29 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#30 0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#31 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#32 0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#33 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#34 0x00007f3e3c221dd8 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#35 0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#36 0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#37 0x00007f3e3c222059 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#38 0x00007f3e3c22417d in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#39 0x00007f3e3c224462 in PyEval_EvalCode () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#40 0x00007f3e3c224922 in PyRun_FileExFlags () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#41 0x0000000000d32d9f in CPythonInvoker::execute(std::string const&, std::vector<std::string, std::allocator<std::string> > const&) ()
#42 0x0000000000d30c9d in CPythonInvoker::Execute(std::string const&, std::vector<std::string, std::allocator<std::string> > const&) ()
#43 0x0000000001741258 in CThread::Action() ()
#44 0x0000000001741919 in CThread::staticThread(void*) ()
#45 0x00007f3e3d475182 in start_thread (arg=0x7f3dd17fa700) at pthread_create.c:312
#46 0x00007f3e3803130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
############# END STACK TRACE ###############

################# LOG FILE ##################

19:26:15 T:139905328584640  NOTICE: special://profile/ is mapped to: special://masterprofile/
19:26:15 T:139905328584640  NOTICE: -----------------------------------------------------------------------
19:26:15 T:139905328584640  NOTICE: Starting XBMC (13.0 Git:0d1d803). Platform: x86 Linux 64-bit
19:26:15 T:139905328584640  NOTICE: Using Release XBMC x64 build, compiled May  4 2014 by GCC 4.8.2 for x86 Linux 64-bit 3.13.9
19:26:15 T:139905328584640  NOTICE: Running on Linux 64-bit (Ubuntu 14.04 LTS, 3.13.0-24-generic x86_64)
19:26:15 T:139905328584640  NOTICE: Host CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+, 2 cores available
19:26:15 T:139905328584640  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
19:26:15 T:139905328584640  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
19:26:15 T:139905328584640  NOTICE: special://masterprofile/ is mapped to: /home/htpc/.xbmc/userdata
19:26:15 T:139905328584640  NOTICE: special://home/ is mapped to: /home/htpc/.xbmc
19:26:15 T:139905328584640  NOTICE: special://temp/ is mapped to: /home/htpc/.xbmc/temp
19:26:15 T:139905328584640  NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
19:26:15 T:139905328584640  NOTICE: Local hostname: htpc-GC673AA-ABA-m8100n
19:26:15 T:139905328584640  NOTICE: Log File is located: /home/htpc/.xbmc/temp/xbmc.log
19:26:15 T:139905328584640  NOTICE: -----------------------------------------------------------------------
19:26:15 T:139905328584640  NOTICE: load settings...
19:26:15 T:139905328584640   ERROR: PulseAudio: Failed to connect context
19:26:15 T:139905328584640  NOTICE: PulseAudio might not be running. Context was not created.
19:26:15 T:139905328584640  NOTICE: Found 1 Lists of Devices
19:26:15 T:139905328584640  NOTICE: Enumerated ALSA devices:
19:26:15 T:139905328584640  NOTICE:     Device 1
19:26:15 T:139905328584640  NOTICE:         m_deviceName      : default
19:26:15 T:139905328584640  NOTICE:         m_displayName     : Default (HDA NVidia ALC1200 Analog)
19:26:15 T:139905328584640  NOTICE:         m_displayNameExtra:
19:26:15 T:139905328584640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
19:26:15 T:139905328584640  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR
19:26:15 T:139905328584640  NOTICE:         m_sampleRates     : 44100,48000,96000,192000
19:26:15 T:139905328584640  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
19:26:15 T:139905328584640  NOTICE:     Device 2
19:26:15 T:139905328584640  NOTICE:         m_deviceName      : @:CARD=NVidia,DEV=0
19:26:15 T:139905328584640  NOTICE:         m_displayName     : HDA NVidia
19:26:15 T:139905328584640  NOTICE:         m_displayNameExtra: ALC1200 Analog
19:26:15 T:139905328584640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
19:26:15 T:139905328584640  NOTICE:         m_channels        : FL,FR
19:26:15 T:139905328584640  NOTICE:         m_sampleRates     : 48000
19:26:15 T:139905328584640  NOTICE:         m_dataFormats     : AE_FMT_S32NE
19:26:15 T:139905328584640  NOTICE:     Device 3
19:26:15 T:139905328584640  NOTICE:         m_deviceName      : iec958:CARD=NVidia,DEV=0
19:26:15 T:139905328584640  NOTICE:         m_displayName     : HDA NVidia
19:26:15 T:139905328584640  NOTICE:         m_displayNameExtra: ALC1200 Digital S/PDIF
19:26:15 T:139905328584640  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:26:15 T:139905328584640  NOTICE:         m_channels        : FL,FR
19:26:15 T:139905328584640  NOTICE:         m_sampleRates     : 44100,48000,88200,96000,192000
19:26:15 T:139905328584640  NOTICE:         m_dataFormats     : AE_FMT_AC3,AE_FMT_DTS,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
19:26:15 T:139905328584640  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:26:15 T:139905328584640  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:26:15 T:139905328584640  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <useddsfanart>true</useddsfanart>
                                              <cputempcommand>cputemp</cputempcommand>
                                              <gputempcommand>gputemp</gputempcommand>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <disableipv6>true</disableipv6>
                                              </network>
                                            </advancedsettings>
19:26:15 T:139905328584640  NOTICE: Default DVD Player: dvdplayer
19:26:15 T:139905328584640  NOTICE: Default Video Player: dvdplayer
19:26:15 T:139905328584640  NOTICE: Default Audio Player: paplayer
19:26:15 T:139905328584640  NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:26:15 T:139905328584640  NOTICE: Log level changed to 0
19:26:15 T:139905328584640  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
19:26:15 T:139905328584640  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:26:15 T:139905328584640  NOTICE: Loaded playercorefactory configuration
19:26:15 T:139905328584640  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:26:15 T:139905328584640  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:26:15 T:139904855545600  NOTICE: Thread ActiveAE start, auto delete: false
19:26:15 T:139904847152896  NOTICE: Thread AESink start, auto delete: false
19:26:15 T:139905328584640  NOTICE: Running database version Addons16
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository repository.xbmc.org
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository repository.eldorado
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository repository.xbmchub
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository plugin.video.xbmctorrent
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository repository.divingmule.addons
19:26:15 T:139905328584640  NOTICE: ADDONS: Using repository repository.mash2k3
19:26:15 T:139904829556480  NOTICE: Thread PeripBusCEC start, auto delete: false
19:26:15 T:139904821163776  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
19:26:15 T:139905328584640  NOTICE: Setup SDL
19:26:15 T:139905328584640  NOTICE: Checking resolution 16
19:26:16 T:139905328584640  NOTICE: Using visual 0x207
19:26:16 T:139905328584640  NOTICE: GL_VENDOR = X.Org R300 Project
19:26:16 T:139905328584640  NOTICE: GL_RENDERER = Gallium 0.4 on ATI RV370
19:26:16 T:139905328584640  NOTICE: GL_VERSION = 2.1 Mesa 10.1.0
19:26:16 T:139905328584640  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
19:26:16 T:139905328584640  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_multitexture GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_primitive_restart GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_pixel_buffer_object GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_gpu_program_parameters GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_vertex_array_bgra GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_NV_vdpau_interop GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_AMD_shader_trinary_minmax GL_ARB_clear_buffer_object GL_ARB_invalidate_subdata GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_texture_mirror_clamp_to_edge
19:26:16 T:139905328584640   ERROR: GLX: Same window as before, refreshing context
19:26:16 T:139905328584640  NOTICE: No Joystick name specified, loading default map
19:26:16 T:139905328584640  NOTICE: Previous line repeats 35 times.
19:26:16 T:139905328584640  NOTICE: Running database version Addons16
19:26:16 T:139905328584640  NOTICE: Running database version ViewModes6
19:26:16 T:139905328584640  NOTICE: Running database version Textures13
19:26:16 T:139905328584640  NOTICE: Running database version MyMusic46
19:26:16 T:139905328584640  NOTICE: Running database version MyVideos78
19:26:16 T:139905328584640  NOTICE: Running database version TV22
19:26:16 T:139905328584640  NOTICE: Running database version Epg7
19:26:16 T:139905328584640  NOTICE: start dvd mediatype detection
19:26:16 T:139905328584640  NOTICE: initializing playlistplayer
19:26:16 T:139905328584640  NOTICE: DONE initializing playlistplayer
19:26:16 T:139905328510720  NOTICE: Thread DetectDVDMedia start, auto delete: false
19:26:16 T:139905328584640 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
19:26:16 T:139905328584640 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
19:26:16 T:139905328584640  NOTICE: initialize done
19:26:16 T:139905328584640  NOTICE: Running the application...
19:26:16 T:139904456877824  NOTICE: Thread LanguageInvoker start, auto delete: false
19:26:16 T:139904456877824  NOTICE: Previous line repeats 2 times.
19:26:16 T:139904456877824  NOTICE: -->Python Interpreter Initialized<--
19:26:16 T:139904413271808  NOTICE: Thread JobWorker start, auto delete: true
19:26:16 T:139905328584640  NOTICE: starting zeroconf publishing
19:26:16 T:139905328584640  NOTICE: Webserver: Starting...
19:26:16 T:139905328584640  NOTICE: WebServer: Started the webserver
19:26:16 T:139905328584640  NOTICE: starting upnp server
19:26:16 T:139904189196032  NOTICE: Thread JobWorker start, auto delete: true
19:26:16 T:139904440092416  NOTICE: -->Python Interpreter Initialized<--
19:26:16 T:139905328584640  NOTICE: starting upnp renderer
19:26:16 T:139905328584640  NOTICE: ES: Starting event server
19:26:16 T:139905328584640   ERROR: JSONRPC Server: Failed to connect to sdpd
19:26:16 T:139903895582464  NOTICE: Thread AirPlayServer start, auto delete: false
19:26:16 T:139903920760576  NOTICE: Thread EventServer start, auto delete: false
19:26:16 T:139903920760576  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:26:16 T:139903920760576  NOTICE: UDP: Listening on port 9777
19:26:16 T:139903887189760  NOTICE: Thread AlarmClock start, auto delete: false
19:26:16 T:139903912367872  NOTICE: Thread TCPServer start, auto delete: false
19:26:16 T:139904801679104  NOTICE: Thread RSSReader start, auto delete: false
19:26:16 T:139904448485120  NOTICE: -->Python Interpreter Initialized<--
19:26:16 T:139904440092416  NOTICE:  StorageServer Module loaded RUN
19:26:16 T:139904440092416  NOTICE: StorageClient-2.5.4 Starting server
19:26:46 T:139903442573056  NOTICE: Thread LanguageInvoker start, auto delete: false
19:26:46 T:139903442573056  NOTICE: -->Python Interpreter Initialized<--
19:27:44 T:139903526500096  NOTICE: Thread JobWorker start, auto delete: true
19:27:51 T:139903518107392  NOTICE: Thread BackgroundLoader start, auto delete: false
19:27:56 T:139903518107392  NOTICE: Thread JobWorker start, auto delete: true
19:27:57 T:139903878797056  NOTICE: Thread BackgroundLoader start, auto delete: false
19:28:06 T:139903878797056  NOTICE: Previous line repeats 3 times.
19:28:06 T:139903878797056  NOTICE: Thread JobWorker start, auto delete: true
19:28:07 T:139904421390080  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:05 T:139904189196032  NOTICE: Previous line repeats 1 times.
19:29:05 T:139904189196032  NOTICE: Thread JobWorker start, auto delete: true
19:29:09 T:139903526500096  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:54 T:139903526500096  NOTICE: Previous line repeats 6 times.
19:29:54 T:139903526500096  NOTICE: Thread FileCache start, auto delete: false
19:29:55 T:139903878797056  NOTICE: Previous line repeats 1 times.
19:29:55 T:139903878797056  NOTICE: Thread BackgroundLoader start, auto delete: false
19:30:17 T:139903526500096  NOTICE: Previous line repeats 5 times.
19:30:17 T:139903526500096  NOTICE: Thread JobWorker start, auto delete: true
19:30:19 T:139903878797056  NOTICE: Thread FileCache start, auto delete: false
19:30:19 T:139903878797056  NOTICE: Thread BackgroundLoader start, auto delete: false
19:30:54 T:139903484536576  NOTICE: Thread FileCache start, auto delete: false
19:31:01 T:139903484536576  NOTICE: Previous line repeats 2 times.
19:31:01 T:139903484536576  NOTICE: Thread BackgroundLoader start, auto delete: false
19:31:03 T:139903501321984  NOTICE: Previous line repeats 1 times.
19:31:03 T:139903501321984  NOTICE: Thread FileCache start, auto delete: false
19:31:03 T:139903501321984  NOTICE: Thread BackgroundLoader start, auto delete: false
19:31:10 T:139903878797056  NOTICE: Previous line repeats 4 times.
19:31:10 T:139903878797056  NOTICE: Thread FileCache start, auto delete: false
19:31:21 T:139903878797056  NOTICE: Thread BackgroundLoader start, auto delete: false
19:31:21 T:139903878797056  NOTICE: Thread JobWorker start, auto delete: true
19:31:24 T:139903484536576  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:24 T:139903484536576  NOTICE: -->Python Interpreter Initialized<--
19:31:25 T:139903484536576  NOTICE:
                                            
                                            
                                             start of USTV VoD plugin
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : adultswim
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : tvland
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : comedy
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : natgeo
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : syfy
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : cbs
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : amc
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : disneyjunior
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : marvelkids
19:31:25 T:139903484536576  NOTICE: !!! plugin loading of site : pbskids
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : aetv
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : natgeowild
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : nickteen
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : vh1
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : disney
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : msnbc
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : pbs
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : fox
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : oxygen
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : abcfamily
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : abcnews
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : thecw
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : nbc
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : thewbkids
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : crackle
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : disneyxd
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : usa
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : spike
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : abc
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : mtv
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : nick
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : bravo
19:31:26 T:139903484536576  NOTICE: !!! plugin loading of site : nicktoons
19:31:26 T:139903484536576   ERROR: CPythonInvoker(4, /home/htpc/.xbmc/addons/plugin.video.ustvvod/default.py): failed to run the gc to clean up after running prior to shutting down the Interpreter
19:31:26 T:139903484536576 WARNING: CPythonInvoker(4, /home/htpc/.xbmc/addons/plugin.video.ustvvod/default.py): the python script "/home/htpc/.xbmc/addons/plugin.video.ustvvod/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
19:31:26 T:139903484536576  NOTICE: Thread BackgroundLoader start, auto delete: false
19:31:28 T:139903484536576  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:28 T:139903484536576  NOTICE: -->Python Interpreter Initialized<--
19:31:28 T:139903484536576  NOTICE:
                                            
                                            
                                             start of USTV VoD plugin
19:31:28 T:139903484536576  NOTICE: !!! plugin loading of site : abc
19:31:28 T:139903484536576  NOTICE: _connection :: getURL :: url = http://api.watchabc.go.com/vp2/ws/s/contents/2015/shows/jsonp/001/001/-1
19:31:30 T:139905328584640   ERROR: GetDirectory - Error getting plugin://plugin.video.ustvvod/?fanart=%22%2fhome%2fhtpc%2f.xbmc%2faddons%2fplugin.video.ustvvod%2ffanart.jpg%22&mode=%22abc%22&name=%22ABC%22&sitemode=%22rootlist%22&thumb=%22%2fhome%2fhtpc%2f.xbmc%2faddons%2fplugin.video.ustvvod%2fresources%2fimages%2fabc.png%22&url=%22%22
19:31:30 T:139905328584640   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.ustvvod/?fanart=%22%2fhome%2fhtpc%2f.xbmc%2faddons%2fplugin.video.ustvvod%2ffanart.jpg%22&mode=%22abc%22&name=%22ABC%22&sitemode=%22rootlist%22&thumb=%22%2fhome%2fhtpc%2f.xbmc%2faddons%2fplugin.video.ustvvod%2fresources%2fimages%2fabc.png%22&url=%22%22) failed
19:31:30 T:139903501321984  NOTICE: Thread BackgroundLoader start, auto delete: false
19:31:31 T:139903484536576  NOTICE: '20/20'
19:31:31 T:139903484536576  NOTICE: 48
19:31:31 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=20%2F20
19:31:31 T:139903484536576  NOTICE: _connection :: getURL :: url = http://thetvdb.com/api/03B8C17597ECBD64/series/72289/en.xml
19:31:32 T:139903484536576  NOTICE: 'ABC News Specials'
19:31:32 T:139903484536576  NOTICE: 115
19:31:32 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=ABC+News+Specials
19:31:33 T:139903484536576  NOTICE: 'America's Funniest Home Videos'
19:31:33 T:139903484536576  NOTICE: 115
19:31:33 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=America%27s+Funniest+Home+Videos
19:31:33 T:139903484536576  NOTICE: _connection :: getURL :: url = http://thetvdb.com/api/03B8C17597ECBD64/series/76235/en.xml
19:31:33 T:139903484536576  NOTICE: 'American Crime'
19:31:33 T:139903484536576  NOTICE: 101
19:31:33 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=American+Crime
19:31:34 T:139903484536576  NOTICE: _connection :: getURL :: url = http://thetvdb.com/api/03B8C17597ECBD64/series/281613/en.xml
19:31:34 T:139903484536576  NOTICE: 'The Bachelor'
19:31:34 T:139903484536576  NOTICE: 114
19:31:34 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=The+Bachelor
19:31:35 T:139903484536576  NOTICE: _connection :: getURL :: url = http://thetvdb.com/api/03B8C17597ECBD64/series/70869/en.xml
19:31:35 T:139903484536576  NOTICE: 'The Bachelorette'
19:31:35 T:139903484536576  NOTICE: 101
19:31:35 T:139903484536576  NOTICE: _connection :: getURL :: url = http://www.thetvdb.com/api/GetSeries.php?seriesname=The+Bachelorette
19:31:35 T:139903484536576  NOTICE: _connection :: getURL :: url = http://thetvdb.com/api/03B8C17597ECBD64/series/71187/en.xml
19:31:36 T:139903518107392   ERROR: CPythonInvoker(5, /home/htpc/.xbmc/addons/plugin.video.ustvvod/default.py): script didn't stop in 5 seconds - let's kill it


############### END LOG FILE ################

############ END XBMC CRASH LOG #############
Reply
Grah, more issues with the Daily Show. Note that I have my DNS proxy set up already and USTV VoD was working fine for a while since my last post. Anhttp://www.slate.com/articles/technology/bitwise/2014/07/roko_s_basilisk_the_most_terrifying_thought_experiment_of_all_time.htmly Ideas?

Code:
19:40:18 T:7664   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('uri',)
                                            Traceback (most recent call last):
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 70, in <module>
                                                modes()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\default.py", line 67, in modes
                                                getattr(network, _common.args.sitemode)()
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\comedy.py", line 486, in play_video
                                                _main_viacom.play_video(BASE, video_url2)
                                              File "C:\Applications\XBMC\portable_data\addons\plugin.video.ustvvod\resources\lib\_main_viacom.py", line 38, in play_video
                                                uri = urllib.unquote_plus(params['uri'])
                                            KeyError: ('uri',)
                                            -->End of Python script error report<--
19:40:18 T:4088   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.ustvvod/?url="http%3A%2F%2Fthedailyshow.cc.com%2Ffull-episodes%2F3xkgk9%2Fjuly-23--2014---george-takei"&mode="comedy"&sitemode="play_video"]
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 89

Logout Mark Read Team Forum Stats Members Help
[SUPPORT] USTV VoD (Video-on-Demand)10