Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bluscream

Pages: [1]
1
General Discussions / Dark theme for the forum
« on: January 23, 2019, 11:24:07 AM »
You have a great dark theme for the webinterface, why not in the forum?

2
General Discussions / Migrate config <-> mysql
« on: January 23, 2019, 09:28:49 AM »
Recently i needed to to switch from a hoster using mysql (ts3index) to a self-hosted solution so i asked their support if i could get the config files. Their response was that it's impossible to export from mysql, is it really that much extra work to offer exported configs (considering the parsers and functions to write / read configs are already in the bot)

Now i'm facing the same problem vice versa. I have around 4 bots with ~50 functions set up via config and i want to modify them with the webinterface in the future.

3
General Discussions / Telnet control not working
« on: January 20, 2019, 10:21:58 AM »
I added this to my instance config as it was said in a tutorial:
Code: [Select]
telnet_enable = 1
telnet_run_forever = 1
telnet_port = 5873
telnet_password = 12345
But for some reason i can't even connect to it

4
General Discussions / Just a general question
« on: January 20, 2019, 10:20:04 AM »
I always asked myself why JTS3M uses a loop through clientlist instead of event's. Is there a special reason for that?

For example scripts like https://github.com/Bluscream/pyTSon_plugins/blob/master/scripts/quickPerm/__init__.py work just fine because they are faster then JTS3Mod's ServerGroup"Protection"

5
General Discussions / More detailed error messages?
« on: January 19, 2019, 06:32:39 PM »
Hello, i always get errors that i have to confirm with a chat command and i look in the log but the error message does not help at all in finding the problem:

Code: [Select]
2019-01-13 01:07:35 Function afk INFO Client status of "ExoTic | Tom" (db id: 529) is not muted anymore, client was moved back!
2019-01-13 01:07:44 JTS3ServerMod CRITICAL Error while getting client list!
2019-01-13 01:07:44 JTS3ServerMod EXCEPTION java.lang.IllegalStateException: null object, maybe connection to TS3 server interrupted.

Code: [Select]
2019-01-18 22:05:34 Function afk INFO Client status of "Janrik | Jan" (db id: 978) is muted, client was moved!
2019-01-18 22:18:51 JTS3ServerMod WARNING An error occurred, make sure that you use at least TS3 server version 3.0.10 or newer!
2019-01-18 22:18:51 JTS3ServerMod EXCEPTION java.lang.NullPointerException

Pages: [1]