GithubHelp home page GithubHelp logo

Comments (14)

TheLimeGlass avatar TheLimeGlass commented on July 21, 2024 1

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.

from skungee-2.0.0.

tandpfun avatar tandpfun commented on July 21, 2024

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]" ]

from skungee-2.0.0.

TheLimeGlass avatar TheLimeGlass commented on July 21, 2024

Did you read what it says?

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

from skungee-2.0.0.

tandpfun avatar tandpfun commented on July 21, 2024

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

from skungee-2.0.0.

tandpfun avatar tandpfun commented on July 21, 2024

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.

from skungee-2.0.0.

JunederZ avatar JunederZ commented on July 21, 2024

Have the same problem here with network variable

from skungee-2.0.0.

Defterdar avatar Defterdar commented on July 21, 2024

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

from skungee-2.0.0.

TheLimeGlass avatar TheLimeGlass commented on July 21, 2024

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.

from skungee-2.0.0.

Highestt avatar Highestt commented on July 21, 2024

Something as simple as this: @TheLimeGlass

`command /test [number]:

trigger:

	set network variable {test::%player's uuid%} to arg-1

	set {_t} to network variable {test::%player's uuid%}

	message "&e%{_t}%"`

(make sure to add <> before number, it wouldn't let me do it)

I did /test 10 and it returned this
image
image

from skungee-2.0.0.

TheLimeGlass avatar TheLimeGlass commented on July 21, 2024

Something as simple as this: @TheLimeGlass

`command /test [number]:

trigger:

	set network variable {test::%player's uuid%} to arg-1

	set {_t} to network variable {test::%player's uuid%}

	message "&e%{_t}%"`

(make sure to add <> before number, it wouldn't let me do it)

I did /test 10 and it returned this
image
image

Cannot reproduce

[Skript] # /t 10
[Skript] command /t (simple event)
[com.skungee.japson.shared.Japson] Sent returnable packet with id 9 and recieved {}
[Skript]   set network variable {test::<none>} to [[long:10]]
[com.skungee.japson.shared.Japson] Sent returnable packet with id 9 and recieved {"variables":[{"name":"test::\u003cnone\u003e","values":[{"type":"long","bytes":[0,0,0,0,0,0,0,10]}]}]}
[Skript]   set 10 to network variable {test::<none>}
10 <----- number valid
[Skript]   send "%10%" to [commandsender:CONSOLE]
[Skript] # t took 6.2651 milliseconds

Mine has <none> in the debug, because i'm running from console.

Timed out means Skungee lost connection. Make sure your credentials are correct. Send any errors you see in red in console.

from skungee-2.0.0.

Highestt avatar Highestt commented on July 21, 2024

Thing is I'm not running it from console... I'm running it in game from my spigot server
And the credentials are correct that's for sure. Although I did see a weird error... hold on let me find it

from skungee-2.0.0.

Highestt avatar Highestt commented on July 21, 2024

Ah my bad I know where I went wrong, don't mind me xP

from skungee-2.0.0.

Highestt avatar Highestt commented on July 21, 2024

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

from skungee-2.0.0.

Lennord avatar Lennord commented on July 21, 2024

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?

from skungee-2.0.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.