Skip to content

Votifier Troubleshooting

Ben edited this page Jan 13, 2021 · 15 revisions

Use a testing service such as https://mctools.org/votifier-tester (or the actual voting website) and do a test vote. When doing a vote you will receive a message in console similar to this:

[19:01:21] [Votifier I/O/INFO]: [VotifierPlus] Debug: Received vote record -> Vote (from:SERVICESITEHERE username:BenCodez address:Address timeStamp:TestVote)
[19:01:21] [Server thread/INFO]: [VotingPlugin] Received a vote from service site 'SERVICESITEHERE' by player 'BenCodez'!

SERVICESITEHERE text is what you set the service site in the votesites.yml for that specific site, so the plugin knows which votesite to link to what. Doing this wrong will create problems.

If you get this message, then your good to go. If you don't set the service site on a votesite the plugin will autogenerate the votesite for you.

If you don't, here are some things to try:

  • Verify votifier is running on an open ip/port (port is not in use, common on shared hosts), may need to contact your host for this
  • No firewall or something blocking connections outside of the network
  • Some cases deleting the RSA folder and generating new keys fixes the issues

Please note, unless you get the specific message above VotingPlugin will not function, don't blame this on VotingPlugin

Clone this wiki locally