Giter VIP home page Giter VIP logo

pixelmon-io.netty-connection-timed-out's Introduction

Troubleshooting Guide - io.netty Connection Timed Out (Windows OS)

Step 1) Try installing/re-installing the Technic Launcher

Step 2) Try Restarting Router

  1. Power off router
  2. Wait 5 minutes
  3. Power it back on

Step 3) Run Powershell as Administrator

  1. Close out all instances of Minecraft and make sure it is not running.
  2. Click Start -> Type "Powershell" -> Right-Click "Windows Powershell" -> Click "Run as Administrator"
Ref.1 - Click Me!

Step 4) Enter the Following Commands

Warning: Do not run "Get-NetAdapter | where..." Command if you run Virtual Machines or have a SOHO Network dependant on utilizing an organization's default DNS Server.

  1. Copy the following commands and enter the commands one at a time below;
Get-NetFirewallProfile | Set-NetFirewallProfile -Enabled True
Get-NetFirewallRule | where {$_.DisplayName -like "Java(TM) Platform SE Binary"} | Set-NetFirewallRule -Action Allow -Profile Public, Private
netsh winsock reset catalog
netsh int ip reset reset.log
Get-NetAdapter | where {$_.status -like "up"} | Set-DnsClientServerAddress -ServerAddresses 1.1.1.1, 8.8.8.8
ipconfig /release
  1. Wait 1 minute
  2. Copy the following commands and enter the commands one at a time below;
ipconfig /renew
ipconfig /flushdns
  1. Restart Computer
Ref.2 - Click Me!

Internet Connection Broke? - If your internet connection stopped working after this, run these 2 commands again;

ipconfig /release
ipconfig /renew

Step 5) Attempt to connect to the Server

  1. Try to connect to the Pixelmon Server again
  2. If you get the same issue again, it's most likely an ISP issue and you will have to wait until your internet service provider fixes it over time.

Step 6) Send Logs

  1. If everything fails, copy the following commands and enter the commands one at a time below;
ping pixel.mc-complex.com | Out-File $home\desktop\logs.txt
Tracert pixel.mc-complex.com | Out-File -Append $home\desktop\logs.txt
Get-NetFirewallProfile | select Name,Enabled,AllowInboundRules, AllowLocalFirewallRules, AllowUserApps, AllowUserPorts  | Out-File -Append $home\desktop\logs.txt
Get-NetFirewallRule | where {$_.DisplayName -like "*Java*"}  | select DisplayName, Enabled, Profile  | Out-File -Append $home\desktop\logs.txt
Get-DnsClientServerAddress  | Out-File -Append $home\desktop\logs.txt
  1. Copy the new "logs.txt" file that was created on your desktop and send it to the Discord Ticket.

Step 7) Alternatives

  1. Try testing the issue with someone else's internet
  2. An alternative fix is to use a VPN, as it will normally fix this issue. Try using a Free VPN with Proton if you don't have one.

Credits - CG Pixelmon

Buumee (Troubleshooting Guide)
Hazz (Technic Launcher Guide)

pixelmon-io.netty-connection-timed-out's People

Contributors

artemblue avatar

Watchers

 avatar

Forkers

vorlando520

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.