Apoorv Pandey

Results 8 comments of Apoorv Pandey

As pointed out [here](https://stackoverflow.com/questions/69581405/importerror-cannot-import-name-engine-from-partially-initialized-module-wasm) this is due to keeping the name of the file as wasmer.py. Now I'm getting the same issue as some previous issues ``` raise ImportError("Wasmer is...

In my case even the js files were not loading, then I switched to ``` const ffmpeg = createFFmpeg({ corePath: 'https://unpkg.com/@ffmpeg/[email protected]/dist/ffmpeg-core.js', log: true }); ``` Now facing the same issue....

> Same issue here, it started with the ffmpeg not loading, it passes the load error if we run the code from Git, but now it fails with SharedArrayBuffer error,...

> > > Same issue here, it started with the ffmpeg not loading, it passes the load error if we run the code from Git, but now it fails with...

How to fix this? or why is this happening any idea?

What about now?

> Thanks for the answer. But, in Android it worked fine before. It is important for us to see the data that came in the push when the application is...

Anyone who understands native code for this please help, Onesignal team isn't helping here. Also if anyone can understand this fix code https://github.com/OneSignal/OneSignal-Flutter-SDK/pull/464