Closed GoogleCodeExporter closed 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
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
Closing due to lack of response.
Original comment by a...@golang.org
on 15 Aug 2013 at 4:18
Original issue reported on code.google.com by
happywan...@gmail.com
on 29 Oct 2012 at 10:19