-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
Jonteh
Clearly says error executing command, but okay.
Thats just the exception message, look at PlayerEntity at line 413. It just forwards the exception.
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
SeanRog
Thats just the exception message, look at PlayerEntity at line 413. It just forwards the exception.
I don't have source open, and his stack trace doesn't say anything about line 413 (double checked to make sure I wasn't being a retard)
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
Jonteh
I don't have source open, and his stack trace doesn't say anything about line 413 (double checked to make sure I wasn't being a retard)
Code:
try {
if (CommandManager.getInstance().isCommand(message)) {
if (CommandManager.getInstance().parse(message, this.getPlayer().getSession()))
return false;
} else if (CommandManager.getInstance().getNotifications().isNotificationExecutor(message, this.getPlayer().getData().getRank())) {
CommandManager.getInstance().getNotifications().execute(this.player, message.substring(1));
}
} catch (Exception e) {
log.error("Error while executing command", e);
return false;
}
The reason for the "Error while executing command" message
-
Re: Comet Server [2016, Java, Netty, MySQL]
How can I compile it or use it? xD I never use Java Emulator before.
-
Re: Comet Server [2016, Java, Netty, MySQL]
What is the general consensus on this server? Is it as good or better than the one Sledmore released?
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
Snixerz
What is the general consensus on this server? Is it as good or better than the one Sledmore released?
I prefer this over boons tbh, it has same features plus more like working group forums and is stable. The source is also clear and clean much like boons so pretty much depends if your more comfortable with Java or C#
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
Snixerz
What is the general consensus on this server? Is it as good or better than the one Sledmore released?
Their both shit. What did you expect from this section?
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
Snixerz
What is the general consensus on this server? Is it as good or better than the one Sledmore released?
Whichever language you are more proficient in.
-
Re: Comet Server [2016, Java, Netty, MySQL]
anyone a mirror of database
-
Re: Comet Server [2016, Java, Netty, MySQL]
Amazing....
Finally I can run a proper retro hotel on linux distributions.
-
Re: Comet Server [2016, Java, Netty, MySQL]
Comet has shutdown. Reason: "Failed to initialize sockets on address: 54.149.254.148:3000" someone can help with this error (Sorry for bad english=
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
TehSonick15
Comet has shutdown. Reason: "Failed to initialize sockets on address: 54.149.254.148:3000" someone can help with this error (Sorry for bad english=
Try to bind it to 0.0.0.0 instead of your ip
Verstuurd vanaf mijn D6603 met Tapatalk
-
Re: Comet Server [2016, Java, Netty, MySQL]
Hey! How i can add a playlist? When i add directly to db->players_settings->playlist i cant login(client stuck at 76%)
i tried with "PLAYLISTID", ["PLAYLISTID"] and PLAYLIST
Or i need to put the full youtube link?How i should fill this field?thx
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
klaudio007
Hey! How i can add a playlist? When i add directly to db->players_settings->playlist i cant login(client stuck at 76%)
i tried with "PLAYLISTID", ["PLAYLISTID"] and PLAYLIST
Or i need to put the full youtube link?How i should fill this field?thx
Try : [{"videoId":"INSERT VIDEO ID","title":"INSERT TITLE","description":"INSERT DESC","duration":null}]
-
Re: Comet Server [2016, Java, Netty, MySQL]
Quote:
Originally Posted by
BobyTS
Try : [{"videoId":"INSERT VIDEO ID","title":"INSERT TITLE","description":"INSERT DESC","duration":null}]
Thanks, its work!