We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
josuegomes
12 months agoHelpful | Level 6
Socket connection aborted while uploading
FileZilla Pro development here. Customer consistently sees 'ECONNABORTED' errors while trying to upload a large file. See log excerpt below: Command: POST /2/files/upload_session/start HTTP/1...
Greg-DB
Dropbox Staff
Are you only seeing this reported by one customer? This issue doesn't reproduce for me, even when using the same request body sizes, and I'm not seeing any other reports of this error.
I'm not aware of any issues on the Dropbox side that should be causing this. Is there anything on the customer's network connection, such as a firewall, VPN, proxy, anti-virus, or other such software that may be interfering with the connections?
I also notice that the failing request uses a substantially larger request body size than the successful request before it (80248163 versus 5242880). While the Dropbox API supports accepting 80248163 bytes in a request (and that is working for me), there may be something on the customer's network connection that is failing on the larger size.
Здравко
12 months agoLegendary | Level 20
Such an error indicates that the socket has felled in undefined state and the system (socket controlling libraries) cannot recover it. It's not related to the HTTP query performed directly. There are wide variety of reasons for such thing and cannot be pointed something mandatory as a source.
josuegomes, To figure out what's going out you need to debug the particular system and see what's the exact wrong in the socket state. After that, what directs socket to this state. If you have some doubts that something in responses from Dropbox causes it, you need to provide more detailed log of communication causing such a state, so be able issue reproduction (it's NOT on HTTP level but lower in protocol stack). Most probably it's some bug in some part of the particular system - system update (especially related to communication) may fix it without you deal with details.
Good luck.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!