golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.54k stars 519 forks source link

The code dosen't execute when tour is used in local in firefox #517

Open dibyasonu opened 6 years ago

dibyasonu commented 6 years ago

OS:Windows 8.1 64 bit Browser:Firefox Quantum 61.0b12 (64-bit) Go lang version:1.10.3 windows/amd64

The page loads up but when you run the code it gets stuck at Waiting for remote server...

Note: I thought maybe it was not working due to some add-on, so i ran Firefox in safe mode and still the same problem. But i tried to run it in opera neon which is a chromium based browser and there it worked perfectly

bgadrian commented 6 years ago

Can you give some details about the HTTP request is done when you press Run? Open developer console - network tab - press Run and see what is the response on the server, what is the URL Example: screen

I tested in Firefox 60 and it seems to work, maybe we can pinpoint what is wrong (your network, server, etc)

dibyasonu commented 6 years ago

No requests are made when Run is pressed. The format button though seems to be working fine as i am getting a 200 response and code is properly formatted. I am on beta channel of Firefox that is Firefox 61. I think that may be the issue as its working fine on opera neon.

bgadrian commented 6 years ago

If you use Beta versions of browsers do not report the websites, report to the browser vendor (that an website was working on their previous version but doesn't in the current beta), usually that is the case.