Votifier Help

Discussion in 'Bukkit Help' started by DudeGuyManPerson, Jan 13, 2013.

Thread Status:
Not open for further replies.
  1. I just installed Votifier on my server, and on the config file I entered my server IP to connect to the server. When I tried to set up votifier with any of the minecraft server websites, I entered the votifier port shown in the config file, copied the public key, and entered my own server's IP and the port 25565, because that's the port my server uses. I have tried looking everywhere but can't seem to figure out why it isn't working. The websites always say it can't connect to votifier. Am I missing something or doing something wrong? Please help
     
  2. Offline

    JWhy

    You shouldn't put the minecraft port but the votifier port into the port field. Look for it in Votifier's config.yml
     
  3. JWhy I have been entering the Votifier port where it asks for it but for example, on minecraftservers.net it asks for the IP address followed by the port to connect to my server, so I write in dudeguycraft.no-ip.org:25565
     
  4. Offline

    JWhy

    No no, it's DEFINITELY not 25565 if it's asking you for the votifier stuff. Did you ever use that one from config.yml?
     
  5. JWhy Yes when it asks for a votifier port I put in my votifier port (8192) but like I said, some websites also ask for my Servers port, and in that category I put 25565
     
  6. Offline

    JWhy

    There's a list of troubleshooting tips on the votifier github wiki. Could you check that out? (sorry, i don't have the url atm as I'm on my mobile)
     
  7. JWhy That list has no help for the websites simply not connecting to my server. Any other ideas? Otherwise I might post another thread. If you need anything else like my server config file i can post that.
     
  8. Offline

    JWhy

    I think they're mentioning things like port forwarding there, did yoi set that up already (or do ou have a root server/mc host package)?
     
  9. JWhy What is a root server/mc host package?
     
  10. Offline

    JWhy

    Everything with a minecraft server except of a home-hosted server.
     
  11. No my server runs off of my home computer. Would that make things different?
     
  12. Offline

    Sweatyzana

    the port is 8192

    Post your Votifier config, *if you dont mind showing your mysql user+pass*

    Also have you opened the Port 8192 ?
    Like you did when you opened the port 25565

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  13. I set up a port for it on Port Map if that's what you mean?

    My votifier config:
    host: localhost
    port: 8192
    debug: false
    listener_folder: plugins/Votifier/listeners

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  14. Offline

    JWhy

    Try canyouseeme.org for your votifier port please, if it fails you should follow general port forwarding troubleshooting instructions.
     
  15. Offline

    nhadobas

    Dont use localhost as the host. Put the actualy IP that votifier would ping.
    Also just change the votifier port, youre allowed to do that. Just make sure to make it the same on the serverlisting websites.
     
  16. I tried that, and when I turn on the server and Port Map, the 25565 port works, but the 8912 (Votifier) port does not work. I looked in the console, and found this message:
    19:10:34 [WARNING] [Votifier] Error loading 'PermGiver' listener! Listener disabled.
    19:10:34 [SEVERE] [Votifier] Error initializing vote receiver. Please verify that the configured
    19:10:34 [SEVERE] [Votifier] IP address and port are not already in use. This is a common problem
    19:10:34 [SEVERE] [Votifier] with hosting services and, if so, you should check with your hosting provider.
    java.net.BindException: Can't assign requested address
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
    at java.net.ServerSocket.bind(ServerSocket.java:328)
    at java.net.ServerSocket.bind(ServerSocket.java:286)
    at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81)
    at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75)
    at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    19:10:34 [SEVERE] [Votifier] Votifier did not initialize properly!

    Would this have anything to do with my config files not set up properly or something, or is it just that the port is not set up properly and I need to set it up differently?

    I did put down my server's (computer's) IP, I just don't want to give away my IP on here.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  17. Offline

    nhadobas

    And have you clicked the "test connection" when you are on server listing websites?
     
  18. Yes, like I said in my original post, the websites always say they can't connect to votifier. This happens when I click test connection.
     
  19. Offline

    nhadobas

    Using all of the dependencies for votifier?
     
  20. Offline

    JWhy

    None, that's kinda... sorry... bs
    Either there's something wrong about your portforwarding or you just restricted the votifier daemon to listen on localhost. So first try to leave the host blank in the votifier config and if it still doesn't work, try to fix your portforwarding.
     
    DudeGuyManPerson likes this.
  21. OMFG IT WORKED!!! I just had to clear the host part in the config! Thank you soo much!
     
  22. Offline

    An___idiot

    Worked for me too!! Thanks!!
     
  23. Offline

    conetopia

    Sorry, I know I am late but yea.
    Enter your information on those websites like this
    Server IP - has to be 911.911.91.1 / It can't be like conetopia.noip.net
    Port 25565

    In the Votifier config
    I think you can leave it as 0.0.0.0 , or maybe you have to put your Server IP address in it.
    votifier port default is 8192 and it should work.

    Make sure you have some kind of vote listener and command plugin.
    :)
     
  24. Offline

    JWhy

    Umm... Did you just...?
     
    conetopia likes this.
  25. Offline

    conetopia

    well I wasn't going to put my own IP there lol...
     
  26. Offline

    Kwright02

    I Tried Leaving The Host Blank. What Do I Put in The Adress Field on planet minecraft?

    ==

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  27. Offline

    JWhy

    Your server's IP
     
    CoolLord22 likes this.
Thread Status:
Not open for further replies.

Share This Page