AOSC-Archive / website-site-ng

Next-gen Community Portal
https://aosc.io/
6 stars 14 forks source link

An error message #31

Closed LionNatsu closed 7 years ago

LionNatsu commented 8 years ago
news-db: get() null
TypeError: /home/aosc/website-site-ng/views/news-view.pug:4
    2| 
    3| block head-custom
  > 4|   +meta-title(`${params.title} | AOSC News`)
    5|   +meta-description("Anthon Open Source Community")
    6| 
    7| append stylesheet

Cannot read property 'title' of null
    at eval (eval at wrap (/home/aosc/website-site-ng/node_modules/pug-runtime/wrap.js:9:4), <anonymous>:452:35)
    at template (eval at wrap (/home/aosc/website-site-ng/node_modules/pug-runtime/wrap.js:9:4), <anonymous>:615:72)
    at Object.exports.renderFile (/home/aosc/website-site-ng/node_modules/pug/lib/index.js:410:38)
    at Object.exports.renderFile (/home/aosc/website-site-ng/node_modules/pug/lib/index.js:400:21)
    at View.exports.__express [as engine] (/home/aosc/website-site-ng/node_modules/pug/lib/index.js:447:11)
    at View.render (/home/aosc/website-site-ng/node_modules/express/lib/view.js:126:8)
    at tryRender (/home/aosc/website-site-ng/node_modules/express/lib/application.js:639:10)
    at EventEmitter.render (/home/aosc/website-site-ng/node_modules/express/lib/application.js:591:3)
    at ServerResponse.render (/home/aosc/website-site-ng/node_modules/express/lib/response.js:960:7)
    at newsdb.get.result (/home/aosc/website-site-ng/controllers/router.js:103:40)
    at Command.redisNews.get [as callback] (/home/aosc/website-site-ng/controllers/news-db.js:184:7)
    at normal_reply (/home/aosc/website-site-ng/node_modules/redis/index.js:714:21)
    at RedisClient.return_reply (/home/aosc/website-site-ng/node_modules/redis/index.js:816:9)
    at JavascriptRedisParser.Parser.returnReply (/home/aosc/website-site-ng/node_modules/redis/index.js:188:18)
    at JavascriptRedisParser.execute (/home/aosc/website-site-ng/node_modules/redis-parser/lib/parser.js:415:12)
    at Socket.<anonymous> (/home/aosc/website-site-ng/node_modules/redis/index.js:267:27)
LionNatsu commented 7 years ago

Fixed at 0d6fb84871d9792cd8a9134aeb2ebc8a1d40b5d1.