TypeError: /var/www/html/home/views/frontend/gameinfo.ejs:12
   10|                             <li class="<%if(titlelink=='Home'){%> active <%}%>"> <a href="/">Home</a></li>
   11|                             <li class="<%if(titlelink=='recent'){%> active <%}%>"> <a href="/recent">Recent</a> </li>
>> 12|                             <li class="active"><%=info[0].srs[0]['seasons_name']%>, <%=info[0].game_info%>, <%=info[0].game_type_id%></li>
   13|                         </ol>
   14|                     </div>
   15|                 </div>

Cannot read property 'srs' of undefined
   at eval (/var/www/html/home/views/frontend/gameinfo.ejs:167:33)
   at gameinfo (/var/www/html/home/node_modules/ejs/lib/ejs.js:682:17)
   at tryHandleCache (/var/www/html/home/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/var/www/html/home/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/var/www/html/home/node_modules/express/lib/view.js:135:8)
   at tryRender (/var/www/html/home/node_modules/express/lib/application.js:640:10)
   at Function.render (/var/www/html/home/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/var/www/html/home/node_modules/express/lib/response.js:1012:7)
   at /var/www/html/home/node_modules/newrelic/lib/shim/shim.js:1313:22
   at LegacyContextManager.runInContext (/var/www/html/home/node_modules/newrelic/lib/context-manager/legacy-context-manager.js:59:23)