Mirwise Khan

Results 4 comments of Mirwise Khan

As simple as it is using `ffmpeg` if you have not turned off the warnings ``` import warnings warnings.filterwarnings("ignore") ``` You will notice there are a few frames that are...

@LukeDaniel16 did you download the right `google-services.json` file and put it in app directory of your android app. When you add SHA in firebase console you have to download the...

You can check he details of error in the `iisnode` folder located at the root folder of your node application. Which looks like as shown in the image. ![image](https://user-images.githubusercontent.com/33663274/134816618-24c9ebda-f167-4b1a-b052-8a12cc7114c2.png)

Many solutions have been proposed but here is what worked for me, I combined some suggestions with additional answers from other issues to come up with following compose file which...