RootTheBox icon indicating copy to clipboard operation
RootTheBox copied to clipboard

Juice box error while parsing

Open PunitTailor55 opened this issue 4 years ago • 1 comments

Hi there, For juice box installation, when I am importing xml file. It is giving a database error. I am running mysql database.

image

PunitTailor55 avatar Oct 08 '20 18:10 PunitTailor55

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;

eljeffeg avatar Oct 09 '20 14:10 eljeffeg

Fixed various xml imports since this issue, so going to close it unless we can reproduce or have further discussion.

eljeffeg avatar Oct 16 '22 01:10 eljeffeg