Status
This thread has been locked.

ItsCole

Feedback score
1
Posts
6
Reactions
0
Resources
0
Ok so I switched hosts and I can't get the websites to link with my host I tried many different ports and the public key is correct but it won't connect


---------------
config.yml

host: 0.0.0.0
port: 3132
debug: false
listener_folder: plugins/Votifier/listeners


I put the server IP with the website and port matching up with the one in votifier but it won't connect this was working with old host wondering what's wrong.

PS: GAL is working perfectly server not getting votes ...
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

YosemiteOG

Premium
Feedback score
5
Posts
1,193
Reactions
532
Resources
0
set host to your server public ip not 0.0.0.0 or local host

and check the console for errors
 

Azaxel

Manager
Supreme
Feedback score
8
Posts
161
Reactions
144
Resources
0
This isn't a language for me, as I do not understand code, so I am no help.

But possibly follow the information given above, and if nothing is working contact a developer.
 

ItsCole

Feedback score
1
Posts
6
Reactions
0
Resources
0
> [14:13:10 ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
> [14:13:10 ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
> [14:13:10 ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
java.net.BindException: Cannot assign requested address (Bind failed)[DOUBLEPOST=1494883008][/DOUBLEPOST]
set host to your server public ip not 0.0.0.0 or local host
 
Last edited:

UElitez

Clovux - Hosting Provider
Ultimate
Feedback score
0
Posts
132
Reactions
21
Resources
0
I would suggest contacting your host for help with this as they'll know what IP you should use :)
 

Fudged

Premium
Feedback score
3
Posts
187
Reactions
93
Resources
0
Typically, you want to make the host your server ip (the numbers one) and change the port because many hosts run servers off the same machine so you will all have the same ip/port by default, causing conflicts.
 

edude0

Feedback score
2
Posts
46
Reactions
8
Resources
0
Like everyone else said, your host is NOT supposed to be 0.0.0.0, it should be your numbers ip for your server (without the port). The port in the votifier config can basically be anything, so if you put your numbers ip with that port, and it still says the IP is already in use, just change the port 1 up or down. Example being port: 3131, or port: 3135

Hope that helps!
- Ethan
 
Status
This thread has been locked.
Top