40thieves / webpack-sentry-plugin

Webpack plugin to upload source maps to Sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR in Sentry Plugin: RequestError: Error: connect ECONNRESET 192.168.1.193:9005

DeepenLau opened this issue · comments

This is a weird issue
After deploy the sentry server at my own server, i use webpack-sentry-plugin to upload my project's sourcemap file.
Sometimes, i get the error message that shows me ERROR in Sentry Plugin: RequestError: Error: connect ECONNRESET 192.168.1.193:9005,
image

but i checkout the releases , it shows me that my files was uploaded succussfully, but still show me the error message
image
i don't know how to figure it out
Thanks!

Hey there. Generally speaking, ECONNRESET in Node means that the remote server (i.e. your Sentry server) unexpectedly closed the TCP connection before it was finished. This could be for any number of reasons that would all be related to your specific setup -- i.e. maybe your Sentry install is misconfigured somehow, maybe it's behind nginx/apache with a max request size that's being reached, maybe something with the firewall, maybe intermittent network problems between you and your server, etc etc. I don't think it's an issue we'll be able to help you with as the plugin is functioning correctly.

Thanks you so much! @schneidmaster
I will try to figure it out.