IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Error When Submitting Pre-task
Frained
post Sep 28 2005, 12:21 AM
Post #1


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


Have just installed the latest WS 2.23.5 and whien submitting my usual DViCO driver restart pre-task, a window comes up with this message:

Security Warning: This action is not permitted from remote addresses, you can only perform this action from the machine that Web Scheduler is running on. Tour current address is 0:0:0:0:0:0:0:1

WS and all other TV/DVD applications are running from this one machine so I have no idea what the message is saying in my context. Have defaulted IE6 and there is no firewall running, don't know what else to do. Anyone seen this before?
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 07:05 AM
Post #2


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


are you using the host name localhost i.e.

http://localhost:8080

or the actual machine name?
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 07:27 AM
Post #3


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


no, the one I use is the default which is

http://localhost:8429
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 08:37 AM
Post #4


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


What OS is this on, do you have IP4 and IP6 on this machine or just IP6?
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 08:50 AM
Post #5


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


null, its a stock standard XP Pro SP2 with all latest critical MS updates.

Sorry, I don't know what IP4 and IP6 are.
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 09:03 AM
Post #6


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


the address 0:0:0:0:0:0:0:1 looks to be a IPv6 address (new version of IP) not an IPv4 address (old version of IP), I am not sure what is going on here.

What browser are you using?
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 09:06 AM
Post #7


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


IE6 with latest cumulative update.

Edit:
My machine is due for another format so I'll try again after that.

Thanks for your help anyway.
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 10:03 AM
Post #8


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


can you ping localhost? type the following at a command prompt

ping localhost

You should see the following:

Pinging zeus [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 01:18 PM
Post #9


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


Pinging ricscomputer [::1] with 32 bytes of data:

Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms

Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 02:04 PM
Post #10


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


I have no idea sad.gif I am not even sure if what you are seeing is correct. What I can tell you is that the reason you can not set up tasks is that for some reason your localhost resolves to ::1: and not 127.0.0.1 why it does I have no idea.
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 02:51 PM
Post #11


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


OK thanks. I'll start all over and re-format.
Go to the top of the page
 
+Quote Post
a_a
post Sep 28 2005, 07:01 PM
Post #12


Forum Regular


Group: Members
Posts: 178
Joined: 15-December 04
From: Sydney
Member No.: 2,180
Card: VisionPlus DVB-t


Is it possible that something has changed the hosts file?

C:\windows\system32\drivers\etc\hosts
Go to the top of the page
 
+Quote Post
Frained
post Sep 28 2005, 09:19 PM
Post #13


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


The only entry in Hosts is:

127.0.0.1 localhost

So I assume that is correct.
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 28 2005, 09:39 PM
Post #14


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


Try this address:

http://127.0.0.1:8429

and then try to add a task
Go to the top of the page
 
+Quote Post
Frained
post Sep 29 2005, 07:53 AM
Post #15


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


Yes, that worked. Any idea why?
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 29 2005, 08:34 AM
Post #16


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


localhost should resolve to 127.0.0.1 but in your case it is not so WS thinks you are connecting from a remote machine.
Go to the top of the page
 
+Quote Post
Frained
post Sep 29 2005, 02:46 PM
Post #17


Participant


Group: Members
Posts: 61
Joined: 5-September 03
From: Brisbane
Member No.: 139
Card: DNTV TinyTwin USB


thanks.

One more thing, how do I get rid of the WS taskbar icon?

I have so many taskbar icons now its starting to look like a ratsnest. I looked in the registry 'run' entries and its not listed, neither is it in the 'startup' folder.
Go to the top of the page
 
+Quote Post
null_pointer
post Sep 29 2005, 02:49 PM
Post #18


Web Scheduler Developer


Group: Developers
Posts: 4,495
Joined: 9-July 03
From: Melb
Member No.: 9
Card: None


you cant, just get Windows XP to always hide it.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 23rd May 2013 - 05:02 AM