NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) Netflix Watch Now v
« Previous 1 2 3 4 5 Next »
No download streams available rc1 1.0.2.6

 
  • 0 Vote(s) - 0 Average
No download streams available rc1 1.0.2.6
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#1
2008-12-29, 09:38 PM
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
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#2
2008-12-29, 10:39 PM
What movie are you attempting to download? I can't find that title in the list.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#3
2008-12-29, 10:53 PM (This post was last modified: 2008-12-29, 10:58 PM by pastro.)
It was the TV series 30rock. Season 1. ep 2
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#4
2008-12-29, 11:15 PM
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.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#5
2008-12-29, 11:54 PM
here you go.
It does this for anything I try to download, not just the tv series.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#6
2008-12-30, 12:04 AM
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",
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#7
2008-12-30, 01:09 AM
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.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#8
2008-12-30, 03:12 AM
Did you select "Watch" instead of "Download"?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2008-12-30, 03:39 AM
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.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Netflix Viewer DB Download Problem hrsnblm 2 14,190 2011-06-09, 01:08 PM
Last Post: hrsnblm
  No Download Streams Available jamesvanboxtel 4 6,957 2009-04-15, 02:55 PM
Last Post: AmericanSlon
  Cannot seem to download SteveB 2 2,935 2009-02-08, 05:08 PM
Last Post: SteveB
  no more "download"?? agidius 8 4,735 2009-01-10, 06:01 PM
Last Post: whurlston
  List download billynup 9 5,002 2009-01-08, 06:19 PM
Last Post: whurlston
  crash during download pastro 1 2,660 2008-12-29, 08:57 PM
Last Post: whurlston
  latest watchnow + latest GBPVR = hand/crash on download? JohnInSJ 6 4,112 2008-12-29, 06:02 AM
Last Post: whurlston
  No Download Streams Available aapocketz 15 7,083 2008-11-03, 05:53 PM
Last Post: whurlston
  GBPVR freezing when download selected lilgman1012 11 5,898 2008-09-24, 06:35 PM
Last Post: whurlston
  can't download agidius 37 14,565 2008-08-28, 04:39 PM
Last Post: agidius

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode