![]() |
|
[RELEASE] Amazon Prime Instant Video plug-in addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] Amazon Prime Instant Video plug-in addon (/showthread.php?tid=108124) |
- BlueCop - 2012-01-12 07:00 what platform are you on? post them somewhere like pastebin.com and then link to it in a post. I can look to see where it is failing. - huckw - 2012-01-12 07:09 win 7 http://pastebin.com/KEuXMDYr - BlueCop - 2012-01-12 07:14 That build is from March 8, 2011 it still has the old librtmp and doesn't support Type 9 handshakes. Code: WARNING: HandShake: Type mismatch: client sent 6, server answered 9if you are going to upgrade to an eden build then use the current beta1 http://mirrors.xbmc.org/releases/win32/xbmc-11.0-Eden_beta1.exe It has a more recent librtmp. - huckw - 2012-01-12 07:18 crikey...sorry about that..thought I grabbed the right one. I'll try again. Is it true I can just install right over the top of the old one? - BlueCop - 2012-01-12 07:20 Yeap you can just install over it - huckw - 2012-01-12 07:26 OK...now I think I have the eden beta 1 (built Dec 23, 2011) but different errors. Thanks for looking at these... http://pastebin.com/rmkB21j4 - BlueCop - 2012-01-12 07:32 I think it took up your playback slots without freeing them before when you were testing things. CDP.Playback.NoAvailableStreams means that your playback slots are taken right now. They will time out in a little while. I don't know the exact time. Once they time out you can play again. This is a problem that occur when the plugin doesn't get to post the proper stop events to amazon to free it up. It must have failed somewhere when you were testing and took the slot. Please check the amazon site and see if your slots are free for playback. So you should just have to wait a few minutes for the sessions to time out. You should be able to playback again. Thanks for the log. I have been meaning to add detection of the all sessions being taken. I will try to inform the user of the slots being taken. - huckw - 2012-01-12 07:36 Uh...woops...was watching amazon prime video through browser while trying to debug this issue. Is that the "slot" you are talking about? I can't stream 2 videos at one time from amazon? - BlueCop - 2012-01-12 07:40 I believe you are allowed 2 of them. Sometimes one of those slots can be taken up without your knowledge though and needs to time out before you can use it again. I have had this problem a few times when I started developing the plugin. I added something to post stop event soon after starting the stream to free up the slots quickly. I have had a slot mistakenly taken when switching around videos in a browser. I have also had one taken up with a browser crash. They always free up in 10-15 minutes though if I didn't have the session info to manually post a stop event. - huckw - 2012-01-12 07:50 SWEET!! I'm up and running AND no more script error when adding shows to favorites either. If I get any dropped streams I'll see how the resume feature works. Love this plugin...great work BlueCop!! |