Anwender95 / go-tour

Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error communicating with remote server #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I did finally get the gotour to work locally, running the program just 
gave me this error. Again, probably something wrong on my end. If so, maybe 
someone can offer some pointers as to exactly what is wrong because I'm lost 
for now.

Original issue reported on code.google.com by happywan...@gmail.com on 29 Oct 2012 at 10:19

GoogleCodeExporter commented 8 years ago
Can you tell me what command line you are using to run gotour? Where is it 
installed? What port is it listening on?

Can you use the developer console of your browser to inspect the http request 
that happens when you press 'compile'?

Original comment by a...@golang.org on 30 Oct 2012 at 8:44

GoogleCodeExporter commented 8 years ago
For me, when I encountered this issue, this is what I saw in the console in 
Chrome:

Uncaught ReferenceError: SocketTransport is not defined script.js:3968
(anonymous function) script.js:3968
POST http://127.0.0.1:3999/compile 404 (Not Found) 

I then stumbled on issue 34, and realized I hadn't set my GOPATH again after 
rebooting my system.  Once I set my GOPATH, the tour worked.

Original comment by adoni...@gmail.com on 6 Aug 2013 at 4:33

GoogleCodeExporter commented 8 years ago
Closing due to lack of response.

Original comment by a...@golang.org on 15 Aug 2013 at 4:18