Cyberkid2002 Wrote:Im running a nightly from a few days back (4-5ish) and updated to the latest iplayer version from Hitchers repo and still getting errors when loading clicking on a channel.
Debug log please.
exobuzz
Fan Posts: 533 Joined: Aug 2004 Reputation: 9 |
2011-04-22 19:39
Post: #1421
Cyberkid2002 Wrote:Im running a nightly from a few days back (4-5ish) and updated to the latest iplayer version from Hitchers repo and still getting errors when loading clicking on a channel. Debug log please. |
| find quote |
exobuzz
Fan Posts: 533 Joined: Aug 2004 Reputation: 9 |
2011-04-22 19:40
Post: #1422
Rocky5 Wrote:This new version is still stopping playback at random times, on my setup. Nothing I can do about this. I send the url to xbmc to play (using librtmp to talk to the server). this could be a networking issue, or something else. perhaps try another stream provider. |
| find quote |
Cyberkid2002
Senior Member Posts: 118 Joined: Jan 2011 Reputation: 0 |
2011-04-23 17:36
Post: #1423
exobuzz Wrote:Debug log please. Hi, Sorry, I should have posted this along with my original message. I think the bit below is the relevant part. let me know if there is more you need: 16:28:19 T:49592 M:972419072 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.iplayer/?feed_channel=bbc_one&listing=list) 16:28:19 T:49592 M:972419072 DEBUG: ParentPath = [plugin://plugin.video.iplayer/?tvradio=tv] 16:28:19 T:10408 M:972419072 DEBUG: Thread CJobWorker start, auto delete: 1 16:28:19 T:10408 M:972419072 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin iPlayer('plugin://plugin.video.iplayer/','0','?feed_channel=bbc_one&listing=list') 16:28:19 T:10408 M:972419072 INFO: initializing python engine. 16:28:19 T:10408 M:972419072 DEBUG: new python thread created. id=7 16:28:19 T:10408 M:972419072 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the iPlayer plugin... 16:28:19 T:13344 M:972419072 DEBUG: Thread XBPyThread start, auto delete: 0 16:28:19 T:13344 M:972419072 DEBUG: Python thread: start processing 16:28:20 T:13344 M:972103680 NOTICE: -->Python Interpreter Initialized<-- 16:28:20 T:13344 M:972103680 DEBUG: XBPyThread::Process - The source file to load is C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer\default.py 16:28:20 T:13344 M:972103680 DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer;C:\Users\muz\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\muz\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files\xbmc\addons\script.module.pil\lib;C:\Users\muz\AppData\Roaming\XBMC\addons\script.module.elementtree\lib;C:\Program Files\xbmc\addons\script.module.pysqlite\lib;C:\Program Files\xbmc\system\python\DLLs;C:\Program Files\xbmc\system\python\Lib;C:\Program Files\xbmc\python26.zip;C:\Program Files\xbmc\system\python\lib\plat-win;C:\Program Files\xbmc\system\python\lib\lib-tk;C:\Program Files\xbmc;C:\Program Files\xbmc\system\python;C:\Program Files\xbmc\system\python\lib\site-packages; 16:28:20 T:13344 M:972103680 DEBUG: XBPyThread::Process - Entering source directory C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer 16:28:20 T:13344 M:972103680 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.iplayer" dependent on version 1.0 of the xbmc.python api 16:28:20 T:13344 M:971657216 ERROR: C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer\lib\iplayer2.py:8: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 16:28:20 T:49592 M:971452416 DEBUG: ------ Window Init (DialogBusy.xml) ------ 16:28:20 T:13344 M:971321344 ERROR: C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer\lib\iplayer_search.py:5: DeprecationWarning: the sets module is deprecated from sets import Set 16:28:20 T:13344 M:971321344 NOTICE: iplayer2.py: INFO IPlayer: version: 2.4.9 16:28:20 T:13344 M:971321344 NOTICE: . 16:28:20 T:13344 M:971321344 NOTICE: iplayer2.py: INFO IPlayer: Subtitles dir: C:\Users\muz\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.iplayer\Subtitles 16:28:20 T:13344 M:971321344 NOTICE: . 16:28:20 T:13344 M:971309056 NOTICE: iplayer2.py: INFO (<iplayer2.feed object at 0x0946BD90>, 'list', None, None, None, None, None, None, None, None) 16:28:20 T:13344 M:971309056 NOTICE: . 16:28:20 T:13344 M:971309056 NOTICE: iplayer2.py: INFO Read RSS: http://feeds.bbc.co.uk/iplayer/bbc_one/list 16:28:20 T:13344 M:971309056 NOTICE: . 16:28:20 T:13344 M:971309056 NOTICE: iplayer2.py: INFO Feed URL not in cache, requesting... 16:28:20 T:13344 M:971309056 NOTICE: . 16:28:20 T:13344 M:971309056 NOTICE: Traceback (most recent call last): 16:28:20 T:13344 M:971309056 NOTICE: File "C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer\lib\iplayer2.py", line 161, in httpget 16:28:20 T:13344 M:971309056 NOTICE: resp, data = http.request(url, 'GET') 16:28:20 T:13344 M:971309056 NOTICE: File "C:\Users\muz\AppData\Roaming\XBMC\addons\plugin.video.iplayer\lib\httplib2\__init__.py", line 1092, in request 16:28:20 T:13344 M:971251712 NOTICE: info = email.Message.Message() 16:28:20 T:13344 M:971251712 NOTICE: File "C:\Program Files\xbmc\system\python\Lib\email\__init__.py", line 79, in __getattr__ 16:28:20 T:13344 M:971247616 NOTICE: __import__(self.__name__) 16:28:20 T:13344 M:971247616 NOTICE: ImportError: No module named message 16:28:20 T:13344 M:971243520 INFO: Loading skin file: DialogOK.xml 16:28:21 T:10408 M:971218944 INFO: Loading skin file: DialogProgress.xml 16:28:21 T:10408 M:971214848 DEBUG: DialogProgress::StartModal called 16:28:21 T:10408 M:971214848 DEBUG: ------ Window Init (DialogProgress.xml) ------ 16:28:21 T:49592 M:971214848 DEBUG: ------ Window Init (DialogOK.xml) ------ 16:28:21 T:49592 M:971108352 DEBUG: ------ Window Deinit (DialogBusy.xml) ------ |
| find quote |
exobuzz
Fan Posts: 533 Joined: Aug 2004 Reputation: 9 |
2011-04-23 19:47
Post: #1424
Cyberkid2002 Wrote:Hi, the whole log please, via pastebin or similar. I cant see specific information regarding your version/platform and so on, plus other info I might need. |
| find quote |
Chalex4
Junior Member Posts: 7 Joined: Apr 2011 Reputation: 0 |
2011-04-25 02:02
Post: #1425
Hey,
Got pretty excited about this addon earlier today when I saw it existed! Installed it successfully on my Apple TV 2 running XBMC but had no luck in actually streaming anything. I'm obviously based in the UK, but when I clicked TV > Popular and selected a Doctor who episode it started to load, but then always quit within about 2 seconds of playing. Sometimes the video started streaming, sometimes it just didn't load at all. The same thing happened on every video I tried. I played around a lot with the settings as well, but that didn't help. Nothing seemed to make it better. Also had a go at streaming some of the live tv, but when I clicked a channel nothing seemed to happen. Is this feature implemented yet? Anyway, created a debug log file like you asked . Hope it helps you get to the bottom of this as it would be an amazing feature to have. Just in case you're wondering, I've replaced some passwords with *HIDDEN*. It can be found here:http://pastebin.com/rSBcSCpn Thanks! |
| find quote |
exobuzz
Fan Posts: 533 Joined: Aug 2004 Reputation: 9 |
2011-04-25 02:16
Post: #1426
Chalex4 Wrote:I played around a lot with the settings as well, but that didn't help. Nothing seemed to make it better. Also had a go at streaming some of the live tv, but when I clicked a channel nothing seemed to happen. Is this feature implemented yet? How is your machine connected? Looks like "networking" issues as they do start playing. of course it could be anything, from wireless dropouts, to a temporary issue at the cdn. worth trying a few providers or dropping the quality to 800kbit perhaps. Or perhaps just try in a few hours and see if it was a temporary glitch. not sure I can help more than that, as it fails after the stream url has been sent to xbmc, when the plugin is no longer involved. live tv should work, at least when I last tried. |
| find quote |
Chalex4
Junior Member Posts: 7 Joined: Apr 2011 Reputation: 0 |
2011-04-25 02:26
Post: #1427
Live TV does absolutely nothing it seems. XBMC doesn't even give me a "Loading" or anything, the Apple TV just flashes its white LED to say it's received a signal from the remote.
I don't think it can be a problem with the internal network, especially because just before I started this test I was streaming 1080p MKVs around just fine to the TV using XBMC. It's all wired up with Cat5e to our Drobo FS. Wireless is off. Oh yeah, and I tried every provider on the list earlier today. I didn't manually set it to 800kbit, as I thought Auto would choose the best option. I did manually set it to 1600 though, but it was just the same. Really appreciate the help though mate. I'll definitely try again in the morning. |
| find quote |
Chalex4
Junior Member Posts: 7 Joined: Apr 2011 Reputation: 0 |
2011-04-25 12:51
Post: #1428
Had another look and I'm still getting the same problem even when setting the stream quality to its lowest. Also tried reinstalling the addon, but to no avail.
Just another note, when I open the plugin and get presented with the: TV Radio Settings options, I can't seem to go into the settings menu this way either. It responds just the same as to watching a live show, where the Apple TV 2 blinks its light, but nothing actually happens. Tried changing timeout settings as well, but no luck there. Just so you know, streaming works fine on the other xbmc areas. I can use Apple Movie Trailers Lite without issues, and addons like Revision 3 and Gametrailers don't have problems either. |
| find quote |
Chalex4
Junior Member Posts: 7 Joined: Apr 2011 Reputation: 0 |
2011-04-25 13:37
Post: #1429
Sorry to be a bit spammy, but I now love this guy:
sdesign Wrote:Not sure it will help fix the bugs people are experiencing but i have noticed that if you have xbmc set to "show information" under settings/videos/file lists/default select action and then use select to access the iplayer addon videos, hitting play in the video info screen will not play the video. This fix worked perfectly as, like him, I had set "Show Information" as the default select action. I've now changed it to "Play" and it works. For some reason, clicking play from the "Show Information" window breaks it. Also, this has also now made Live TV and the setting menu work. I guess "Show Information" didn't register as a selection command or something. Anyway, would be amazing if you could automatically make the default action in the iPlayer addon "Play" exobuzz. I like having movie information appear before watching movies. As sdesign says, all other addons seem to do this anyway and ignore the user's setting. Just so happy this works now . Doctor Who ftw. Streaming in HD works flawlessly.EDIT: The only other thing I'd like to see is a "Loading..." sign when clicking settings or live tv. XBMC just seems to hang once I've selected something for about 4 seconds which unnerves me a little.
(This post was last modified: 2011-04-25 13:49 by Chalex4.)
|
| find quote |
Cyberkid2002
Senior Member Posts: 118 Joined: Jan 2011 Reputation: 0 |
2011-04-25 15:25
Post: #1430
exobuzz Wrote:the whole log please, via pastebin or similar. I cant see specific information regarding your version/platform and so on, plus other info I might need. full log (just taken) here >>> http://pastebin.com/LKD2aDeR May beworth noting I havetrid removing/adding iplayer, and updated to the very latest nightly and still get the same error. |
| find quote |