trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Hosted Dropbox error #27

Open harpojaeger opened 9 years ago

harpojaeger commented 9 years ago

After logging in to the hosted version with Dropbox, I get this error:

TypeError: /app/views/index-main.jade:16 14| li(id = fil) 15| a(href="##{fil === '#All' ? '' : fil}",data-name="#{fil}") > 16| if (fil.substring(0,1) === '+') 17| .list-icon.list-icon-plus + 18| =fil.substring(1) 19| if (fil.substring(0,1) === '@') Cannot call method 'substring' of null at jade_debug.unshift.lineno (eval at (/app/node_modules/jade/lib/jade.js:160:8), :547:11) at eval (eval at (/app/node_modules/jade/lib/jade.js:160:8), :743:4) at res (/app/node_modules/jade/lib/jade.js:161:38) at Object.exports.render (/app/node_modules/jade/lib/jade.js:257:10) at Object.exports.renderFile (/app/node_modules/jade/lib/jade.js:293:18) at View.exports.renderFile as engine at View.render (/app/node_modules/express/lib/view.js:76:8) at Function.app.render (/app/node_modules/express/lib/application.js:504:10) at ServerResponse.res.render (/app/node_modules/express/lib/response.js:798:7) at /app/lib/main.js:117:9

Logging out of Dropbox, clearing cookies and de-authenticating the app have no effect. Same thing happens in an incognito window.

Maybe this is a super-obvious thing, but it's got me stumped.