1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Cannot go into my server

Discussion in 'Help' started by WinterBuild7074, Apr 3, 2017.

  1. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    When I try to go into my server, it says this: "This name is already used by another player!" I'm using the ServerAuth Plugin.
    I tried renaming my name and try to go into my server again, but it said after a few seconds: "Login timeout".
    Here are the console errors:

    Code:
    2017-04-03 [10:58:11] [Server thread/CRITICAL]: Could not execute task Broadcaster\Tasks\Task: Call to a member function hasPermission() on null
    2017-04-03 [10:58:11] [Server thread/CRITICAL]: Error: "Call to a member function hasPermission() on null" (EXCEPTION) in "/src/pocketmine/Player" at line 570
    2017-04-03 [10:59:08] [Server thread/INFO]: [InfinityPE] Contest Plots! - Who can build best? Go to: Spawn -> Plots -> Contest Plots!
    2017-04-03 [10:59:16] [Server thread/CRITICAL]: Could not execute task Broadcaster\Tasks\Task: Call to a member function hasPermission() on null
    2017-04-03 [10:59:16] [Server thread/CRITICAL]: Error: "Call to a member function hasPermission() on null" (EXCEPTION) in "/src/pocketmine/Player" at line 570
    2017-04-03 [10:59:46] [Server thread/INFO]: WinterBuild7074[/84.140.134.181:19132] logged out due to This name is already used by another player!
    2017-04-03 [11:00:06] [Server thread/NOTICE]: Player data not found for "tester", creating new profile
    2017-04-03 [11:00:06] [RakLibServer thread/NOTICE]: Blocked 84.140.134.181 for 5 seconds
    
    Plus, I have a helper(s) on Twitter and they say that the PurePerms and PureChat plugins aren't working. But I have no idea why. Those plugins are very glitchy and buggy they say.
     
    Last edited: Apr 3, 2017
  2. Primus

    Primus Zombie Pigman

    Messages:
    749
    They are idiots, I say. Remove plugins one by one to see which causes this.
     
  3. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    OK, now the only problem is this:
    Code:
    2017-04-03 [14:02:06] [Server thread/NOTICE]: Player data not found for "tester", creating new profile
    2017-04-03 [14:02:06] [RakLibServer thread/NOTICE]: Blocked 84.140.134.181 for 5 seconds
    2017-04-03 [14:02:16] [Server thread/INFO]: Tester[/84.140.134.181:19132] logged out due to Login timeout
    Why does it block my for 5 seconds? Maybe I need to restart my whole server?
     
  4. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    What all plugins do you have now?
     
  5. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    BanItem, Broadcaster, BuyCraft, ChatDefender, ChatToolsPro, DevTools, EconomyAPI, EconomyJob, EconomySell, EconomyShop, EssentialsPE, ImagicalDevTools, InfinityInfos (plugin coded extra for me), InfinityPEGroups (coded extra for me too), iProtector, MagicWE, ManyWorlds, MOTD (SexyMOTD), MyPlot, NetherChests, Parkour, ServerAuth, SignPortal, SkyWars, Slapper, TapToDo, TimerBan and Vote Reward
     
  6. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    Server Start Console PasteBin: https://pastebin.com/4NFezhW9

    Plus, now it says my server is offline because it says "Unable to connect". But my server is online, I am sure, the console says everything is loaded. But Minecraft PE says it's offline. No errors on console, nothing, really nothing.
     
  7. Primus

    Primus Zombie Pigman

    Messages:
    749
    Client pings automatically localhost on port 19132, perhaps that's the problem.
     
    EdwardHamHam likes this.
  8. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    I don't know anything about that, please tell me what to do.
     
  9. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    Your server is running on port 19131. Local servers in MCPE only automatically show up when they are on port 19132. You'll have to add your server manually. Or, you can also change your server's port to 19132 in server.properties
     
  10. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
  11. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    It looks like you don't have write access to the directory that you're running PocketMine in.
     
  12. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    What can I do to fix this? I got this error a few times already.
     
  13. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    What OS are you using?
     
  14. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    Debian 8.0 + MCPE Server
    VPS Control Panel
     
  15. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    Is it not possible to fix this?
     
  16. Primus

    Primus Zombie Pigman

    Messages:
    749
    Code:
    sudo chmod -R +x .
    
     
    EdwardHamHam likes this.
  17. xBeastMode

    xBeastMode Shog Chips

    Messages:
    0
    The easiest way is this:
    Code:
    $ cd /home/<user>/<server_dir>/
    $ sudo chmod -R 777 ./
     
  18. Primus

    Primus Zombie Pigman

    Messages:
    749
    That's what I said.
     
    jasonwynn10 and HimbeersaftLP like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.