Giter Club home page Giter Club logo

Comments (5)

buzz avatar buzz commented on June 9, 2024

Did you see this and this?

As you decided not to share any code it is hard to tell for sure, but my guess is, you're loading the CDN version from https://unpkg.com/mediainfo.js or something alike and didn't use the locateFile option?

It works out-of-the-box when using https://unpkg.com/mediainfo.js/dist/umd/index.min.js like in the example.

from mediainfo.js.

buzz avatar buzz commented on June 9, 2024

I fixed the WASM loading behavior, so loading the script from https://unpkg.com/mediainfo.js also works without the need to fiddle with locateFile. Also, I aligned the CDN example to the README.md.

from mediainfo.js.

TheMadog24 avatar TheMadog24 commented on June 9, 2024

As you decided not to share any code it is hard to tell for sure

I apologize, I am still a bit new to this, and wasn't sure what to share, or how to use locateFile.
I just copied what the CodePen, and figured out the rest on my own.

<script type="text/javascript" src="https://unpkg.com/mediainfo.js"></script>

	MediaInfo({
		format: 'JSON',
		locateFile: (path, prefix) => prefix + path, // Make sure WASM file is loaded from CDN location
	},
		(mediainfo) => {
	fileinput.addEventListener('change', () => onChangeFile(mediainfo))
	})

It still does not seem to work, I get the same error. I apologize for the inconvenience.

image

from mediainfo.js.

buzz avatar buzz commented on June 9, 2024

I just copied what the CodePen, and figured out the rest on my own.

I'm not sure where the code comes from that you pasted. Why don't you just use the example code, e.g. the CodePen or the Browser UMD example. There's no need to fiddle with locateFile if you don't have to.

Apart from that Stack Overflow is a wonderful place to ask questions like this.

from mediainfo.js.

TheMadog24 avatar TheMadog24 commented on June 9, 2024

I'm not sure where the code comes from that you pasted.

It was from the CodePen link on this project, but it was from over 6 months ago. Everything was working until about a month ago. I couldn't figure it out on my own, so I came here asking/thinking it was a bug, since I didn't change anything.

Why don't you just use the example code, e.g. the CodePen or the Browser UMD example.

I will try this, thank you so much.

EDIT:
Thank you very much, I made the changes you linked, and it now works again.

from mediainfo.js.

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.