silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

Is it possible to import eliza.ss? #26

Closed Rajan closed 9 years ago

Rajan commented 9 years ago

I tried importing it and we're seeing this:

TypeError: Object # has no method 'importer' at postdata (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/controllers/dashboard.js:73:16) at Layer.handle as handle_request at next (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/route.js:131:13) at Route.dispatch (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/route.js:112:3) at Layer.handle as handle_request at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:277:22 at Function.process_params (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:330:12) at next (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:271:10) at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/view-helpers/index.js:69:5 at Layer.handle as handle_request at trim_prefix (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:312:13) at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:280:7 at Function.process_params (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:330:12) at next (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:271:10) at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/config/express.js:96:5 at Layer.handle as handle_request at trim_prefix (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:312:13) at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:280:7 at Function.process_params (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:330:12) at next (/Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/express/lib/router/index.js:271:10) at /Users/rajanchandi/WebstormProjects/AI/superscript-editor/node_modules/connect-flash/lib/flash.js:21:5 at Layer.handle as handle_request

Rajan commented 9 years ago

I've been able to import this now.