franga2000 / BungeeStatus

A PHP powered website to show players the status of your BungeeCord network
GNU General Public License v2.0
9 stars 7 forks source link

Stuck on loading / checking #12

Closed Elixzar closed 9 years ago

Elixzar commented 9 years ago

http://emporior.net/status

At skyblock, query and others are enabled but its stuck at Checking... (I changed it from Loading to checking), PHP 5.5 and every other server works, anything wrong?

franga2000 commented 9 years ago

Your servers.json file is not formatted corectly. It contains an object instead of a list. Here's the correct format:

[
    {},
    {}
]

Here's a bit more detailed tutorial on the wiki.

Elixzar commented 9 years ago

The wiki is outdated, I guess... My config looks alot different and im using the latest version and never touched the servers.json, you should fix it in my opinion.

http://hastebin.com/vamevupuma.json Is my config.

Elixzar commented 9 years ago

Not 100% understanding what you mean either, so if you can fix my config, I'd appreciate it. Thanks!

franga2000 commented 9 years ago

The wiki isn't outdated, your config is broken and I have no idea how such a config could have been generated automatically. Here's a fixed version: http://hastebin.com/etowokaquj.json

Elixzar commented 9 years ago

Ah, thanks! Works fine now but I downloaded BungeeStatus from spigot, uploaded it and added servers from the admin panel so yeah.

PS: Take a look at spigot forums and reply to me if you can, thanks.