Discord-Chat-Importer
Discord-Chat-Importer copied to clipboard
Halts indefinitely trying to import large (nitro) message
Nitro users have a different character limit, more... I don't think the bot sees the difference between a normal message and a message sent by a user with nitro... Or at least, it's not able to tell that nitro users have differenct character limits in their messages, meaning that in the export I have messages longer than 2000, which the importer simply tries to re-send, but ultimately fails to, as it simply can't....
instead of moving on it just stops doing anything, and re-prints this message in the terminal for a million times:
Message failed to import. - (Description length must be less than or equal to 2048. (Parameter 'Description'))
I dunno, for now I only had a couple messages like that, and I was able to tweak the json (description tag 4) of those instances.... (don't try to beak the message up in multiple parts, then the imported just won't start at all, just crop the message...)
so yeah, please fix? make it break up messages?