benjreinhart / react-native-aws3

Pure JavaScript React Native library for uploading to AWS S3
MIT License
399 stars 151 forks source link

Upload throws error after completion 100% #35

Closed babs100 closed 7 years ago

babs100 commented 7 years ago

I have uploaded twice before and it work well. suddenly When I upload a file, it throws an error when it is at 100% uploaded:

{"line":14492, "column":65, "sourceURL":"http://localhost:8081/"}

Please any help

benjreinhart commented 7 years ago

Are you still having issues? I'm going to close this because I haven't seen this myself nor have I seen many others experience this (except when they had issues local to their environment/credentials). Also, that blip of stack trace doesn't help because that's local to your build.

babs100 commented 7 years ago

Thank you very much. The issue was resolved. Its local

On 4 Apr 2017 23:53, "Ben Reinhart" notifications@github.com wrote:

Are you still having issues? I'm going to close this because I haven't seen this myself nor have I seen many others experience this (except when they had issues local to their environment/credentials). Also, that blip of stack trace doesn't help because that's local to your build.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/benjreinhart/react-native-aws3/issues/35#issuecomment-291663387, or mute the thread https://github.com/notifications/unsubscribe-auth/AU9A-Qs4gUzuSv_P3vOhU_pd7od9lv9Zks5rssoGgaJpZM4Mc2vR .

parijatsahai commented 7 years ago

@babs100 What was the root cause and solution? Could you please elaborate here for everyone?