NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 30 31 32 33 34 … 47 Next »
v1.1.5 "Manual Record" settings are buggy

 
  • 0 Vote(s) - 0 Average
v1.1.5 "Manual Record" settings are buggy
vreesh
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2006
#1
2007-12-15, 04:06 PM
can't program via webgui and "manual record". sth. is going wrong there. Sometimes I program a time, the record time is showing in "manage records" is totally wrong! Othertimes i cant even open the popup:

Quote:Server Error in '/gbpvr' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2007-12-15, 09:18 PM
vreesh Wrote:can't program via webgui and "manual record". sth. is going wrong there. Sometimes I program a time, the record time is showing in "manage records" is totally wrong! Othertimes i cant even open the popup:

To see the exact error you need to be on the machine that is hosting GBPVR. when on the host machine the full error will be displayed.

You can also check the EWA log via that statistics tab.....if you see an error in the log post it here.

You can also try the newest beta of ewa which does contain a fix for localization of times in the manual record section.

The beta is available here. Follow install instructions on the wiki.
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
vreesh
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2006
#3
2007-12-15, 09:27 PM
Exception Details: System.FormatException: String was not recognized as a valid DateTime.

Source Error:

Code:
Line 64:
Line 65:             //Set the start time for for programme to record
[color=Red]Line 66:             DateTime fullStartDate = System.Convert.ToDateTime(startDate.SelectedDate.ToString("MM/dd/yyyy") + " " + startTime.SelectedTime.ToString("hh:mm tt"));[/color]
Line 67:             dummyPgm.setStartTime(fullStartDate);
Line 68:

Source File: d:\Programme\devnz\gbpvr\web\ManualRecord.aspx.cs Line: 66

Stack Trace:

Code:
[FormatException: String was not recognized as a valid DateTime.]
   System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +2271490
   System.DateTime.Parse(String s, IFormatProvider provider) +26
   System.Convert.ToDateTime(String value) +86
   gbweb.Migrated_ManualRecord.LinkButton1_Click(Object sender, EventArgs e) in d:\Programme\devnz\gbpvr\web\ManualRecord.aspx.cs:66
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921


doesnt the String ....ToString("hh:mm tt")); have to be ToString("hh:mm:tt"));
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2007-12-15, 09:30 PM
vreesh Wrote:Exception Details: System.FormatException: String was not recognized as a valid DateTime.

Source Error:

Code:
Line 64:
Line 65:             //Set the start time for for programme to record
Line 66:             DateTime fullStartDate = System.Convert.ToDateTime(startDate.SelectedDate.ToString("MM/dd/yyyy") + " " + startTime.SelectedTime.ToString("hh:mm tt"));
Line 67:             dummyPgm.setStartTime(fullStartDate);
Line 68:
Source File: d:\Programme\devnz\gbpvr\web\ManualRecord.aspx.cs Line: 66

Stack Trace:

Code:
[FormatException: String was not recognized as a valid DateTime.]
   System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +2271490
   System.DateTime.Parse(String s, IFormatProvider provider) +26
   System.Convert.ToDateTime(String value) +86
   gbweb.Migrated_ManualRecord.LinkButton1_Click(Object sender, EventArgs e) in d:\Programme\devnz\gbpvr\web\ManualRecord.aspx.cs:66
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921
doesnt the String ....ToString("hh:mm tt")); have to be ToString("hh:mm:tt"));

Yep...the beta above should fix this. Let me know.
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
vreesh
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2006
#5
2007-12-15, 11:16 PM
R69?? nope
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2007-12-16, 12:38 AM
vreesh Wrote:R69?? nope

Nope...beta build 70 located here.

Let me know.
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
vreesh
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2006
#7
2007-12-16, 01:47 PM
thank you very very much for your help!
the beta works great so far
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2007-12-17, 01:55 AM
vreesh Wrote:thank you very very much for your help!
the beta works great so far

Great....thanks for the feedback.
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Server Error when settign a manual recording in NEWA martinu 2 2,329 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Manual recrord icon broke snagglewest 0 2,210 2016-08-21, 05:18 PM
Last Post: snagglewest
  Extra Delete Button for manual recordings? jksmurf 0 2,284 2016-04-09, 01:09 AM
Last Post: jksmurf
  "Record selected" returns error web page ... softfoot 5 3,734 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  'Record This Episode'-button is not active haste18 3 3,132 2015-12-15, 10:06 PM
Last Post: UncleJohnsBand
  NEWA missing scheduled auto-record shows? jksmurf 1 2,162 2015-09-16, 02:49 PM
Last Post: ACTCMS
  Trouble with manual recording - DateTime fullStartDate = DateTime.Parse(StartDateBox. milanwb 8 4,441 2015-09-01, 12:26 AM
Last Post: UncleJohnsBand
  NEWA and windos 7 firewall settings jam_zhou 6 3,691 2014-10-06, 01:14 AM
Last Post: jam_zhou
  Bug: NEWA 2.11 - Manual recording returns server error '/' haste18 3 1,834 2014-02-08, 01:12 AM
Last Post: UncleJohnsBand
  Bug in manual recording ? giorgioclimb 1 1,335 2014-01-12, 05:33 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode