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

[Issue] Mod Causing Netty Epoll Server IO logs in server #26

Open
3 tasks done
harrismcc opened this issue Feb 20, 2024 · 4 comments
Open
3 tasks done

[Issue] Mod Causing Netty Epoll Server IO logs in server #26

harrismcc opened this issue Feb 20, 2024 · 4 comments
Labels
Fabric Fabric version of the mod

Comments

@harrismcc
Copy link

Minecraft Version

1.20.1

Modloader

fabric-0.15.7

Mod version

4.0.1+mc1.20.1

Latest version?

  • Yes

Repeatable?

  • Yes

Link to log files

[21:14:23] [Netty Epoll Server IO #12/ERROR]: Exception occurred in netty pipeline
io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer

Steps to reproduce the issue

  1. Install Mod on server
  2. Run server
  3. Observe logs

Description of the issue you are having

I've just added this to my modpack & server, but I'm noticing that when I did I'm getting these netty pipeline errors every few seconds in the server logs.

The mod appears to be working correctly, and the version compatibility check works, but I get these errors constantly in the server and I'm not sure what to make of it.

Information

  • I have provided as much information as possible
@harrismcc harrismcc changed the title [Issue] [Issue] Mod Causing Netty Epoll Server IO logs in server Feb 20, 2024
@Gaz492 Gaz492 added the Fabric Fabric version of the mod label Feb 24, 2024
@Postman67
Copy link

Postman67 commented Aug 17, 2024

This error is also plaguing my console. I had to remove BCC to get it to stop.
MC - 1.20.1
Fabric Loader - 0.15.11
Using Crafty Controller on Linux CentOS

edit: Installing No Telemetry does not resolve

image

@FaNt4zMa
Copy link

@Postman67 Ever found a fix? Have the same problem but different console logs... It seems like it could be related to Crafty cuz I cannot reproduce the issue on Windows...

@Postman67
Copy link

Postman67 commented Oct 15, 2024

@FaNt4zMa Still no positive solution. I pulled Bcc out all together as the amount of logging was unacceptable in the long run.

They main difference between us is I'm running crafty as a standalone python script in venv compared to a container.

= Uneducated take below =
We both seem to be getting network errors, except yours is coming specifically from Javas handling of the packet, while mine appears to be caused by javas interaction with the system network interface

@FaNt4zMa
Copy link

FaNt4zMa commented Oct 16, 2024

@Postman67 Ahh bummer :p Although your uneducated guess leads me to believe it might be a problem on Crafty's end... Do you ever got a weird popup from Crafty saying it has no internet connection? Because I do... Something tells me that because they have HTTPS out of the box, BCC can't ping wherever it needs to from within Crafty's environment. Might have to report it to Crafty's team but im honestly too lazy for that and can't be bothered. I guess I just won't use BCC in my modpack afterall :(

Sidenote: I had it running just fine using another game panel called Pufferpanel, which doesn't have HTTPS, hence MY uneducated guess

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

No branches or pull requests

4 participants