Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. (node:30993) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'loadSavedModel' of undefined
  2. at main (/home/joshua/Documents/programming/cs290/final/server.js:86:33)
  3. at /home/joshua/Documents/programming/cs290/final/server.js:65:5
  4. at Layer.handle [as handle_request] (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/layer.js:95:5)
  5. at next (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/route.js:137:13)
  6. at Route.dispatch (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/route.js:112:3)
  7. at Layer.handle [as handle_request] (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/layer.js:95:5)
  8. at /home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/index.js:281:22
  9. at param (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/index.js:354:14)
  10. at param (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/index.js:365:14)
  11. at Function.process_params (/home/joshua/Documents/programming/cs290/final/node_modules/express/lib/router/index.js:410:3)
  12. (node:30993) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  13. (node:30993) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement