James Gentes
James Gentes
Could you try https://github.com/cloudflare/miniflare to see if that is a viable workaround?
We made some updates to websocket support.. is this still an issue?
I'm seeing this also: `npm WARN [email protected] requires a peer of react-addons-shallow-compare@~0.14.0 || ^15.0.0 but none was installed.`
Looks like npm defaults to v2.2.0 for some reason.. by forcing v2.1.1 in package.json and uninstalling/reinstalling react-toggle, it seems to fix the problem.
Interestingly I do see a container was created when I run `docker ps` that shows the IMAGE as `balena/balena-preload` and COMMAND is `dockerd-entrypoint.sh python3 /usr/src/app/preload.py` which is still running.
I'm currently testing with WSL2 and the new Docker WSL2 Backend (https://engineering.docker.com/2019/10/new-docker-desktop-wsl2-backend/) and will report back.
Unfortunately that didn't help, same error or a variety of others depending on what I tried. I don't think I've ever had balena-preload working (tried for nearly 2 years now)...
@pdcastro I was running Docker Desktop for Windows, as that's generally how folks suggest using the two together. That being said, I've also tried Docker for Linux installed inside WSL,...
I ended up just installing a base Ubuntu image on a box and performing the preload from there. It worked, but it would be nice to use my laptop instead...
This works for me: ``` const peakOptions = { containers: { overview: document.getElementById(`overview-container`), zoomview: document.getElementById(`zoomview-container`) }, mediaElement: document.getElementById(`audio`), webAudio: { audioBuffer }, pointMarkerColor: 'rgba(30, 139, 195, 1)', zoomLevels: [128, 256,...