Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"OSError: [Errno 104] ECONNRESET" Error #1

Open
robtech21 opened this issue May 25, 2021 · 4 comments
Open

"OSError: [Errno 104] ECONNRESET" Error #1

robtech21 opened this issue May 25, 2021 · 4 comments

Comments

@robtech21
Copy link

So I setup my miner today and it keeps throwing the following error:

OSError: [Errno 104] ECONNRESET

Is there something I need to change with the router or what?

@nicolaskn
Copy link

I have the same issue as well. Looks like the connection is dropping between the send/receive of a found hash.
I believe the issue is the server receiving the data and it maybe terminating the connection since the received data back is "None".

Planning to fork the code tonight or this weekend to look into it more. We may need to add a wait until buffer is complete.

@robtech21
Copy link
Author

I have the same issue as well. Looks like the connection is dropping between the send/receive of a found hash.
I believe the issue is the server receiving the data and it maybe terminating the connection since the received data back is "None".

Planning to fork the code tonight or this weekend to look into it more. We may need to add a wait until buffer is complete.

I tried increasing the timeout delay, but it didn't work. Maybe you could figure something out.

@fabiopolancoe
Copy link
Owner

Yeah, the miner's outdated, I'll try to update it later, I haven't been working on it.

@fabiopolancoe
Copy link
Owner

Sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants