Sokdara Cheng
Sokdara Cheng
I removed those two lines without providing new downloadUrl. ``` --- src/popcorn-desktop/gulpfile.js 2021-04-13 12:28:56.098245263 +0200 +++ gulpfile.js 2021-04-13 12:27:57.132266951 +0200 @@ -142,8 +142,7 @@ macIcns: './src/app/images/butter.icns', version: nwVersion, flavor: nwFlavor,...
@AbhinavA10 could you provide the commands here again since your repo not exist anymore.
@MatteoBuffo after that point you should run below `cp -a /mnt/{.git,build,Makefile} . && source /root/emsdk/emsdk_env.sh && make && cp ffmpeg*.js /mnt` However for me it still not work
I can confirm this small edit works. or just remove the whole else if statement below also work. ```groovy-gradle else if (findProject(':app') != null) { applicationId = project(':app').android.defaultConfig.applicationId ``` >...
A must have feature.
Downgrade to node 16.x still not work when deployed to Vercel. `Runetime: Node.js 16.x` ``` [info] use ffmpeg.wasm v0.11.6 [info] load ffmpeg-core [info] loading ffmpeg-core Error: Cannot find module '@ffmpeg/core'...
> never had this on m1 before the update run this in terminal to remove the quarantine flag `xattr -c ` example: `xattr -c /Applications/Popcorn-Time.app`
Hello @ajesuscode can you paste here the code you use? and may some logs that can help me identify the problem. I test on my end it is working. Make...
@ajesuscode after testing your snippet. since you use removeSilence flag, transcript will return undefined blob and text if you don't speak. first test without speaking it is like you said,...
@y-71 you can start with your device and browser configuration, your framework used. Post your code snippets, or put your code in codesandbox or somewhere I can reproduce the bug.