NextPVR Forums

Full Version: No download streams available rc1 1.0.2.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to download a show I get a popup that basically states no download streams are available. I set the bitrate to the lowest setting to see if that would help but no luck. The movie cache dir does exist.
Here is a piece of the log that shows the issue.


2008-12-29 15:33:10.953 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-12-29 15:33:11.062 VERBOSE [1] UiList.GetRenderList()
2008-12-29 15:33:11.062 VERBOSE [1] selectedIndex = 1 detailsViewVisibleIndex = 0
2008-12-29 15:33:11.062 VERBOSE [1] selectedIndex = 2 detailsViewVisibleIndex = 2
2008-12-29 15:33:11.062 VERBOSE [1] Netflix: Watch Now: Writing Downloads.xml.bak
2008-12-29 15:33:11.078 VERBOSE [1] Netflix: Watch Now: Downloading movie: "The Aftermath (0) NR"
2008-12-29 15:33:11.109 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-12-29 15:33:11.203 VERBOSE [1] UiList.GetRenderList()
2008-12-29 15:33:11.359 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-12-29 15:33:11.453 VERBOSE [1] UiList.GetRenderList()
2008-12-29 15:33:12.265 ERROR [12] Netflix: Watch Now: No download streams available.
2008-12-29 15:33:12.265 VERBOSE [12] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\blue\popups\..\_CoreImages\popup_button_normal.png
2008-12-29 15:33:12.265 VERBOSE [12] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\blue\popups\..\_CoreImages\popup_button_selected.png
2008-12-29 15:33:12.297 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-12-29 15:33:12.390 VERBOSE [1] UiList.GetRenderList()
2008-12-29 15:33:12.406 VERBOSE [1] Creating new GBPVRUiElement (selected)
2008-12-29 15:33:12.406 VERBOSE [1] AnimationStage: 53
2008-12-29 15:33:12.406 VERBOSE [1] z: 1.1034
2008-12-29 15:33:12.406 VERBOSE [1] z: 1.1034
2008-12-29 15:33:12.422 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-12-29 15:33:12.515 VERBOSE [1] UiList.GetRenderList()
2008-12-29 15:33:12.515 VERBOSE [1] AnimationStage: 74
2008-12-29 15:33:12.515 VERBOSE [1] z: 1.0572
2008-12-29 15:33:12.515 VERBOSE [1] z: 1.0572
What movie are you attempting to download? I can't find that title in the list.
It was the TV series 30rock. Season 1. ep 2
Ah, ok. Can you do me a favor and start watching it on the Netflix website, view the page source and zip it and post it for me? The page source for you will be different from mine because I'm now in the Silverlight group.
here you go.
It does this for anything I try to download, not just the tv series.
You're in the Silverlight group as well so you won't be able to download anything. You'll need to set it to use the Silverlight player in the config. Everyone will be going to this soon.

Code:
<div id="[B]SLPlayerWrapper[/B]"></div>
<script type="text/javascript">
(function($, MoviePlayer){
    $(document).ready(function(){
        // initialize player
        var settings = {
            parentDomId: "SLPlayerWrapper",
            [B]xapUrl: "http://www.netflix.com/pages/watchNow/player/silverlight/SLPlayer.xap"[/B],
            initParams: "MovieId=70058400,EpisodeMovieId=70080670,TrackingId=232572370,Environment=prod",
            minVersion: "2.0.31005",
            movieId: "70080670",
whurlston Wrote:You're in the Silverlight group as well so you won't be able to download anything. You'll need to set it to use the Silverlight player in the config. Everyone will be going to this soon.

Code:
<div id="[B]SLPlayerWrapper[/B]"></div>
<script type="text/javascript">
(function($, MoviePlayer){
    $(document).ready(function(){
        // initialize player
        var settings = {
            parentDomId: "SLPlayerWrapper",
            [B]xapUrl: "http://www.netflix.com/pages/watchNow/player/silverlight/SLPlayer.xap"[/B],
            initParams: "MovieId=70058400,EpisodeMovieId=70080670,TrackingId=232572370,Environment=prod",
            minVersion: "2.0.31005",
            movieId: "70080670",


I switched over but I still get the same message. I tried Kiosk mode with the same result too.
Did you select "Watch" instead of "Download"?
Actually, nevermind. That is a bug I need to fix. Titles with episodes don't display the proper options. I should have a fix in a couple of days.