spikeydragoon / Cross-Ark-Chat

Provides the ability to cross chat between all your Ark Survival Evolved Servers including discord support.
MIT License
67 stars 25 forks source link

Cross-Ark-Chat v3.2.0.0 wont start #10

Closed Markezzz closed 6 years ago

Markezzz commented 6 years ago

Hello all,

i wanted to update the Cross-Ark-Chat today to the new version with new configs. But it wont start the bot and i get the followed error:

https://pastebin.com/BPbp53Z1

This is my new config:

https://pastebin.com/8Pu72228

I use Windows Server 2012 Standard as os. Their is no log or anything what would me help. So i need some help to get it to work. The old versions of Cross-Ark-Chat all working for me.

Greetz, Markezzz

spikeydragoon commented 6 years ago

Its complaining about adding stuff from the config to the code. I checked your config and you added to many , which broke the formatting.

In the Servers section of your config remove the , after all the ServerchannelId and you will be good to go.

Markezzz commented 6 years ago

Thank you for your reply. I checked the config and i get the same error after starting the tool. The json validator shows also no error with and without the seperators.

If i only add 1 server all works fine, but if i add another server it wont work for me.

spikeydragoon commented 6 years ago

Thats usally due to formatting can you resend the config that you changed?

Markezzz commented 6 years ago

Here is my current test configuration: https://pastebin.com/FLh6EdKN

spikeydragoon commented 6 years ago

Okay formatting is fixed only issue i see is you told bot to send server chat to its own channel but the servers have the exact same channel id. This causes errors. IF your sending them to the same channel just set the DiscordChannelID and set the sendtoown channel back to false This will send all servers chat to the DiscordChannelID.

Markezzz commented 6 years ago

Thanks, we found the mistake. i copy pasted all and forgot to set the channel ids for every other server. :) Now it starts without any error. 👍

spikeydragoon commented 6 years ago

Good to hear :)