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.
Not a kata issue.
Closing.
I keep getting the error as well:
Request Error:
500: Internal Server Error
Description: TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
at fromObject (buffer.js:287:9)
at Function.Buffer.from (buffer.js:133:10)
at new Buffer (buffer.js:112:17)
at Object.module.exports.decrypt (/server/lib/cipher.js:8:18)
at transformBody (/server/lib/routes/run.js:41:32)
at module.exports (/server/lib/routes/run.js:14:15)
at Layer.handle as handle_request
at next (/server/node_modules/express/lib/router/route.js:131:13)
at Route.dispatch (/server/node_modules/express/lib/router/route.js:112:3)
at Layer.handle as handle_request
at /server/node_modules/express/lib/router/index.js:277:22
at Function.process_params (/server/node_modules/express/lib/router/index.js:330:12)
at next (/server/node_modules/express/lib/router/index.js:271:10)
at serveStatic (/server/node_modules/serve-static/index.js:75:16)
at Layer.handle as handle_request
at trim_prefix (/server/node_modules/express/lib/router/index.js:312:13)
This error was caused due to an issue processing the web request, not because of an issue executing your code.
Should I be able to use fuzzywuzzy in python? It won't let me import the module.