Hello there, i am using cordova file-transfer plgin for sending videos from app folder to remote server and for my device all works fine (Galaxy S4), but for device of my friend this throws error after recording and transcoding video (Galaxy S5) and looks like this:
I am explored another topics and everywhere this error occurs while building app, not runtime.
What can happens wrong?
What comes after “zomba”? It would be important to see the whole error.
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Chrome dev tools: https://ionic.zone/debug/remote-debug-your-app#android Look at the console and network tabs for errors.
Thank you for replying.
There is other path of index file on my server against that i am performing query to upload file.
Does not have remote debug yet, will setting up this now
Yeah, I think something goes wrong when you transfer the file and the error is handled in this “funny” way. Look at the network when you upload in dev tools and see what’s wrong.