IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

Drop file pairs and click on bundle hangs browser #231

Open florianschiel opened 7 years ago

florianschiel commented 7 years ago

Using the emu-webapp on 'local files' by loading one or more pairs of .wav and .TextGrid via file dialog: clicking on a bundle in the left-side bundle list does not work and the browser 'hangs' (work in progress bar on top is shown). Tested with Firefox 54.0 and Chromium 59.0.3071.109 (sorry, don't have Chrome here). NB: bundle names are longer than the column width, but the scroll bar is shown correctly and works.

julianpoemp commented 6 years ago

I have the same problem: When I drop a pair of *.wave and annotJSON to the bundle list and click on the bundle the browser freezes and the progress bar on the top shows: "Loading bundle [...]"

Browser: Chrome Version 62.0.3202.94 (Offizieller Build) (64-Bit) OS: MacOS 10.13.1

Console Output:

vendor.ce184991.js:5 TypeError: Cannot read property 'encoding' of undefined
    at scripts.ed8d56b1.js:8
    at i (vendor.ce184991.js:5)
    at vendor.ce184991.js:5
    at n.$digest (vendor.ce184991.js:6)
    at b.$apply (vendor.ce184991.js:6)
    at HTMLDivElement.<anonymous> (vendor.ce184991.js:8)
    at HTMLDivElement.dispatch (vendor.ce184991.js:2)
    at HTMLDivElement.q.handle (vendor.ce184991.js:2) "Possibly unhandled rejection: {}"
MJochim commented 6 years ago

I encountered this problem as well some time in the last weeks. Did not look at console output, though.

raphywink commented 6 years ago

Thanks for this. Will look into it asap. I fear that it might, once again, have to do with an API change in something like the window.FileReader or window.FileList API. But will have to have a look...