Tour of Go seems to be broken.

195 views
Skip to first unread message

Bruno Albuquerque

unread,
Nov 22, 2021, 7:29:17 PM11/22/21
to golang-nuts
Not sure if this is the appropriate channel to report it but here it goes. I pointed it to a friend as a means to learn Go and I tried to click the Run button for the Hello World example (https://go.dev/tour/welcome/1) and it is failing:

Error communicating with remote server.
Program exited.


Brian Candler

unread,
Nov 23, 2021, 2:58:14 AM11/23/21
to golang-nuts
It's working for me now.  Either it was a temporary glitch, or there's some problem with your browser that needs investigating (open your developer console and see what happens when you click the Run button).

Karlovsky Alexey

unread,
Nov 23, 2021, 3:36:05 AM11/23/21
to golang-nuts
Hi, I had the same problem in the Firefox browser.

Actually, there are 2 errors in the browser console:
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). 3 script.js:587:30117
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). 3 script.js:587:30235

But I have fixed Error communicating with remote server error entirely reloading go.dev/tour with disabled cache,
after that I still have a CSP error but when I press Run it works now.



On Tue, Nov 23, 2021 at 10:58 AM Brian Candler <b.ca...@pobox.com> wrote:
It's working for me now.  Either it was a temporary glitch, or there's some problem with your browser that needs investigating (open your developer console and see what happens when you click the Run button).

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6e6d2006-32b4-4f98-a1fe-43792316faaan%40googlegroups.com.


--
С уважением,
Алексей

Ian Lance Taylor

unread,
Nov 23, 2021, 5:02:57 PM11/23/21
to Brian Candler, golang-nuts
On Mon, Nov 22, 2021 at 11:58 PM Brian Candler <b.ca...@pobox.com> wrote:
>
> It's working for me now. Either it was a temporary glitch, or there's some problem with your browser that needs investigating (open your developer console and see what happens when you click the Run button).

After you reported the problem we fixed it with
https://golang.org/cl/366376. I didn't follow up here because it was
late in my timezone. Thanks for reporting the problem!

Ian

bmar...@gmail.com

unread,
Nov 25, 2021, 12:43:44 PM11/25/21
to golang-nuts
I often give some training in my company about Go and I recommend the Tour of Go as introducing but since September, french Tour of Go returns a http 500 error (cf. my previous message https://groups.google.com/g/golang-nuts/c/o8pBT6_z9OU/m/0q4Hn2JLAgAJ ) and it seems to be still the case currently (page https://go.dev/tour/welcome/2 --> select french --> https://go-tour-fr.appspot.com/ = broken !)

Carla Pfaff

unread,
Nov 25, 2021, 1:17:45 PM11/25/21
to golang-nuts
On Thursday, 25 November 2021 at 18:43:44 UTC+1 bmar...@gmail.com wrote:
I often give some training in my company about Go and I recommend the Tour of Go as introducing but since September, french Tour of Go returns a http 500 error (cf. my previous message https://groups.google.com/g/golang-nuts/c/o8pBT6_z9OU/m/0q4Hn2JLAgAJ ) and it seems to be still the case currently (page https://go.dev/tour/welcome/2 --> select french --> https://go-tour-fr.appspot.com/ = broken !)

The translated tours aren't maintained by the Go team. This one is https://github.com/dupoxy/go-tour-fr/issues/42 
The Go team can only remove unmaintained translations.
Reply all
Reply to author
Forward
0 new messages