Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated host - network variable issue (pterodactyl) Cotd. #78

Open
tandpfun opened this issue Apr 23, 2021 · 14 comments
Open

Migrated host - network variable issue (pterodactyl) Cotd. #78

tandpfun opened this issue Apr 23, 2021 · 14 comments
Labels
support question User needs help with installation

Comments

@tandpfun
Copy link

In issue #74 I was asked to create a new issue for the problem setting up I'm having. I've enabled debug mode for both servers but see no additional logging from when it was off. I even turned off the ignore for heartbeat, still nothing in addition.

On the spigot/paper server, all I have is this from skungee:

[11:01:17 INFO]: [Skungee] Enabling Skungee v2.0.0-ALPHA-18
[11:01:18 INFO]: Started Japson client bound to 0.0.0.0:6532.
[11:01:18 INFO]: [Skungee] Started on 172.18.0.3:6532
[11:01:18 INFO]: Started Japson server bound to 0.0.0.0:6533.
[11:01:18 WARN]: [Server thread] INFO org.reflections.Reflections - Reflections took 206 ms to scan 1 urls, producing 3 keys and 3 values 
[11:01:18 INFO]: [Skungee] has been enabled!

As well as the error:

[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.max}

I'm using pterodactyl, so I put 0.0.0.0 in all of the config files.

On the proxy, I have:

11:08:50 [SEVERE] Apr 23, 2021 11:08:50 AM com.skungee.japson.server.JapsonServer <init>
INFO: Started Japson server bound to 0.0.0.0:6532.
11:08:52 [SEVERE] Apr 23, 2021 11:08:52 AM org.reflections.Reflections scan
INFO: Reflections took 1002 ms to scan 1 urls, producing 3 keys and 9 values 
11:08:52 [SEVERE] Apr 23, 2021 11:08:52 AM org.reflections.Reflections scan
INFO: Reflections took 86 ms to scan 1 urls, producing 1 keys and 1 values 
11:08:52 [INFO] [Skungee] Started on 0.0.0.0:6532
11:08:52 [INFO] Enabled plugin Skungee version 2.0.0-ALPHA-18 by Skungee
11:08:52 [INFO] Enabled plugin cmd_server version git:cmd_server:1.16-R0.5-SNAPSHOT:830ee8f:1556 by SpigotMC

As well as some initial handler pings, which I'm not sure what they are.

Config files:
Paper/Spigot: https://ptero.co/ehirodizer.yml
Proxy: https://ptero.co/nexakepadu.yml

I'm thinking it might be because I set it to 0.0.0.0 and it's communicating incorrect information between servers or something? I'm not sure. I do not get any bind errors though. If I set the IP on the spigot server to the IP of the proxy instead of 0.0.0.0 I get a bind error tho.

Specifications

Skungee Version: v2.0.0-ALPHA-18
Proxy Platform and Version: BungeeCord version git:BungeeCord-Bootstrap:1.16-R0.5-SNAPSHOT:830ee8f:1556
System/Panel (if applicable): Pterodactyl & Paper 1.8.8 for the servers.

@tandpfun tandpfun added the support question User needs help with installation label Apr 23, 2021
@tandpfun
Copy link
Author

I got this just now

11:26:07 [SEVERE] Apr 23, 2021 11:26:07 AM com.skungee.japson.shared.ReceiverFuture lambda$create$0
SEVERE: Recieved a packet from 172.18.0.1 but it was not on the address whitelist. [CONTEXT ratelimit_period="5 SECONDS [skipped: 2]" ]

@TheLimeGlass
Copy link
Member

Did you read what it says?

There is a whitelist for addresses. You can add addresses in the configurations.

@tandpfun
Copy link
Author

I see no whitelist option in the proxy. Do I have to create that part of the config?

@tandpfun
Copy link
Author

I deleted the config and had it recreate the file. I added it to the whitelist and do not get that error anymore, but still get the failed to send variable error.

@JunederZ
Copy link

JunederZ commented Jul 9, 2021

Have the same problem here with network variable

@Defterdar
Copy link

I too have the network variable issue. Running 2.0.0-ALPHA-20

@TheLimeGlass
Copy link
Member

I too have the network variable issue. Running 2.0.0-ALPHA-20

Error is not related to what you have reported. This is a whitelist issue.

@Highestt

This comment has been minimized.

@TheLimeGlass

This comment has been minimized.

@Highestt

This comment has been minimized.

@Highestt

This comment has been minimized.

@Highestt

This comment has been minimized.

@TheLimeGlass
Copy link
Member

Nevermind, now I'm getting a whole other issue. One server, for some reason, just doesn't work with Skungee even though it has the same plugins and configurations as my other server which does seem to work with skungee variables. Any clue why?

Don't know if it's related to this. If not, let me know and I'll create a new issue
image

Can you make a new issue with full details and versions. This is not related to this issue.

@Lennord
Copy link

Lennord commented Dec 15, 2021

In issue #74 I was asked to create a new issue for the problem setting up I'm having. I've enabled debug mode for both servers but see no additional logging from when it was off. I even turned off the ignore for heartbeat, still nothing in addition.

On the spigot/paper server, all I have is this from skungee:

[11:01:17 INFO]: [Skungee] Enabling Skungee v2.0.0-ALPHA-18
[11:01:18 INFO]: Started Japson client bound to 0.0.0.0:6532.
[11:01:18 INFO]: [Skungee] Started on 172.18.0.3:6532
[11:01:18 INFO]: Started Japson server bound to 0.0.0.0:6533.
[11:01:18 WARN]: [Server thread] INFO org.reflections.Reflections - Reflections took 206 ms to scan 1 urls, producing 3 keys and 3 values 
[11:01:18 INFO]: [Skungee] has been enabled!

As well as the error:

[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {sbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.max}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.players}
[11:04:18 INFO]: [Skungee] Timed out attempting to send network variable {dbridging.max}

I'm using pterodactyl, so I put 0.0.0.0 in all of the config files.

On the proxy, I have:

11:08:50 [SEVERE] Apr 23, 2021 11:08:50 AM com.skungee.japson.server.JapsonServer <init>
INFO: Started Japson server bound to 0.0.0.0:6532.
11:08:52 [SEVERE] Apr 23, 2021 11:08:52 AM org.reflections.Reflections scan
INFO: Reflections took 1002 ms to scan 1 urls, producing 3 keys and 9 values 
11:08:52 [SEVERE] Apr 23, 2021 11:08:52 AM org.reflections.Reflections scan
INFO: Reflections took 86 ms to scan 1 urls, producing 1 keys and 1 values 
11:08:52 [INFO] [Skungee] Started on 0.0.0.0:6532
11:08:52 [INFO] Enabled plugin Skungee version 2.0.0-ALPHA-18 by Skungee
11:08:52 [INFO] Enabled plugin cmd_server version git:cmd_server:1.16-R0.5-SNAPSHOT:830ee8f:1556 by SpigotMC

As well as some initial handler pings, which I'm not sure what they are.

Config files: Paper/Spigot: https://ptero.co/ehirodizer.yml Proxy: https://ptero.co/nexakepadu.yml

I'm thinking it might be because I set it to 0.0.0.0 and it's communicating incorrect information between servers or something? I'm not sure. I do not get any bind errors though. If I set the IP on the spigot server to the IP of the proxy instead of 0.0.0.0 I get a bind error tho.

Specifications

Skungee Version: v2.0.0-ALPHA-18 Proxy Platform and Version: BungeeCord version git:BungeeCord-Bootstrap:1.16-R0.5-SNAPSHOT:830ee8f:1556 System/Panel (if applicable): Pterodactyl & Paper 1.8.8 for the servers.

How to fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support question User needs help with installation
Projects
None yet
Development

No branches or pull requests

6 participants