NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 123 124 125 126 127 … 433 Next »
Ver. 3.7.7 Modern Webb Interface is not displaying any listings in TV Guide

Ver. 3.7.7 Modern Webb Interface is not displaying any listings in TV Guide
jmcnal1
Offline

Junior Member

Posts: 15
Threads: 1
Joined: Dec 2015
#41
2016-07-26, 01:15 PM (This post was last modified: 2016-07-26, 04:06 PM by jmcnal1.)
And if I login via IE it populates now...

Now consistently working in IE and inconsistently working in Chrome.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#42
2016-07-26, 03:56 PM
fudsak Wrote:Ok, even after setting the PIN this morning this is has intermittently stopped working for me. I just did this and for whatever reason it worked: go to settings, clear the PIN, refresh the page, go to settings, re-enter the PIN, refresh the page. Does the session timeout and forget to recheck the PIN?

I'll have to talk to sub.... I store the SID in session on the client device.... per your post I think I need to periodically refresh since the session on the server is probably timing out which would require a new SID.

I am fairly certain that. Is what you are seeing since clearing or changing the PIN removes the SID from session and the gets the new one from the server.

Thanks for the feedback and I'll post something as soon as I come up with a working solution.
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#43
2016-07-26, 04:00 PM
jmcnal1 Wrote:Here is what I see.

common.js:242 Uncaught TypeError: Cannot read property 'name' of undefined
index.html:1 Uncaught SyntaxError: Unexpected token <
index.js:63 parsererror: SyntaxError: Unexpected token <$.ajax.error @ index.js:63
index.js:30 parsererror$.ajax.error @ index.js:30

Jim

jmcnal1 Wrote:Just returned to the page and now everything is populating...

jmcnal1 Wrote:And if I login via IE it populates now...

This sounds like a cached javascript mix match that may now be flushed out on your client.

Since I am using session storage your settings will be browser independent....meaning if you are using IE, Firefox and Chrome you will need to set you PIN on all 3 browsers on that client.
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
kuphd
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Jul 2016
#44
2016-07-27, 08:40 PM
just wanted to say thanks for this. fixed my problem with not being able to view the interface over WAN. Smile
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#45
2016-07-28, 09:31 PM
fudsak Wrote:Ok, even after setting the PIN this morning this is has intermittently stopped working for me. I just did this and for whatever reason it worked: go to settings, clear the PIN, refresh the page, go to settings, re-enter the PIN, refresh the page. Does the session timeout and forget to recheck the PIN?

UncleJohnsBand Wrote:I'll have to talk to sub.... I store the SID in session on the client device.... per your post I think I need to periodically refresh since the session on the server is probably timing out which would require a new SID.

I am fairly certain that. Is what you are seeing since clearing or changing the PIN removes the SID from session and the gets the new one from the server.

Thanks for the feedback and I'll post something as soon as I come up with a working solution.

Give this build of the modern UI a try.

This version now verifies the SID every 15 minutes which should address the issue of stale sessions. It also ensures the SID has been verified prior to allowing operations on the page which was not always happening due to everything being asynchronous....i.e. there may have been service calls made prior to the SID being available for use.

http://www.nextpvr.com/nwiki/pmwiki.php?...0728-1.zip

Overlay the modern directory with the zip file contents.
Flush your browser cache.

Let me know how it goes.
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
fudsak
Offline

Junior Member

Posts: 9
Threads: 0
Joined: Jul 2016
#46
2016-07-29, 12:04 AM
UncleJohnsBand Wrote:Let me know how it goes.

Excellent, I'll give it a shot over the next few days and report back.
odin
Offline

Member

Posts: 105
Threads: 12
Joined: Oct 2011
#47
2016-07-29, 07:04 PM
UncleJohnsBand Wrote:Give this build of the modern UI a try.

This version now verifies the SID every 15 minutes which should address the issue of stale sessions. It also ensures the SID has been verified prior to allowing operations on the page which was not always happening due to everything being asynchronous....i.e. there may have been service calls made prior to the SID being available for use.

http://www.nextpvr.com/nwiki/pmwiki.php?...0728-1.zip

Overlay the modern directory with the zip file contents.
Flush your browser cache.

Let me know how it goes.

This now works for me using Chrome on the WAN. Thanks.

I did notice the addition of the 'Delete' button on the Recordings - great addition but could you put a prompt warning action on this button to ask the user if they are sure they want to delete? Thanks.
fudsak
Offline

Junior Member

Posts: 9
Threads: 0
Joined: Jul 2016
#48
2016-07-30, 12:27 PM
Checking back in to say that a few days with this level of the modern build seems to working well. Thanks!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#49
2016-08-01, 02:24 AM
odin Wrote:This now works for me using Chrome on the WAN. Thanks.

I did notice the addition of the 'Delete' button on the Recordings - great addition but could you put a prompt warning action on this button to ask the user if they are sure they want to delete? Thanks.


Thanks for the feedback... looking into a modal confirmation option now.....
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#50
2016-08-01, 02:25 AM
fudsak Wrote:Checking back in to say that a few days with this level of the modern build seems to working well. Thanks!

Thanks for the update!

Cheers.
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)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Guide Empty brady@preheim.com 13 2,848 2022-11-16, 02:13 PM
Last Post: mvallevand
  ZAP2XML no longer loading TV Guide Schedule skoonz_sr@hotmail.com 33 22,627 2021-03-27, 06:45 AM
Last Post: Jean0987654321
  Mouse Click on TV Guide throws an error mlopez1007 2 1,643 2021-03-22, 11:33 AM
Last Post: Graham
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,490 2020-12-27, 02:27 AM
Last Post: sub
  TV Guide Initial channel NumberFive 2 2,005 2020-07-28, 06:03 PM
Last Post: NumberFive
  EPG displaying small subset of xmltv file. Esteban 9 3,336 2020-07-18, 10:07 PM
Last Post: Esteban
  4.2.5 and Mobile TV Guide NumberFive 8 3,463 2020-04-30, 08:13 PM
Last Post: NumberFive
  Can NPVR offset only 3 channel listings in EPG? acemib 20 7,831 2020-04-27, 01:28 PM
Last Post: mvallevand
  OTA EPG guide data only for 2 hrs acegolfer 6 3,904 2020-03-18, 08:30 PM
Last Post: mvallevand
  TV Guide edit Genre for Kodi sammy3 8 4,172 2020-03-10, 09:25 PM
Last Post: sammy3

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

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

Linear Mode
Threaded Mode