Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-25 Thread 'Carla Pfaff' via 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/g

Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-25 Thread bmar...@gmail.com
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 curre

Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-23 Thread Ian Lance Taylor
On Mon, Nov 22, 2021 at 11:58 PM Brian Candler 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 p

Re: [go-nuts] Re: Tour of Go seems to be broken.

2021-11-23 Thread Karlovsky Alexey
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

[go-nuts] Re: Tour of Go seems to be broken.

2021-11-22 Thread Brian Candler
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-