hsasctf / lxctf

Attack/Defense CTF Framework forked from iCTF-Framework for use at HS AlbSig (Albstadt-Sigmaringen University of Applied Sciences)
GNU General Public License v2.0
2 stars 3 forks source link

Registration #51

Closed xiao-pi closed 4 years ago

xiao-pi commented 4 years ago

Hi I started the register_tornado.py and than I get this Error.

"Database error, there is no empty event in database (event without ticks)"

I tried to reset the Database with the manage_reset_db.py and there I get the Error.

"Can't connect to MySQL server on 127.0.0.1" but the connection is there

Where is our problem?

c-goes commented 4 years ago

the message tells you to add a new event to the database. It can be done via http://10.38.1.1:5000/admin when you also start the tornado_file.py

Use the admin password in the yaml file in inventories folder. Also use UTC time Zone everywhere.

xiao-pi commented 4 years ago

ok thx. I try!

c-goes commented 4 years ago

I edited the URL because it was wrong.

Sent with GitHawk