RootTheBox
RootTheBox copied to clipboard
Juice box error while parsing
Hi there,
For juice box installation, when I am importing xml
file. It is giving a database error. I am running mysql database.
So far, I haven't been able to reproduce it on docker or my test instance. From the error, it's having an issue importing the unicode of ⭐️ emoji, which we included for the difficulty level. It doesn't look like a python error though. It looks like a database error. @PunitTailor55 when you created your database, did you set the correct character set? create database rootthebox character set utf8mb4;
Fixed various xml imports since this issue, so going to close it unless we can reproduce or have further discussion.