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)
"This site is inaccessible"
Re: "This site is inaccessible"
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.
-
- Posts: 74
- Joined: Thu May 26, 2016 11:09 am
Re: "This site is inaccessible"
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)
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"
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.
-
- Posts: 74
- Joined: Thu May 26, 2016 11:09 am
Re: "This site is inaccessible"
on xp pro:

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
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
-
- Posts: 74
- Joined: Thu May 26, 2016 11:09 am
Re: "This site is inaccessible"
on Windows 10: SB work with m$ Edge !
(but not on XP pro with IE)
(but not on XP pro with IE)
Re: "This site is inaccessible"
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.