Page 1 of 1

"This site is inaccessible"

Posted: Mon May 30, 2016 1:34 pm
by pf shadoko
Hello,

(I'm sorry for my english, i'm french)
I'm new with SB
I encounter a connection problem on my desktop:
XP Pro (Version 2002 Service Pack 3)
(On all other workstations, it works)
by testing with a sample of SB
I get the message (Chrome):

This site is inaccessible

The DNS server address spider.test the address was not found.
ERR_NAME_NOT_RESOLVED

the "console" tab (F12) says :

Failed to load resource: Net :: ERR_NAME_NOT_RESOLVED
http: //spider.test: 8080 / SpiderBasic_Compilation1.html: 1 GET http: //spider.test: 8080 / net SpiderBasic_Compilation1.html :: ERR_NAME_NOT_RESOLVED
http: //spider.test: 8080 / SpiderBasic_Compilation1.html: 1 GET http: //spider.test: 8080 / net SpiderBasic_Compilation1.html :: ERR_NAME_NOT_RESOLVED


Any ideas ?
(I'm logged as administrator)

Re: "This site is inaccessible"

Posted: Mon May 30, 2016 6:55 pm
by Fred
Is it the googledrive example ?spider.test is an alias you need to set in your etc/hosts file to localhost. It's only required for the googledrive API to work.

Re: "This site is inaccessible"

Posted: Tue May 31, 2016 3:12 pm
by pf shadoko
thank you for the answer
I have a problem whatever the executed program
and also on a new machine (windows 10 pro)
(A little different, the browser displays the blue background, but that's all, "spiderbasic.js" seems not to be accessible)

may be a problem related to the right or to the network security,
(But I have very little KNOWLEDGE of the problem areas related to web development)

Re: "This site is inaccessible"

Posted: Wed Jun 01, 2016 4:59 am
by Fred
Could you post a screenshot ? Also could you check in Menu -> Compiler -> Compiler Options -> Compiler/Run window if the field 'Web server adress' is empty ? It should be empty.

Re: "This site is inaccessible"

Posted: Wed Jun 01, 2016 7:10 am
by pf shadoko
on xp pro:

Image


on windows 10:

only the SB blue background
chrome URL:
127.0.0.1:9080/SpiderBasic_Compilation1.html

both :
- 'Web server adress' : empty
- Network Settings "Use a proxy server for your LAN.": uncheck

Re: "This site is inaccessible"

Posted: Wed Jun 01, 2016 7:27 am
by pf shadoko
on Windows 10: SB work with m$ Edge !
(but not on XP pro with IE)

Re: "This site is inaccessible"

Posted: Wed Jun 01, 2016 8:45 am
by Fred
This is strange, the port is not right on your screenshot. It should be like 127.0.0.1:9080. I will try on XP with Chrome to see if I can reproduce the issue, thank you.