FineUploader / video-frame-uploader

Drop a video and upload frames of your choosing and/or automatically parse & upload frames from the video to easily tell a story.
MIT License
24 stars 16 forks source link

Can't run the demo, fineUploaderDnd function undefined #2

Closed ShoresOfNowhere closed 7 years ago

ShoresOfNowhere commented 7 years ago

I'm going mad, but I can't make the included index.html demo page to work.

I've checked all the script includes, and they all load fine, and in firebug's net panel no load errors are shown, but the js console shows this error:

TypeError: $(...).fineUploaderDnd is not a function on line 279 of client.js

I don't find this function anywhere in fineuploader docs, nor it seems to be present in any script that index.html includes...

Maybe (for sure, I might say) I'm missing something so stupid that I'll bash my head on the wall, but what is it?

Please help me! ;)

rnicholus commented 7 years ago

Looks like you uncovered a regression in the Fine Uploader build. This likely happened during the major build system refactor in version 5.11.0. I filed a bug in the underlying project at FineUploader/fine-uploader#1700. I'll fix this ASAP (probably this weekend) and push out the fix as v5.11.10, along with another smaller user-contributed build fix.

ShoresOfNowhere commented 7 years ago

Oh, so I really encountered a bug? Wow, this is nice, I was blaming myself... :)

Thanks, and looking forward to the upcoming milestone!

rnicholus commented 7 years ago

Fixed in 5.11.10 of Fine Uploader (which I just published).

If you npm install again, you'll pull down 5.11.10 and all should be well. Thanks for the report!