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) GB-PVR Support (legacy) v
« Previous 1 … 817 818 819 820 821 … 1231 Next »
Web interface won't open

 
  • 0 Vote(s) - 0 Average
Web interface won't open
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#21
2006-04-05, 07:07 PM
All I know is that when I had trouble like that, I re-installed the web-admin the way i described before, but I guess you have already done that.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#22
2006-04-06, 08:26 AM
Have you tried using 'netstat -an | find "7647"' to verify that there is in fact something listening on the web admin port?

Also you can find the web admin log files under \WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gbpvr\somewhere\somwhere\randomchars.log. (Once the web admin is up and running there is a link to download this on the stats page. Try accessing http://localhost:7647/gbpvr/download.ashx/-1,1 directly and see if that works)

Is it possible that you're accessing the internet via a proxy server, and that bypass localhost isn't turned off? If you try access 'localhost' via the proxy, then you'll be trying to access the proxy server's localhost instead of your own.
nurowolf
Offline

Member

Posts: 68
Threads: 15
Joined: Dec 2005
#23
2006-04-06, 08:51 AM
Normanr

Quote:Have you tried using 'netstat -an | find "7647"' to verify that there is in fact something listening on the web admin port?

I just tried the above and I got


Proto_____Local Address------Foreign Add--------State
TCP______0.0.0.0:7647-------0.0.0.0:0----------Listening

I guess that means something is listening - however those numbers look a bit strange - I would have expected the local address to be 127.0.0.1:7647
nurowolf
Offline

Member

Posts: 68
Threads: 15
Joined: Dec 2005
#24
2006-04-06, 09:11 AM
OK - When I try actually connecting to the Webadmin I get the following from netstat

Active Connections

Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1024 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3476 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5800 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5900 0.0.0.0:0 LISTENING
TCP 0.0.0.0:7647 0.0.0.0:0 LISTENING
TCP 0.0.0.0:7968 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1314 127.0.0.1:7968 ESTABLISHED
TCP 127.0.0.1:1319 127.0.0.1:7647 ESTABLISHED
TCP 127.0.0.1:3476 0.0.0.0:0 LISTENING
TCP 127.0.0.1:7647 127.0.0.1:1317 TIME_WAIT
TCP 127.0.0.1:7647 127.0.0.1:1318 TIME_WAIT
TCP 127.0.0.1:7647 127.0.0.1:1319 ESTABLISHED
TCP 127.0.0.1:7968 127.0.0.1:1314 ESTABLISHED
TCP 192.168.1.114:139 0.0.0.0:0 LISTENING
TCP 192.168.1.114:1316 64.233.189.104:80 ESTABLISHED
TCP 192.168.1.114:5900 192.168.1.27:1039 ESTABLISHED
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:500 *:*
UDP 0.0.0.0:1040 *:*
UDP 0.0.0.0:4500 *:*
UDP 0.0.0.0:8910 *:*
UDP 127.0.0.1:123 *:*
UDP 127.0.0.1:1315 *:*
UDP 127.0.0.1:1900 *:*
UDP 192.168.1.114:123 *:*
UDP 192.168.1.114:137 *:*
UDP 192.168.1.114:138 *:*
UDP 192.168.1.114:1900 *:*

192.168.114 is the local machine I use to VNC to the HTPC and control it.

Does this make any sense to anybody???
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#25
2006-04-06, 09:15 AM
Well the important parts are only the lines with 7647. The 0.0.0.0 just means connections are accepted from anywhere (If it was 127.0.0.1 then connections would only be accepted from localhost.)

Did you find the logs files? Did you try the log download link? Have you checked your proxy server settings? If you try and access http://localhost:7647/blah does it return an error immediately?
nurowolf
Offline

Member

Posts: 68
Threads: 15
Joined: Dec 2005
#26
2006-04-06, 09:20 AM
Yep - tried to find the log files in the NET framework - but they are dated back in February and haven't been updated for a while.

I tried to log into the download.aspx as you suggested - but that did the same thing

I do not get an error immediately when I try to access

localhost:7647\gbpvr\login.aspx (or what ever). The system just goes for ever saying opening page.........

I look at my proxy server settings on my local machine and they are not set. I will look at my router / switch now to see if that has anything set.

Any other ideas?????
nurowolf
Offline

Member

Posts: 68
Threads: 15
Joined: Dec 2005
#27
2006-04-11, 10:22 AM
BUMP

Any other takers for advice - I really cant work out what to do next
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#28
2006-04-11, 11:05 AM
nurowolf: can you give me access to your system somehow? maybe just expose the web admin and I can check it from here. PM me any details. Any chance that you have a debugger or anything around? (There's a free debugger in the .Net SDK)
gb-pvruser
Offline

Junior Member

Posts: 20
Threads: 3
Joined: Apr 2006
#29
2006-04-17, 12:08 AM
I have a similar problem on my machine and did not find a solution yet.

But I get a messagebox on my server which says:

Failed to load ressource from ressource file
nurowolf
Offline

Member

Posts: 68
Threads: 15
Joined: Dec 2005
#30
2006-04-17, 07:15 AM
Normanr - I can set you up with a VNC link.

Do you know which port VNC uses?

If so, I can ensure that that port is open in my router and directed to my HTPC.

Will set this up later today an PM you. Just let me know when you plan to do it - so that I can warm my wife that the HTPC may tak on a life of its own.

Cheers
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,576 2010-11-11, 11:59 PM
Last Post: classpro
  Gbpvr will not open in Windows 7 JMT 5 2,025 2010-05-26, 01:29 AM
Last Post: JonnyCam
  Web interface does not respond kojak 4 2,019 2010-02-09, 05:56 PM
Last Post: kojak
  10311 will not open .ts files rlord2 4 1,977 2009-03-31, 07:22 PM
Last Post: rlord2
  Does GBPVR have a command line interface? JimDaniel 4 1,737 2008-08-20, 05:21 PM
Last Post: JimDaniel
  Client Server connection on a semi-open semi-secure network mkelsey 3 1,643 2008-07-29, 07:33 PM
Last Post: martint123
  GBPVR Won't Open firestorm1284 6 1,955 2008-06-27, 07:47 PM
Last Post: firestorm1284
  Config page doesn't open SLR_65 5 1,751 2008-06-08, 02:15 AM
Last Post: SLR_65
  Unable to open root menu MOXIE 6 1,902 2008-04-30, 08:41 PM
Last Post: sub
  User/Programming Interface to GBPVR hec1152 5 2,241 2008-03-06, 01:58 PM
Last Post: K.S.

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

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

Linear Mode
Threaded Mode