NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
101 stars 50 forks source link

Getting Error on Android #139

Closed JijeshP closed 6 years ago

JijeshP commented 6 years ago

Getting the following error on android:

{ JS: "eventTitle": "error description", JS: "eventData": "{\"error\":\"java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.ArrayList net.gotev.uploadservice.HttpUploadTaskParameters.getRequestParameters()' on a null object reference\"}" JS: }

Burgov commented 6 years ago

try tns platform remove android

tgpetrov commented 6 years ago

Yes, removing the android platform should be sufficient to resolve this issue. If it's not, please give us more information about how you get this error and if it is reproducible with our Examples.

radeva commented 6 years ago

Hi @JijeshP ,

Is this still an issue?

JijeshP commented 6 years ago

@radeva i tried this for image upload, but now i'm not using it.