NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 3 4 5 6 7 … 93 Next »
Media Browser Integration

 
  • 0 Vote(s) - 0 Average
Media Browser Integration
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#231
2014-01-28, 08:58 PM
And where can you find the pre-release of NPVR?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#232
2014-01-28, 10:49 PM
PM sub and see what he says.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#233
2014-01-30, 03:48 AM
New version on FTP server: newa-enhanced.v2.12_20140129-1.zip

This contains the online version check for NPVR. API doc updated as well.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#234
2014-01-31, 08:26 PM
I installed the latest version of NextPvr (3.2.4).
Then i tried to open the api page (Installed NEWA pack newa-enhanced.v2.12_20140129-1.zip).

But i get a friendly error. I changed it to the not friendly way. Smile

And it give me this back


Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'N_EWA.classes.TunerStatusObject' does not contain a definition for 'GetTunerStatus' and no extension method 'GetTunerStatus' accepting a first argument of type 'N_EWA.classes.TunerStatusObject' could be found (are you missing a using directive or an assembly reference?)

Source Error:




Line 144:
Line 145: //Return the tuner status
Line 146: rsp.Content = new ObjectContent<Object>(tuner.GetTunerStatus(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 147:
Line 148: return rsp;


Source File: c:\Users\Public\NPVR\web\App_Code\UtilServiceController.cs Line: 146
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#235
2014-02-01, 01:55 AM
Svekke Wrote:I installed the latest version of NextPvr (3.2.4).
Then i tried to open the api page (Installed NEWA pack newa-enhanced.v2.12_20140129-1.zip).

But i get a friendly error. I changed it to the not friendly way. Smile

And it give me this back


Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'N_EWA.classes.TunerStatusObject' does not contain a definition for 'GetTunerStatus' and no extension method 'GetTunerStatus' accepting a first argument of type 'N_EWA.classes.TunerStatusObject' could be found (are you missing a using directive or an assembly reference?)

Source Error:




Line 144:
Line 145: //Return the tuner status
Line 146: rsp.Content = new ObjectContent<Object>(tuner.GetTunerStatus(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 147:
Line 148: return rsp;


Source File: c:\Users\Public\NPVR\web\App_Code\UtilServiceController.cs Line: 146

Thanks.... Sorry about that......I indeed missed updating a class.

New build on server will fix it: newa-enhanced.v2.12_20140131-1.zip
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#236
2014-02-01, 06:30 AM
No problem. Smile
It works now.

I will also test this evening the recording problem i had...

I did also a litte test for the tuner stats. And i get this back

Server Error in '/' Application.
--------------------------------------------------------------------------------



The resource cannot be found.




Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.




Requested URL: /public/Util/Tunner/Stat/
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#237
2014-02-01, 07:07 AM
Svekke Wrote:Requested URL: /public/Util/Tunner/Stat/

Remove one "n" from your request.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#238
2014-02-01, 06:48 PM
whurlston Wrote:Remove one "n" from your request.

Thanks.... Looks like I added an extra n in the API doc.... fixed for next build.

Patch attached.... make sure to flush browser cache.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#239
2014-02-02, 09:41 AM
I also get it for the Initialize

Server Error in '/' Application.
--------------------------------------------------------------------------------



The resource cannot be found.




Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.




Requested URL: /public/Util/NPVR/Client/Initialize




--------------------------------------------------------------------------------


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#240
2014-02-02, 05:05 PM
It's a two step process just like the xml interface

First you need to use /public/Util/NPVR/Client/Instantiate to get the sid and and the salt and then calculate clientKey according to the docs and the submit

/public/Util/NPVR/Client/Initialize/ClientKey?sid=....

You need to save the sid for all transactions but that is only for remote access

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (56): « Previous 1 … 22 23 24 25 26 … 56 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,773 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,158 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,952 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,253 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,490 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,966 2012-02-05, 10:29 AM
Last Post: bgowland
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,778 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,428 2009-08-19, 11:16 PM
Last Post: mvallevand
  GBPVR Media Events KingArgyle 1 1,624 2005-03-27, 07:12 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode