NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#861
2006-03-13, 10:23 PM
normanr Wrote:gkreis: it's bombing because of the . at the end of the filename. Won't you check to see if there's a file called 'Adaptation.'. I've also added code to 'ignore' the error and continue processing.

I did a search and the file doesn't exist now (I already viewed it and deleted it). So the fact that it is still bombing made me think the name, with the period, remains in a source that ewa scans (like the mdb).

Thanks for the team for providing a great product AND great support!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#862
2006-03-14, 01:19 AM
dreed47 Wrote:I'm having an issue scheduling thru the web admin. I get the following when I click "record this episode"

Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[MissingMethodException: Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).]
gbweb.GBPVRSchedule.ScheduleOnce(Programme programme, Quality quality) +0
gbweb.Details.lnkRecordCancel_Click(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\details.aspx.cs:254
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +83
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

++++++++++++++

The only thing I recall doing before this was I updated my zap2it lisint on their website and I refreshed in GB-PVR and restated.

I'm using 1.32.138

sub Wrote:What version of GB-PVR do you have installed?

dreed47 Wrote:96.8

You need 96.12 for release EWA release 32 and forward. Smile

FYI....release 33 due ut soon! Big Grin
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
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#863
2006-03-14, 05:48 AM
UncleJohnsBand Wrote:You need 96.12 for release EWA release 32 and forward. Smile

FYI....release 33 due ut soon! Big Grin

Looking forward to bld 33's fix for removing the empty rows in the genre filtered output. Using the current filtering in bld 32, I can much more easily scan the week for movies and just drag and drop the IMDB link to a Firefox tab to view the ratings, etc. (My dream would be to have a listing, sorted by IMDB rating, for a specific time period. But that would take making exact matches between the epg data and IMDB. Too bad the industry doesn't have a unique ID, like a publication's ISBN, so we could join these databases reliably.)
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#864
2006-03-14, 08:50 AM (This post was last modified: 2006-03-15, 07:05 PM by normanr.)
build 33: (remember build 32+ requires GB-PVR 0.96.12)

- Autologin is now IP address based.
- When filtering the Guide on Genre empty lines are now suppressed.
- Added a link to IMDB in Manage Recordings.
- Added Show Title in Manage Recodings grid.
- Added a link to IMDB in search results.
- Guide, Manage Recordings and Search Results now share a common display of information that is governed by display settings in the Config panel.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#865
2006-03-14, 09:19 AM
Quote:Autologin is now IP address based.

Cool!

How do I configure this so that I can BOTH
(a) login from afar (say work, o/s my home network WITH a login+password), but
(b) When I am at my PC (with a given) IP, I can tell it to autologin based on the IP address?

k.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#866
2006-03-14, 10:35 AM
jksmurf: the new defaults are that any internal IP address will not require login, and external addresses will. You can tweak the address list on the config page.
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#867
2006-03-14, 12:48 PM
I may well be unlikely anyone can help me here, but worth a shot!

Does anyone else use Avant browser (based on IE, but gives tabbed browsing and more features)?

If so do you know what might cause a popup window (to record/delete/watch a show) to appear blank grey?

This doesent happen on my g/f pc so its not an web admin problem, but i cant find any settings (popup blockers etc) that might cause this and ive checked zone alarm or admuncher isnt conflicting

A shot in the dark i know but any suggestions welcome!
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#868
2006-03-14, 10:06 PM
normanr Wrote:build 33: (remember build 32+ require GB-PVR 0.96.12)

- Autologin is now IP address based.
I presumed the 0/16 at the end of an address meant from 0-16 and my IPs are in the 50s, so I changed it to 0/100 for good measure. Does that sound right? Seems to work.

Quote: - When filtering the Guide on Genre empty lines are now suppressed.

Works great! This is a huge time saver for those of us who need to comb through listings... I now only use the GBPVR interface to select a recording to play... ;-)

Quote: - Added a link to IMDB in Manage Recordings.
- Added Show Title in Manage Recodings grid.
- Added a link to IMDB in search results.
- Guide, Manage Recordings and Search Results now share a common
display of information that is governed by display settings in the
Config panel.

I noticed that now the TV Guide 'reformats' several times as the page loads, causing the grid and text to jump around for a bit. It works and is only cosmetic, but it is a little strange looking. I saw this in Firefox (v1.5.0.1), but it was jitter free in IE. Hmm... I don't remember seeing it act like this in earlier builds.

With bld 33, you have a very significant upgrade. I hope that sub will include it in future releases. Nice job!
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#869
2006-03-14, 10:55 PM
I did an episode search with no phrase and selected a genre of documentary. It took quite a while to present the list, but it worked. I checked probably 5 items in the giant list, hit record and it just went back to the search form. I looked and none of the items were scheduled. While some might have conflicted, I doubt all of them did. Either way, it seems there needs to be a more friendly way to resolve conflicts.

What about presenting the listing again, after you say Record, and it shows only the items that were checked. If they are recording, they are marked as usual, but if not, they appear 'checked' in this new listing and you can then use the 'all episodes' button in the popup window to try another. Perhaps, even better, have the alternative times also appear in this new list and have them checked and not the ones that conflicted. That way, you can try again to see if you get them scheduled.

Thoughts?
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#870
2006-03-14, 11:18 PM
gkreis Wrote:I did an episode search with no phrase and selected a genre of documentary. It took quite a while to present the list, but it worked. I checked probably 5 items in the giant list, hit record and it just went back to the search form. I looked and none of the items were scheduled. While some might have conflicted, I doubt all of them did. Either way, it seems there needs to be a more friendly way to resolve conflicts.

What about presenting the listing again, after you say Record, and it shows only the items that were checked. If they are recording, they are marked as usual, but if not, they appear 'checked' in this new listing and you can then use the 'all episodes' button in the popup window to try another. Perhaps, even better, have the alternative times also appear in this new list and have them checked and not the ones that conflicted. That way, you can try again to see if you get them scheduled.

Thoughts?

The plot thickens. I have a big mess in my recordings now. There are several 'reoccurring' entries that are marked as manual and show no time. Some of my intended reoccurrings have been marked manual. In the pending category, there are shows I didn't select. It is as if the 'choices' I made earlier from the giant documentary episode search have been misinterpreted as 'reoccurring' and they are not the ones I selected, but perhaps were near them. Perhaps an offset problem? Yikes.

I was going to attach screen captures, but the size limits of the forum for gifs are too restrictive. Before I clean it up, is there anything I can capture to help you diagnose it?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (161): « Previous 1 … 85 86 87 88 89 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,108 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,384 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,837 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,155 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,343 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,079 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode