GithubHelp home page GithubHelp logo

Vugu fails to run in Firefox about vugu HOT 6 CLOSED

vugu avatar vugu commented on April 29, 2024
Vugu fails to run in Firefox

from vugu.

Comments (6)

bradleypeabody avatar bradleypeabody commented on April 29, 2024

Thanks. I pushed a fix for this. Please try again with the latest version (remove the line with vugu in it from your go.mod and run it again)

from vugu.

Chaz6 avatar Chaz6 commented on April 29, 2024

Thank you!

I removed vugu from go.mod, and tried again, but it is still failing as before. This is the console output:-

$ go run devserver.go
go: finding github.com/vugu/vugu/simplehttp latest
go: finding github.com/vugu/vugu latest
go: downloading github.com/vugu/vugu v0.0.0-20190719055003-a013ad2a9274
2019/07/19 12:43:22 Starting HTTP Server at "127.0.0.1:8844"
2019/07/19 12:43:47 http: multiple response.WriteHeader calls

From Firefox:-

The resource from “http://127.0.0.1:8844/wasm_exec.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
The resource from “http://127.0.0.1:8844/wasm_exec.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
Loading failed for the <script> with source “http://127.0.0.1:8844/wasm_exec.js”.
ReferenceError: Go is not defined

from vugu.

bradleypeabody avatar bradleypeabody commented on April 29, 2024

Hm, I'm thinking something else might be wrong here. Is that URL erroring? Can you paste http://127.0.0.1:8844/wasm_exec.js into your browser and see if you are getting an error message instead of a JS file, and if so what's the error?

from vugu.

Chaz6 avatar Chaz6 commented on April 29, 2024

Firefox:-

Request URL: http://127.0.0.1:8844/wasm_exec.js
Request method: GET
Remote address: 127.0.0.1:8844
Status code: 500
Version: HTTP/1.1

Server:-

$ go run devserver.go
2019/07/19 16:46:48 Starting HTTP Server at "127.0.0.1:8844"
2019/07/19 16:47:43 http: multiple response.WriteHeader calls

I also tried this:-

$ curl 127.0.0.1:8844/wasm_exec.js
failed to read wasm_exec.js from local Go environment

from vugu.

bradleypeabody avatar bradleypeabody commented on April 29, 2024

failed to read wasm_exec.js from local Go environment <- This is definitely an issue. It's returning an error instead of the JS file.

One thing to fix is - and I'm not sure how it is running at all like this, but it requires Go 1.12 or higher (above it says go version go1.11.5 linux/amd64). Please upgrade to the latest Go version and try again. if problems persist, run go env GOROOT and let me know what that outputs. Then look under that path and see if there is a non-empty file at misc/wasm/wasm_exec.js.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 29, 2024

I'm assuming this has since been resolved, closing.

from vugu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.