Page 1 of 1

Server Startup problem.

Posted: Tue May 19, 2015 11:11 pm
by ShadowHKraft
I've recently tried to start my server again but for some reason I keep getting these I guess errors but I'm not really sure what to call them. This is whats shown in the cmd window...

Traceback (most recent call last):
File "run.py", line 33, in <module>
File "json\__init__.pyo", line 278, in load
File "json\__init__.pyo", line 326, in loads
File "json\decoder.pyo", line 366, in decode
File "json\decoder.pyo", line 382, in raw_decode
ValueError: Expecting , delimiter: line 46 column 174 (char 1906)


*I deleted the first and last lines including C:\ etc etc. thats including the file path because they're not really important.*

Re: Server Startup problem.

Posted: Tue May 19, 2015 11:48 pm
by Oppy
.

Re: Server Startup problem.

Posted: Wed May 20, 2015 2:21 am
by ShadowHKraft
lol I thought everything was correct. I made sure that the format for everything including the commas was correct but I guess I missed something. Thanks!

I'll post again if I run into any other trouble!