Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
as the issue states "Max Buffer reached: Too much information has been written to stdout." this means too much information has been printed to stdout, this is a restriction on codewars to the amount of info that cant be send to stdout. i would remove any prints you are sending to the console and hopefully your problem will be solved :)