benjreinhart / react-native-aws3

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

Network issue even though device is connected to fast internet #60

Open stanleynguyen opened 6 years ago

stanleynguyen commented 6 years ago

I'm having this error (which seems to indicate that there's a network issue)

{
  status: 0, 
  text: "Write error: ssl=0xd1e3e880: I/O error during system call, Connection reset by peer",
  headers: {}
}

Nevertheless, my device is connected to fast internet. Any idea?

roots-ai commented 5 years ago

Facing the same issue. How did this get resolved?

im-aditya commented 5 years ago

Same issue. Any solutions ?

stanleynguyen commented 5 years ago

@im-aditya I didn't manage to resolve this, built a proxy server to upload to aws instead