1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Communication Error, still can connect

Discussion in 'Support' started by StashCat, Aug 31, 2013.

  1. StashCat

    StashCat New Member

    Since I've installed LilyPad I've kept getting Communication error when pinging the server, but I still can connect. Yes, I've set throttle to 0, port-forwarded every port that LilyPad uses, but still nothing. You can try yourself - IP: funcademc.tk
    My allinone.conf:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          },
          {
            "domain": "ph.funcademc.tk",
            "server": "prophunt"
          }
        ],
        "motd": "Funcade Network",
        "playerMaximum": 100,
        "authenticate": true,
        "throttle": 0,
        "tabEnabled": true,
        "localeFull": "The server you tried to connect to is currently full. Come back later.",
        "localeOffline": "The requested server is currently offline. Try again later!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "The server is being restarted. Come back in a few moments."
      },
      "queryTcp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "HIDDEN"
          },
          {
            "username": "prophunt",
            "password": "HIDDEN"
          }
        ]
      }
    }
    Hope to get this fixed. Using build 68.
  2. StashCat

    StashCat New Member

    By the way, all of the servers are on one machine.
  3. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Change it to:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "Funcade Network",
        "playerMaximum": 100,
        "authenticate": true,
        "throttle": 0,
        "tabEnabled": true,
        "localeFull": "The server you tried to connect to is currently full. Come back later.",
        "localeOffline": "The requested server is currently offline. Try again later!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "The server is being restarted. Come back in a few moments."
      },
      "queryTcp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "HIDDEN"
          },
          {
            "username": "prophunt",
            "password": "HIDDEN"
          }
        ]
      }
    }

    Code (text):
          {
            "domain": "ph.funcademc.tk",
            "server": "prophunt"
          }
    Is the problem
  4. StashCat

    StashCat New Member

    Didn't fix it. The additional domain just auto-redirects to the prophunt server.
  5. boboman13

    boboman13 Member Contributor

    Home hosted or on a managed / dedicated server? @StashCat
  6. StashCat

    StashCat New Member

    Home hosted, on Windows
  7. About7Deaths

    About7Deaths Member

  8. StashCat

    StashCat New Member

    Did not help whatsoever.
  9. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    What server host are you using?
  10. About7Deaths

    About7Deaths Member

    I'm sorry about that. It worked for me for a little bit, but then it suddenly went back to normal.
  11. StashCat

    StashCat New Member

    I host myself. Never ran into issues with any other server/proxy software.
  12. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    What Java version are you using?
  13. StashCat

    StashCat New Member

    Version 7 Update 25
  14. About7Deaths

    About7Deaths Member

    I am also curious how to get a full fix for this problem. The only problems that I have left with lilypad is this communication error and the global tab list.
  15. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    I'm likely going to push an update later today that attempts to see if this is a LilyPad issue or the issue of one of it's dependencies, because I'm honestly not too sure.
  16. About7Deaths

    About7Deaths Member

Share This Page