Votesend debugging

Status
This thread has been locked.

Keystirras

Supreme
Feedback score
3
Posts
112
Reactions
44
Resources
0
I'm getting an error on Votesend... Its the following:

[16:16:49] [Server thread/INFO]: [VoteSend] Sent test vote: Vote (from:Test username:keystirras address:1.2.3.4 timeStamp:1473459409606)
[16:16:49] [Craft Scheduler Thread - 16/INFO]: Vote -> com.swifteh.VoteSend$VoteServer@6e5bebcb: Vote (from:Survival username:keystirras address:1.2.3.4 timeStamp:1473459409606)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: java.net.ConnectException: Connection refused
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.net.Socket.connect(Socket.java:589)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at com.swifteh.VoteSend$1.run(VoteSend.java:153)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[16:16:49] [Craft Scheduler Thread - 16/WARN]: at java.lang.Thread.run(Thread.java:745)


I have 4 servers, 2 of those server it sends the votes to.

Here's the config.

Code:
#  VoteSend Config
#  http://www.mc-index.com
#

servers:
  Survival:
    IP: 'localhost'
    Port: 25555
    Key: MyPublicKeyIsHere
    Custom: 'Survival'
  Factions:
    IP: 'localhost'
    Port: 25557
    Key: MyPublicKeyIsHere
    Custom: 'Factions'
  SkyBlock:
    IP: 'localhost'
    Port: 25570
    Key: MyPublicKeyIsHere
    Custom: 'SkyBlock'
  OPPrison:
    IP: 'localhost'
    Port: 8190
    Key: MyPublicKeyIsHere
    Custom: 'OPPrison'

Note: All of the ports are open
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Joker_man900r

Supreme
Feedback score
0
Posts
4
Reactions
0
Resources
1
Try this.. mabey it'll work...
if not then im sorry


Survival:
IP: 'localhost'
Port: 25555
Key: ((((((MyPublicKeyIsHere))))) - between these parentheses... try adding you votifier public key in it to each one...
Custom: 'Survival'
 
Status
This thread has been locked.
Top