[03:53:48.000] INFO: HTTP Server is running on port 3000
[03:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[05:56:51.000] INFO: HTTP Server is running on port 3000
[06:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[06:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[06:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[06:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[06:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[07:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[07:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[07:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[07:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[08:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[08:25:07.000] INFO: HTTP Server is running on port 3000
[08:27:23.000] INFO: HTTP Server is running on port 3000
[08:27:27.000] ERROR: Server Error: jwt expired{"status":500,"message":"jwt expired","stack":"TokenExpiredError: jwt expired\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:190:21\n    at getSecret (/home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:97:14)\n    at Object.module.exports [as verify] (/home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:101:10)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:16:30)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)","error":{"name":"TokenExpiredError","message":"jwt expired","expiredAt":"2025-11-26T10:00:28.000Z"}}
[08:27:34.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:27:56.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[08:30:03.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:08.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:14.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:15.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:18.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:30:22.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:38:49.000] ERROR: Server Error: jwt expired{"status":500,"message":"jwt expired","stack":"TokenExpiredError: jwt expired\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:190:21\n    at getSecret (/home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:97:14)\n    at Object.module.exports [as verify] (/home/aircamp/api-dev.aircamp.ph/node_modules/jsonwebtoken/verify.js:101:10)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:16:30)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)","error":{"name":"TokenExpiredError","message":"jwt expired","expiredAt":"2025-11-26T08:06:15.000Z"}}
[08:38:51.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:41:52.000] INFO: HTTP Server is running on port 3000
[08:41:52.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:41:54.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[08:52:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[08:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[09:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:12:33.000] INFO: HTTP Server is running on port 3000
[09:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[09:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[09:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[09:59:45.000] INFO: HTTP Server is running on port 3000
[10:18:28.000] INFO: HTTP Server is running on port 3000
[10:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[11:00:07.000] INFO: HTTP Server is running on port 3000
[11:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[11:15:07.000] INFO: HTTP Server is running on port 3000
[11:42:02.000] INFO: HTTP Server is running on port 3000
[11:42:02.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:42:04.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:42:06.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:42:13.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[11:46:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:46:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:30.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:31.000] WARN: Static file not found: /
[11:46:32.000] WARN: Static file not found: /
[11:46:32.000] WARN: Static file not found: /
[11:46:33.000] WARN: Static file not found: /
[11:46:37.000] WARN: Static file not found: /
[11:46:41.000] WARN: Static file not found: /
[11:46:45.000] WARN: Static file not found: /
[11:46:50.000] WARN: Static file not found: /
[11:46:54.000] WARN: Static file not found: /
[11:46:57.000] WARN: Static file not found: /
[11:47:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:17.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:18.000] WARN: Static file not found: /
[11:47:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:37.000] WARN: Static file not found: /
[11:47:37.000] WARN: Static file not found: /
[11:47:37.000] WARN: Static file not found: /
[11:47:37.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:38.000] WARN: Static file not found: /
[11:47:57.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:57.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:47:58.000] WARN: Static file not found: /
[11:47:58.000] WARN: Static file not found: /
[11:47:58.000] WARN: Static file not found: /
[11:47:58.000] WARN: Static file not found: /
[11:47:58.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:47:59.000] WARN: Static file not found: /
[11:48:02.000] WARN: Static file not found: /
[11:48:06.000] WARN: Static file not found: /
[11:48:10.000] WARN: Static file not found: /
[11:48:15.000] WARN: Static file not found: /
[11:48:18.000] WARN: Static file not found: /
[11:48:22.000] WARN: Static file not found: /
[11:48:26.000] WARN: Static file not found: /
[11:48:30.000] WARN: Static file not found: /
[11:48:34.000] WARN: Static file not found: /
[11:48:38.000] WARN: Static file not found: /
[11:48:42.000] WARN: Static file not found: /
[11:48:46.000] WARN: Static file not found: /
[11:48:50.000] WARN: Static file not found: /
[11:48:55.000] WARN: Static file not found: /
[11:48:58.000] WARN: Static file not found: /
[11:49:03.000] WARN: Static file not found: /
[11:49:06.000] WARN: Static file not found: /
[11:49:10.000] WARN: Static file not found: /
[11:49:14.000] WARN: Static file not found: /
[11:49:18.000] WARN: Static file not found: /
[11:49:22.000] WARN: Static file not found: /
[11:49:27.000] WARN: Static file not found: /
[11:49:30.000] WARN: Static file not found: /
[11:49:34.000] WARN: Static file not found: /
[11:49:40.000] WARN: Static file not found: /
[11:49:42.000] WARN: Static file not found: /
[11:49:47.000] WARN: Static file not found: /
[11:49:50.000] WARN: Static file not found: /
[11:49:54.000] WARN: Static file not found: /
[11:49:58.000] WARN: Static file not found: /
[11:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[11:50:02.000] WARN: Static file not found: /
[11:50:09.000] INFO: HTTP Server is running on port 3000
[11:50:09.000] WARN: Static file not found: /
[11:50:10.000] WARN: Static file not found: /
[11:50:13.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:14.000] WARN: Static file not found: /
[11:50:14.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:17.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:18.000] WARN: Static file not found: /
[11:50:22.000] WARN: Static file not found: /
[11:50:24.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:25.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:26.000] WARN: Static file not found: /
[11:50:27.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:30.000] WARN: Static file not found: /
[11:50:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:34.000] WARN: Static file not found: /
[11:50:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:38.000] WARN: Static file not found: /
[11:50:39.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:42.000] WARN: Static file not found: /
[11:50:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:50:46.000] WARN: Static file not found: /
[11:50:50.000] WARN: Static file not found: /
[11:50:54.000] WARN: Static file not found: /
[11:50:58.000] WARN: Static file not found: /
[11:51:02.000] WARN: Static file not found: /
[11:51:06.000] WARN: Static file not found: /
[11:51:10.000] WARN: Static file not found: /
[11:51:14.000] WARN: Static file not found: /
[11:51:18.000] WARN: Static file not found: /
[11:51:23.000] WARN: Static file not found: /
[11:51:26.000] WARN: Static file not found: /
[11:51:30.000] WARN: Static file not found: /
[11:51:34.000] WARN: Static file not found: /
[11:51:39.000] WARN: Static file not found: /
[11:51:42.000] WARN: Static file not found: /
[11:51:46.000] WARN: Static file not found: /
[11:51:51.000] WARN: Static file not found: /
[11:51:54.000] WARN: Static file not found: /
[11:52:01.000] WARN: Static file not found: /
[11:52:02.000] WARN: Static file not found: /
[11:52:09.000] WARN: Static file not found: /
[11:52:10.000] WARN: Static file not found: /
[11:52:14.000] WARN: Static file not found: /
[11:52:18.000] WARN: Static file not found: /
[11:52:22.000] WARN: Static file not found: /
[11:52:26.000] WARN: Static file not found: /
[11:52:30.000] WARN: Static file not found: /
[11:52:34.000] WARN: Static file not found: /
[11:52:38.000] WARN: Static file not found: /
[11:52:43.000] WARN: Static file not found: /
[11:52:46.000] WARN: Static file not found: /
[11:52:50.000] WARN: Static file not found: /
[11:52:54.000] WARN: Static file not found: /
[11:52:58.000] WARN: Static file not found: /
[11:53:02.000] WARN: Static file not found: /
[11:53:06.000] WARN: Static file not found: /
[11:53:10.000] WARN: Static file not found: /
[11:53:14.000] WARN: Static file not found: /
[11:53:18.000] WARN: Static file not found: /
[11:53:22.000] WARN: Static file not found: /
[11:53:26.000] WARN: Static file not found: /
[11:53:30.000] WARN: Static file not found: /
[11:53:34.000] WARN: Static file not found: /
[11:53:38.000] WARN: Static file not found: /
[11:53:42.000] WARN: Static file not found: /
[11:53:46.000] WARN: Static file not found: /
[11:53:50.000] WARN: Static file not found: /
[11:53:54.000] WARN: Static file not found: /
[11:53:58.000] WARN: Static file not found: /
[11:54:02.000] WARN: Static file not found: /
[11:54:06.000] WARN: Static file not found: /
[11:54:10.000] WARN: Static file not found: /
[11:54:14.000] WARN: Static file not found: /
[11:54:18.000] WARN: Static file not found: /
[11:54:22.000] WARN: Static file not found: /
[11:54:26.000] WARN: Static file not found: /
[11:54:31.000] WARN: Static file not found: /
[11:54:34.000] WARN: Static file not found: /
[11:54:38.000] WARN: Static file not found: /
[11:54:42.000] WARN: Static file not found: /
[11:54:46.000] WARN: Static file not found: /
[11:54:50.000] WARN: Static file not found: /
[11:54:54.000] WARN: Static file not found: /
[11:54:58.000] WARN: Static file not found: /
[11:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[11:55:02.000] WARN: Static file not found: /
[11:55:06.000] WARN: Static file not found: /
[11:55:10.000] WARN: Static file not found: /
[11:55:14.000] WARN: Static file not found: /
[11:55:18.000] WARN: Static file not found: /
[11:55:22.000] WARN: Static file not found: /
[11:55:26.000] WARN: Static file not found: /
[11:55:30.000] WARN: Static file not found: /
[11:55:34.000] WARN: Static file not found: /
[11:55:38.000] WARN: Static file not found: /
[11:55:42.000] WARN: Static file not found: /
[11:55:46.000] WARN: Static file not found: /
[11:55:50.000] WARN: Static file not found: /
[11:55:54.000] WARN: Static file not found: /
[11:55:58.000] WARN: Static file not found: /
[11:56:02.000] WARN: Static file not found: /
[11:56:06.000] WARN: Static file not found: /
[11:56:10.000] WARN: Static file not found: /
[11:56:14.000] WARN: Static file not found: /
[11:56:18.000] WARN: Static file not found: /
[11:56:22.000] WARN: Static file not found: /
[11:56:26.000] WARN: Static file not found: /
[11:56:30.000] WARN: Static file not found: /
[11:56:34.000] WARN: Static file not found: /
[11:56:38.000] WARN: Static file not found: /
[11:56:42.000] WARN: Static file not found: /
[11:56:46.000] WARN: Static file not found: /
[11:56:50.000] WARN: Static file not found: /
[11:56:55.000] WARN: Static file not found: /
[11:56:58.000] WARN: Static file not found: /
[11:57:02.000] WARN: Static file not found: /
[11:57:06.000] WARN: Static file not found: /
[11:57:10.000] WARN: Static file not found: /
[11:57:14.000] WARN: Static file not found: /
[11:57:18.000] WARN: Static file not found: /
[11:57:22.000] WARN: Static file not found: /
[11:57:26.000] WARN: Static file not found: /
[11:57:30.000] WARN: Static file not found: /
[11:57:34.000] WARN: Static file not found: /
[11:57:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:38.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:38.000] WARN: Static file not found: /
[11:57:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:42.000] WARN: Static file not found: /
[11:57:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:44.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:46.000] WARN: Static file not found: /
[11:57:50.000] WARN: Static file not found: /
[11:57:50.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:57:54.000] WARN: Static file not found: /
[11:57:58.000] WARN: Static file not found: /
[11:58:02.000] WARN: Static file not found: /
[11:58:06.000] WARN: Static file not found: /
[11:58:10.000] WARN: Static file not found: /
[11:58:14.000] WARN: Static file not found: /
[11:58:18.000] WARN: Static file not found: /
[11:58:21.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:22.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:22.000] WARN: Static file not found: /
[11:58:26.000] WARN: Static file not found: /
[11:58:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:30.000] WARN: Static file not found: /
[11:58:30.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:34.000] WARN: Static file not found: /
[11:58:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:58:38.000] WARN: Static file not found: /
[11:58:42.000] WARN: Static file not found: /
[11:58:46.000] WARN: Static file not found: /
[11:58:50.000] WARN: Static file not found: /
[11:58:54.000] WARN: Static file not found: /
[11:58:58.000] WARN: Static file not found: /
[11:59:02.000] WARN: Static file not found: /
[11:59:06.000] WARN: Static file not found: /
[11:59:10.000] WARN: Static file not found: /
[11:59:14.000] WARN: Static file not found: /
[11:59:18.000] WARN: Static file not found: /
[11:59:23.000] WARN: Static file not found: /
[11:59:26.000] WARN: Static file not found: /
[11:59:30.000] WARN: Static file not found: /
[11:59:34.000] WARN: Static file not found: /
[11:59:38.000] WARN: Static file not found: /
[11:59:42.000] WARN: Static file not found: /
[11:59:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:59:46.000] WARN: Static file not found: /
[11:59:47.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:59:50.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:59:50.000] WARN: Static file not found: /
[11:59:54.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[11:59:54.000] WARN: Static file not found: /
[11:59:58.000] WARN: Static file not found: /
[12:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[12:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:00:02.000] WARN: Static file not found: /
[12:00:06.000] WARN: Static file not found: /
[12:00:10.000] WARN: Static file not found: /
[12:00:14.000] WARN: Static file not found: /
[12:00:18.000] WARN: Static file not found: /
[12:00:22.000] WARN: Static file not found: /
[12:00:26.000] WARN: Static file not found: /
[12:00:30.000] WARN: Static file not found: /
[12:00:34.000] WARN: Static file not found: /
[12:00:38.000] WARN: Static file not found: /
[12:00:42.000] WARN: Static file not found: /
[12:00:46.000] WARN: Static file not found: /
[12:00:50.000] WARN: Static file not found: /
[12:00:54.000] WARN: Static file not found: /
[12:00:58.000] WARN: Static file not found: /
[12:01:02.000] WARN: Static file not found: /
[12:01:06.000] WARN: Static file not found: /
[12:01:10.000] WARN: Static file not found: /
[12:01:14.000] WARN: Static file not found: /
[12:01:18.000] WARN: Static file not found: /
[12:01:22.000] WARN: Static file not found: /
[12:01:26.000] WARN: Static file not found: /
[12:01:30.000] WARN: Static file not found: /
[12:01:34.000] WARN: Static file not found: /
[12:01:38.000] WARN: Static file not found: /
[12:01:42.000] WARN: Static file not found: /
[12:01:46.000] WARN: Static file not found: /
[12:01:50.000] WARN: Static file not found: /
[12:01:54.000] WARN: Static file not found: /
[12:01:58.000] WARN: Static file not found: /
[12:02:02.000] WARN: Static file not found: /
[12:02:06.000] WARN: Static file not found: /
[12:02:10.000] WARN: Static file not found: /
[12:02:14.000] WARN: Static file not found: /
[12:02:18.000] WARN: Static file not found: /
[12:02:22.000] WARN: Static file not found: /
[12:02:26.000] WARN: Static file not found: /
[12:02:30.000] WARN: Static file not found: /
[12:02:34.000] WARN: Static file not found: /
[12:02:38.000] WARN: Static file not found: /
[12:02:42.000] WARN: Static file not found: /
[12:02:46.000] WARN: Static file not found: /
[12:02:51.000] WARN: Static file not found: /
[12:02:54.000] WARN: Static file not found: /
[12:02:58.000] WARN: Static file not found: /
[12:03:02.000] WARN: Static file not found: /
[12:03:06.000] WARN: Static file not found: /
[12:03:10.000] WARN: Static file not found: /
[12:03:14.000] WARN: Static file not found: /
[12:03:18.000] WARN: Static file not found: /
[12:03:22.000] WARN: Static file not found: /
[12:03:26.000] WARN: Static file not found: /
[12:03:30.000] WARN: Static file not found: /
[12:03:34.000] WARN: Static file not found: /
[12:03:38.000] WARN: Static file not found: /
[12:03:42.000] WARN: Static file not found: /
[12:03:46.000] WARN: Static file not found: /
[12:03:50.000] WARN: Static file not found: /
[12:03:54.000] WARN: Static file not found: /
[12:03:58.000] WARN: Static file not found: /
[12:04:02.000] WARN: Static file not found: /
[12:04:06.000] WARN: Static file not found: /
[12:04:10.000] WARN: Static file not found: /
[12:04:14.000] WARN: Static file not found: /
[12:04:18.000] WARN: Static file not found: /
[12:04:22.000] WARN: Static file not found: /
[12:04:26.000] WARN: Static file not found: /
[12:04:30.000] WARN: Static file not found: /
[12:04:34.000] WARN: Static file not found: /
[12:04:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:38.000] WARN: Static file not found: /
[12:04:42.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:42.000] WARN: Static file not found: /
[12:04:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:46.000] WARN: Static file not found: /
[12:04:49.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:04:50.000] WARN: Static file not found: /
[12:04:54.000] WARN: Static file not found: /
[12:04:58.000] WARN: Static file not found: /
[12:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:05:02.000] WARN: Static file not found: /
[12:05:06.000] WARN: Static file not found: /
[12:05:10.000] WARN: Static file not found: /
[12:05:15.000] WARN: Static file not found: /
[12:05:18.000] WARN: Static file not found: /
[12:05:22.000] WARN: Static file not found: /
[12:05:26.000] WARN: Static file not found: /
[12:05:30.000] WARN: Static file not found: /
[12:05:34.000] WARN: Static file not found: /
[12:05:38.000] WARN: Static file not found: /
[12:05:42.000] WARN: Static file not found: /
[12:05:46.000] WARN: Static file not found: /
[12:05:50.000] WARN: Static file not found: /
[12:05:54.000] WARN: Static file not found: /
[12:05:58.000] WARN: Static file not found: /
[12:06:02.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:06:02.000] WARN: Static file not found: /
[12:06:03.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:06:06.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:06:06.000] WARN: Static file not found: /
[12:06:10.000] WARN: Static file not found: /
[12:06:14.000] WARN: Static file not found: /
[12:06:18.000] WARN: Static file not found: /
[12:06:22.000] WARN: Static file not found: /
[12:06:26.000] WARN: Static file not found: /
[12:06:30.000] WARN: Static file not found: /
[12:06:34.000] WARN: Static file not found: /
[12:06:38.000] WARN: Static file not found: /
[12:06:42.000] WARN: Static file not found: /
[12:06:46.000] WARN: Static file not found: /
[12:06:50.000] WARN: Static file not found: /
[12:06:54.000] WARN: Static file not found: /
[12:06:58.000] WARN: Static file not found: /
[12:07:02.000] WARN: Static file not found: /
[12:07:07.000] WARN: Static file not found: /
[12:07:10.000] WARN: Static file not found: /
[12:07:14.000] WARN: Static file not found: /
[12:07:18.000] WARN: Static file not found: /
[12:07:22.000] WARN: Static file not found: /
[12:07:26.000] WARN: Static file not found: /
[12:07:30.000] WARN: Static file not found: /
[12:07:34.000] WARN: Static file not found: /
[12:07:38.000] WARN: Static file not found: /
[12:07:42.000] WARN: Static file not found: /
[12:07:46.000] WARN: Static file not found: /
[12:07:51.000] WARN: Static file not found: /
[12:07:54.000] WARN: Static file not found: /
[12:07:58.000] WARN: Static file not found: /
[12:08:02.000] WARN: Static file not found: /
[12:08:06.000] WARN: Static file not found: /
[12:08:10.000] WARN: Static file not found: /
[12:08:14.000] WARN: Static file not found: /
[12:08:18.000] WARN: Static file not found: /
[12:08:22.000] WARN: Static file not found: /
[12:08:26.000] WARN: Static file not found: /
[12:08:30.000] WARN: Static file not found: /
[12:08:34.000] WARN: Static file not found: /
[12:08:38.000] WARN: Static file not found: /
[12:08:43.000] WARN: Static file not found: /
[12:08:46.000] WARN: Static file not found: /
[12:08:50.000] WARN: Static file not found: /
[12:08:55.000] WARN: Static file not found: /
[12:08:58.000] WARN: Static file not found: /
[12:09:02.000] WARN: Static file not found: /
[12:09:06.000] WARN: Static file not found: /
[12:09:10.000] WARN: Static file not found: /
[12:09:14.000] WARN: Static file not found: /
[12:09:18.000] WARN: Static file not found: /
[12:09:22.000] WARN: Static file not found: /
[12:09:26.000] WARN: Static file not found: /
[12:09:30.000] WARN: Static file not found: /
[12:09:34.000] WARN: Static file not found: /
[12:09:38.000] WARN: Static file not found: /
[12:09:42.000] WARN: Static file not found: /
[12:09:46.000] WARN: Static file not found: /
[12:09:50.000] WARN: Static file not found: /
[12:09:54.000] WARN: Static file not found: /
[12:09:58.000] WARN: Static file not found: /
[12:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:10:02.000] WARN: Static file not found: /
[12:10:06.000] WARN: Static file not found: /
[12:10:10.000] WARN: Static file not found: /
[12:10:14.000] WARN: Static file not found: /
[12:10:18.000] WARN: Static file not found: /
[12:10:22.000] WARN: Static file not found: /
[12:10:26.000] WARN: Static file not found: /
[12:10:30.000] WARN: Static file not found: /
[12:10:34.000] WARN: Static file not found: /
[12:10:38.000] WARN: Static file not found: /
[12:10:42.000] WARN: Static file not found: /
[12:10:46.000] WARN: Static file not found: /
[12:10:50.000] WARN: Static file not found: /
[12:10:54.000] WARN: Static file not found: /
[12:10:58.000] WARN: Static file not found: /
[12:11:03.000] INFO: HTTP Server is running on port 3000
[12:11:03.000] WARN: Static file not found: /
[12:11:06.000] WARN: Static file not found: /
[12:11:10.000] WARN: Static file not found: /
[12:11:14.000] WARN: Static file not found: /
[12:11:18.000] WARN: Static file not found: /
[12:11:22.000] WARN: Static file not found: /
[12:11:26.000] WARN: Static file not found: /
[12:11:30.000] WARN: Static file not found: /
[12:11:34.000] WARN: Static file not found: /
[12:11:38.000] WARN: Static file not found: /
[12:11:42.000] WARN: Static file not found: /
[12:11:46.000] WARN: Static file not found: /
[12:11:50.000] WARN: Static file not found: /
[12:11:54.000] WARN: Static file not found: /
[12:11:58.000] WARN: Static file not found: /
[12:12:02.000] WARN: Static file not found: /
[12:12:06.000] WARN: Static file not found: /
[12:12:10.000] WARN: Static file not found: /
[12:12:14.000] WARN: Static file not found: /
[12:12:18.000] WARN: Static file not found: /
[12:12:22.000] WARN: Static file not found: /
[12:12:26.000] WARN: Static file not found: /
[12:12:32.000] WARN: Static file not found: /
[12:12:34.000] WARN: Static file not found: /
[12:12:39.000] WARN: Static file not found: /
[12:12:42.000] WARN: Static file not found: /
[12:12:46.000] WARN: Static file not found: /
[12:12:50.000] WARN: Static file not found: /
[12:12:54.000] WARN: Static file not found: /
[12:12:58.000] WARN: Static file not found: /
[12:13:02.000] WARN: Static file not found: /
[12:13:06.000] WARN: Static file not found: /
[12:13:10.000] WARN: Static file not found: /
[12:13:14.000] WARN: Static file not found: /
[12:13:18.000] WARN: Static file not found: /
[12:13:22.000] WARN: Static file not found: /
[12:13:26.000] WARN: Static file not found: /
[12:13:30.000] WARN: Static file not found: /
[12:13:34.000] WARN: Static file not found: /
[12:13:38.000] WARN: Static file not found: /
[12:13:42.000] WARN: Static file not found: /
[12:13:46.000] WARN: Static file not found: /
[12:13:50.000] WARN: Static file not found: /
[12:13:54.000] WARN: Static file not found: /
[12:13:58.000] WARN: Static file not found: /
[12:14:02.000] WARN: Static file not found: /
[12:14:06.000] WARN: Static file not found: /
[12:14:10.000] WARN: Static file not found: /
[12:14:14.000] WARN: Static file not found: /
[12:14:18.000] WARN: Static file not found: /
[12:14:22.000] WARN: Static file not found: /
[12:14:26.000] WARN: Static file not found: /
[12:14:30.000] WARN: Static file not found: /
[12:14:34.000] WARN: Static file not found: /
[12:14:38.000] WARN: Static file not found: /
[12:14:42.000] WARN: Static file not found: /
[12:14:46.000] WARN: Static file not found: /
[12:14:50.000] WARN: Static file not found: /
[12:14:54.000] WARN: Static file not found: /
[12:14:58.000] WARN: Static file not found: /
[12:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[12:15:02.000] WARN: Static file not found: /
[12:15:06.000] WARN: Static file not found: /
[12:15:10.000] WARN: Static file not found: /
[12:15:14.000] WARN: Static file not found: /
[12:15:18.000] WARN: Static file not found: /
[12:15:22.000] WARN: Static file not found: /
[12:15:26.000] WARN: Static file not found: /
[12:15:30.000] WARN: Static file not found: /
[12:15:34.000] WARN: Static file not found: /
[12:15:38.000] WARN: Static file not found: /
[12:15:42.000] WARN: Static file not found: /
[12:15:46.000] WARN: Static file not found: /
[12:15:50.000] WARN: Static file not found: /
[12:15:54.000] WARN: Static file not found: /
[12:15:58.000] WARN: Static file not found: /
[12:16:02.000] WARN: Static file not found: /
[12:16:06.000] WARN: Static file not found: /
[12:16:10.000] WARN: Static file not found: /
[12:16:14.000] WARN: Static file not found: /
[12:16:18.000] WARN: Static file not found: /
[12:16:22.000] WARN: Static file not found: /
[12:16:26.000] WARN: Static file not found: /
[12:16:30.000] WARN: Static file not found: /
[12:16:34.000] WARN: Static file not found: /
[12:16:38.000] WARN: Static file not found: /
[12:16:41.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:16:42.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:16:42.000] WARN: Static file not found: /
[12:16:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:16:46.000] WARN: Static file not found: /
[12:16:50.000] WARN: Static file not found: /
[12:16:54.000] WARN: Static file not found: /
[12:16:58.000] WARN: Static file not found: /
[12:17:02.000] WARN: Static file not found: /
[12:17:06.000] WARN: Static file not found: /
[12:17:10.000] WARN: Static file not found: /
[12:17:14.000] WARN: Static file not found: /
[12:17:15.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:17:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:17:18.000] WARN: Static file not found: /
[12:17:22.000] WARN: Static file not found: /
[12:17:26.000] WARN: Static file not found: /
[12:17:30.000] WARN: Static file not found: /
[12:17:34.000] WARN: Static file not found: /
[12:17:38.000] WARN: Static file not found: /
[12:17:42.000] WARN: Static file not found: /
[12:17:46.000] WARN: Static file not found: /
[12:17:50.000] WARN: Static file not found: /
[12:17:54.000] WARN: Static file not found: /
[12:17:58.000] WARN: Static file not found: /
[12:18:02.000] WARN: Static file not found: /
[12:18:06.000] WARN: Static file not found: /
[12:18:10.000] WARN: Static file not found: /
[12:18:14.000] WARN: Static file not found: /
[12:18:19.000] WARN: Static file not found: /
[12:18:22.000] WARN: Static file not found: /
[12:18:26.000] WARN: Static file not found: /
[12:18:30.000] WARN: Static file not found: /
[12:18:34.000] WARN: Static file not found: /
[12:18:38.000] WARN: Static file not found: /
[12:18:42.000] WARN: Static file not found: /
[12:18:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:18:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:18:47.000] WARN: Static file not found: /
[12:18:49.000] WARN: Static file not found: /
[12:18:49.000] WARN: Static file not found: /
[12:18:49.000] WARN: Static file not found: /
[12:18:49.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:50.000] WARN: Static file not found: /
[12:18:52.000] WARN: Static file not found: /
[12:18:52.000] WARN: Static file not found: /
[12:18:52.000] WARN: Static file not found: /
[12:18:52.000] WARN: Static file not found: /
[12:18:52.000] WARN: Static file not found: /
[12:18:54.000] WARN: Static file not found: /
[12:18:58.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:18:58.000] WARN: Static file not found: /
[12:18:59.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:02.000] WARN: Static file not found: /
[12:19:06.000] WARN: Static file not found: /
[12:19:10.000] WARN: Static file not found: /
[12:19:12.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:13.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:14.000] WARN: Static file not found: /
[12:19:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:18.000] WARN: Static file not found: /
[12:19:20.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:22.000] WARN: Static file not found: /
[12:19:26.000] WARN: Static file not found: /
[12:19:27.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:30.000] WARN: Static file not found: /
[12:19:31.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:34.000] WARN: Static file not found: /
[12:19:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:19:38.000] WARN: Static file not found: /
[12:19:42.000] WARN: Static file not found: /
[12:19:46.000] WARN: Static file not found: /
[12:19:50.000] WARN: Static file not found: /
[12:19:54.000] WARN: Static file not found: /
[12:19:58.000] WARN: Static file not found: /
[12:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:20:02.000] WARN: Static file not found: /
[12:20:06.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:07.000] WARN: Static file not found: /
[12:20:07.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:08.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:10.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:10.000] WARN: Static file not found: /
[12:20:12.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:14.000] WARN: Static file not found: /
[12:20:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:20:18.000] WARN: Static file not found: /
[12:20:22.000] WARN: Static file not found: /
[12:20:26.000] WARN: Static file not found: /
[12:20:30.000] WARN: Static file not found: /
[12:20:34.000] WARN: Static file not found: /
[12:20:38.000] WARN: Static file not found: /
[12:20:42.000] WARN: Static file not found: /
[12:20:46.000] WARN: Static file not found: /
[12:20:50.000] WARN: Static file not found: /
[12:20:54.000] WARN: Static file not found: /
[12:20:58.000] WARN: Static file not found: /
[12:21:02.000] WARN: Static file not found: /
[12:21:06.000] WARN: Static file not found: /
[12:21:10.000] WARN: Static file not found: /
[12:21:14.000] WARN: Static file not found: /
[12:21:18.000] WARN: Static file not found: /
[12:21:22.000] WARN: Static file not found: /
[12:21:24.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:25.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:26.000] WARN: Static file not found: /
[12:21:27.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:30.000] WARN: Static file not found: /
[12:21:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:33.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:34.000] WARN: Static file not found: /
[12:21:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:38.000] WARN: Static file not found: /
[12:21:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:42.000] WARN: Static file not found: /
[12:21:44.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:46.000] WARN: Static file not found: /
[12:21:47.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:50.000] WARN: Static file not found: /
[12:21:52.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:21:54.000] WARN: Static file not found: /
[12:21:58.000] WARN: Static file not found: /
[12:22:02.000] WARN: Static file not found: /
[12:22:06.000] WARN: Static file not found: /
[12:22:10.000] WARN: Static file not found: /
[12:22:14.000] WARN: Static file not found: /
[12:22:18.000] WARN: Static file not found: /
[12:22:22.000] WARN: Static file not found: /
[12:22:26.000] WARN: Static file not found: /
[12:22:30.000] WARN: Static file not found: /
[12:22:34.000] WARN: Static file not found: /
[12:22:38.000] WARN: Static file not found: /
[12:22:42.000] WARN: Static file not found: /
[12:22:46.000] WARN: Static file not found: /
[12:22:50.000] WARN: Static file not found: /
[12:22:54.000] WARN: Static file not found: /
[12:22:58.000] WARN: Static file not found: /
[12:23:02.000] WARN: Static file not found: /
[12:23:07.000] WARN: Static file not found: /
[12:23:10.000] WARN: Static file not found: /
[12:23:15.000] WARN: Static file not found: /
[12:23:18.000] WARN: Static file not found: /
[12:23:23.000] WARN: Static file not found: /
[12:23:26.000] WARN: Static file not found: /
[12:23:30.000] WARN: Static file not found: /
[12:23:34.000] WARN: Static file not found: /
[12:23:38.000] WARN: Static file not found: /
[12:23:42.000] WARN: Static file not found: /
[12:23:46.000] WARN: Static file not found: /
[12:23:51.000] WARN: Static file not found: /
[12:23:54.000] WARN: Static file not found: /
[12:23:58.000] WARN: Static file not found: /
[12:24:03.000] WARN: Static file not found: /
[12:24:06.000] WARN: Static file not found: /
[12:24:11.000] WARN: Static file not found: /
[12:24:14.000] WARN: Static file not found: /
[12:24:19.000] WARN: Static file not found: /
[12:24:22.000] WARN: Static file not found: /
[12:24:27.000] WARN: Static file not found: /
[12:24:30.000] WARN: Static file not found: /
[12:24:35.000] WARN: Static file not found: /
[12:24:38.000] WARN: Static file not found: /
[12:24:42.000] WARN: Static file not found: /
[12:24:46.000] WARN: Static file not found: /
[12:24:51.000] WARN: Static file not found: /
[12:24:54.000] WARN: Static file not found: /
[12:24:59.000] WARN: Static file not found: /
[12:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:25:02.000] WARN: Static file not found: /
[12:25:08.000] WARN: Static file not found: /
[12:25:10.000] WARN: Static file not found: /
[12:25:14.000] WARN: Static file not found: /
[12:25:19.000] WARN: Static file not found: /
[12:25:22.000] WARN: Static file not found: /
[12:25:26.000] WARN: Static file not found: /
[12:25:30.000] WARN: Static file not found: /
[12:25:34.000] WARN: Static file not found: /
[12:25:38.000] WARN: Static file not found: /
[12:25:42.000] WARN: Static file not found: /
[12:25:46.000] WARN: Static file not found: /
[12:25:51.000] WARN: Static file not found: /
[12:25:54.000] WARN: Static file not found: /
[12:25:58.000] WARN: Static file not found: /
[12:26:02.000] WARN: Static file not found: /
[12:26:07.000] WARN: Static file not found: /
[12:26:10.000] WARN: Static file not found: /
[12:26:14.000] WARN: Static file not found: /
[12:26:18.000] WARN: Static file not found: /
[12:26:22.000] WARN: Static file not found: /
[12:26:26.000] WARN: Static file not found: /
[12:26:30.000] WARN: Static file not found: /
[12:26:34.000] WARN: Static file not found: /
[12:26:38.000] WARN: Static file not found: /
[12:26:42.000] WARN: Static file not found: /
[12:26:46.000] WARN: Static file not found: /
[12:26:50.000] WARN: Static file not found: /
[12:26:54.000] WARN: Static file not found: /
[12:26:58.000] WARN: Static file not found: /
[12:27:02.000] WARN: Static file not found: /
[12:27:06.000] WARN: Static file not found: /
[12:27:10.000] WARN: Static file not found: /
[12:27:14.000] WARN: Static file not found: /
[12:27:18.000] WARN: Static file not found: /
[12:27:22.000] WARN: Static file not found: /
[12:27:26.000] WARN: Static file not found: /
[12:27:30.000] WARN: Static file not found: /
[12:27:34.000] WARN: Static file not found: /
[12:27:38.000] WARN: Static file not found: /
[12:27:42.000] WARN: Static file not found: /
[12:27:44.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:27:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:27:46.000] WARN: Static file not found: /
[12:27:47.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:27:50.000] WARN: Static file not found: /
[12:27:51.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:27:54.000] WARN: Static file not found: /
[12:27:58.000] WARN: Static file not found: /
[12:28:02.000] WARN: Static file not found: /
[12:28:06.000] WARN: Static file not found: /
[12:28:10.000] WARN: Static file not found: /
[12:28:14.000] WARN: Static file not found: /
[12:28:18.000] WARN: Static file not found: /
[12:28:23.000] WARN: Static file not found: /
[12:28:26.000] WARN: Static file not found: /
[12:28:30.000] WARN: Static file not found: /
[12:28:34.000] WARN: Static file not found: /
[12:28:38.000] WARN: Static file not found: /
[12:28:42.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:42.000] WARN: Static file not found: /
[12:28:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:46.000] WARN: Static file not found: /
[12:28:50.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:50.000] WARN: Static file not found: /
[12:28:54.000] WARN: Static file not found: /
[12:28:57.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:58.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:28:58.000] WARN: Static file not found: /
[12:29:00.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:02.000] WARN: Static file not found: /
[12:29:04.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:05.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:06.000] WARN: Static file not found: /
[12:29:07.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:09.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:10.000] WARN: Static file not found: /
[12:29:13.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:29:14.000] WARN: Static file not found: /
[12:29:18.000] WARN: Static file not found: /
[12:29:22.000] WARN: Static file not found: /
[12:29:26.000] WARN: Static file not found: /
[12:29:30.000] WARN: Static file not found: /
[12:29:34.000] WARN: Static file not found: /
[12:29:38.000] WARN: Static file not found: /
[12:29:42.000] WARN: Static file not found: /
[12:29:46.000] WARN: Static file not found: /
[12:29:50.000] WARN: Static file not found: /
[12:29:54.000] WARN: Static file not found: /
[12:29:58.000] WARN: Static file not found: /
[12:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[12:30:02.000] WARN: Static file not found: /
[12:30:06.000] WARN: Static file not found: /
[12:30:10.000] WARN: Static file not found: /
[12:30:14.000] WARN: Static file not found: /
[12:30:18.000] WARN: Static file not found: /
[12:30:22.000] WARN: Static file not found: /
[12:30:26.000] WARN: Static file not found: /
[12:30:30.000] WARN: Static file not found: /
[12:30:34.000] WARN: Static file not found: /
[12:30:38.000] WARN: Static file not found: /
[12:30:42.000] WARN: Static file not found: /
[12:30:46.000] WARN: Static file not found: /
[12:30:50.000] WARN: Static file not found: /
[12:30:54.000] WARN: Static file not found: /
[12:30:58.000] WARN: Static file not found: /
[12:31:02.000] WARN: Static file not found: /
[12:31:06.000] WARN: Static file not found: /
[12:31:10.000] WARN: Static file not found: /
[12:31:14.000] WARN: Static file not found: /
[12:31:18.000] WARN: Static file not found: /
[12:31:22.000] WARN: Static file not found: /
[12:31:26.000] WARN: Static file not found: /
[12:31:30.000] WARN: Static file not found: /
[12:31:33.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:34.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:34.000] WARN: Static file not found: /
[12:31:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:39.000] WARN: Static file not found: /
[12:31:41.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:42.000] WARN: Static file not found: /
[12:31:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:46.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:46.000] WARN: Static file not found: /
[12:31:49.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:50.000] WARN: Static file not found: /
[12:31:53.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:31:54.000] WARN: Static file not found: /
[12:31:58.000] WARN: Static file not found: /
[12:32:02.000] WARN: Static file not found: /
[12:32:06.000] WARN: Static file not found: /
[12:32:10.000] WARN: Static file not found: /
[12:32:14.000] WARN: Static file not found: /
[12:32:18.000] WARN: Static file not found: /
[12:32:22.000] WARN: Static file not found: /
[12:32:26.000] WARN: Static file not found: /
[12:32:30.000] WARN: Static file not found: /
[12:32:34.000] WARN: Static file not found: /
[12:32:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:32:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:32:38.000] WARN: Static file not found: /
[12:32:39.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:32:42.000] WARN: Static file not found: /
[12:32:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:32:46.000] WARN: Static file not found: /
[12:32:50.000] WARN: Static file not found: /
[12:32:55.000] WARN: Static file not found: /
[12:32:58.000] WARN: Static file not found: /
[12:33:02.000] WARN: Static file not found: /
[12:33:06.000] WARN: Static file not found: /
[12:33:10.000] WARN: Static file not found: /
[12:33:14.000] WARN: Static file not found: /
[12:33:18.000] WARN: Static file not found: /
[12:33:22.000] WARN: Static file not found: /
[12:33:26.000] WARN: Static file not found: /
[12:33:30.000] WARN: Static file not found: /
[12:33:34.000] WARN: Static file not found: /
[12:33:38.000] WARN: Static file not found: /
[12:33:42.000] WARN: Static file not found: /
[12:33:46.000] WARN: Static file not found: /
[12:33:50.000] WARN: Static file not found: /
[12:33:54.000] WARN: Static file not found: /
[12:33:58.000] WARN: Static file not found: /
[12:34:02.000] WARN: Static file not found: /
[12:34:06.000] WARN: Static file not found: /
[12:34:10.000] WARN: Static file not found: /
[12:34:14.000] WARN: Static file not found: /
[12:34:18.000] WARN: Static file not found: /
[12:34:22.000] WARN: Static file not found: /
[12:34:27.000] WARN: Static file not found: /
[12:34:30.000] WARN: Static file not found: /
[12:34:34.000] WARN: Static file not found: /
[12:34:38.000] WARN: Static file not found: /
[12:34:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:34:42.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:34:42.000] WARN: Static file not found: /
[12:34:44.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:34:46.000] WARN: Static file not found: /
[12:34:48.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:34:50.000] WARN: Static file not found: /
[12:34:54.000] WARN: Static file not found: /
[12:34:58.000] WARN: Static file not found: /
[12:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:35:02.000] WARN: Static file not found: /
[12:35:07.000] WARN: Static file not found: /
[12:35:10.000] WARN: Static file not found: /
[12:35:14.000] WARN: Static file not found: /
[12:35:18.000] WARN: Static file not found: /
[12:35:22.000] WARN: Static file not found: /
[12:35:26.000] WARN: Static file not found: /
[12:35:30.000] WARN: Static file not found: /
[12:35:34.000] WARN: Static file not found: /
[12:35:38.000] WARN: Static file not found: /
[12:35:42.000] WARN: Static file not found: /
[12:35:46.000] WARN: Static file not found: /
[12:35:50.000] WARN: Static file not found: /
[12:35:54.000] WARN: Static file not found: /
[12:35:58.000] WARN: Static file not found: /
[12:36:02.000] WARN: Static file not found: /
[12:36:06.000] WARN: Static file not found: /
[12:36:10.000] WARN: Static file not found: /
[12:36:14.000] WARN: Static file not found: /
[12:36:18.000] WARN: Static file not found: /
[12:36:22.000] WARN: Static file not found: /
[12:36:26.000] WARN: Static file not found: /
[12:36:30.000] WARN: Static file not found: /
[12:36:34.000] WARN: Static file not found: /
[12:36:38.000] WARN: Static file not found: /
[12:36:42.000] WARN: Static file not found: /
[12:36:46.000] WARN: Static file not found: /
[12:36:50.000] WARN: Static file not found: /
[12:36:54.000] WARN: Static file not found: /
[12:36:59.000] WARN: Static file not found: /
[12:37:02.000] WARN: Static file not found: /
[12:37:06.000] WARN: Static file not found: /
[12:37:10.000] WARN: Static file not found: /
[12:37:14.000] WARN: Static file not found: /
[12:37:18.000] WARN: Static file not found: /
[12:37:22.000] WARN: Static file not found: /
[12:37:26.000] WARN: Static file not found: /
[12:37:30.000] WARN: Static file not found: /
[12:37:34.000] WARN: Static file not found: /
[12:37:38.000] WARN: Static file not found: /
[12:37:42.000] WARN: Static file not found: /
[12:37:46.000] WARN: Static file not found: /
[12:37:50.000] WARN: Static file not found: /
[12:37:54.000] WARN: Static file not found: /
[12:37:58.000] WARN: Static file not found: /
[12:38:03.000] WARN: Static file not found: /
[12:38:06.000] WARN: Static file not found: /
[12:38:10.000] WARN: Static file not found: /
[12:38:14.000] WARN: Static file not found: /
[12:38:18.000] WARN: Static file not found: /
[12:38:22.000] WARN: Static file not found: /
[12:38:26.000] WARN: Static file not found: /
[12:38:30.000] WARN: Static file not found: /
[12:38:34.000] WARN: Static file not found: /
[12:38:38.000] WARN: Static file not found: /
[12:38:42.000] WARN: Static file not found: /
[12:38:44.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:38:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:38:46.000] WARN: Static file not found: /
[12:38:47.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:38:50.000] WARN: Static file not found: /
[12:38:52.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:38:54.000] WARN: Static file not found: /
[12:38:58.000] WARN: Static file not found: /
[12:39:02.000] WARN: Static file not found: /
[12:39:06.000] WARN: Static file not found: /
[12:39:10.000] WARN: Static file not found: /
[12:39:14.000] WARN: Static file not found: /
[12:39:18.000] WARN: Static file not found: /
[12:39:22.000] WARN: Static file not found: /
[12:39:26.000] WARN: Static file not found: /
[12:39:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:39:30.000] WARN: Static file not found: /
[12:39:30.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:39:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:39:34.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:39:34.000] WARN: Static file not found: /
[12:39:38.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:39:38.000] WARN: Static file not found: /
[12:39:42.000] WARN: Static file not found: /
[12:39:46.000] WARN: Static file not found: /
[12:39:50.000] WARN: Static file not found: /
[12:39:54.000] WARN: Static file not found: /
[12:39:58.000] WARN: Static file not found: /
[12:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:40:02.000] WARN: Static file not found: /
[12:40:06.000] WARN: Static file not found: /
[12:40:10.000] WARN: Static file not found: /
[12:40:14.000] WARN: Static file not found: /
[12:40:18.000] WARN: Static file not found: /
[12:40:22.000] WARN: Static file not found: /
[12:40:26.000] WARN: Static file not found: /
[12:40:30.000] WARN: Static file not found: /
[12:40:34.000] WARN: Static file not found: /
[12:40:38.000] WARN: Static file not found: /
[12:40:42.000] WARN: Static file not found: /
[12:40:46.000] WARN: Static file not found: /
[12:40:50.000] WARN: Static file not found: /
[12:40:54.000] WARN: Static file not found: /
[12:40:58.000] WARN: Static file not found: /
[12:41:02.000] WARN: Static file not found: /
[12:41:06.000] WARN: Static file not found: /
[12:41:10.000] WARN: Static file not found: /
[12:41:14.000] WARN: Static file not found: /
[12:41:18.000] WARN: Static file not found: /
[12:41:22.000] WARN: Static file not found: /
[12:41:24.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:41:25.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:41:26.000] WARN: Static file not found: /
[12:41:27.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:41:30.000] WARN: Static file not found: /
[12:41:31.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:41:34.000] WARN: Static file not found: /
[12:41:38.000] WARN: Static file not found: /
[12:41:42.000] WARN: Static file not found: /
[12:41:46.000] WARN: Static file not found: /
[12:41:50.000] WARN: Static file not found: /
[12:41:54.000] WARN: Static file not found: /
[12:41:58.000] WARN: Static file not found: /
[12:42:02.000] WARN: Static file not found: /
[12:42:06.000] WARN: Static file not found: /
[12:42:10.000] WARN: Static file not found: /
[12:42:14.000] WARN: Static file not found: /
[12:42:18.000] WARN: Static file not found: /
[12:42:22.000] WARN: Static file not found: /
[12:42:26.000] WARN: Static file not found: /
[12:42:30.000] WARN: Static file not found: /
[12:42:34.000] WARN: Static file not found: /
[12:42:38.000] WARN: Static file not found: /
[12:42:42.000] WARN: Static file not found: /
[12:42:46.000] WARN: Static file not found: /
[12:42:50.000] WARN: Static file not found: /
[12:42:54.000] WARN: Static file not found: /
[12:42:58.000] WARN: Static file not found: /
[12:43:02.000] WARN: Static file not found: /
[12:43:06.000] WARN: Static file not found: /
[12:43:10.000] WARN: Static file not found: /
[12:43:14.000] WARN: Static file not found: /
[12:43:18.000] WARN: Static file not found: /
[12:43:22.000] WARN: Static file not found: /
[12:43:26.000] WARN: Static file not found: /
[12:43:30.000] WARN: Static file not found: /
[12:43:34.000] WARN: Static file not found: /
[12:43:38.000] WARN: Static file not found: /
[12:43:42.000] WARN: Static file not found: /
[12:43:46.000] WARN: Static file not found: /
[12:43:50.000] WARN: Static file not found: /
[12:43:54.000] WARN: Static file not found: /
[12:43:56.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:43:58.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:43:58.000] WARN: Static file not found: /
[12:44:00.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:44:02.000] WARN: Static file not found: /
[12:44:04.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:44:05.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:44:06.000] WARN: Static file not found: /
[12:44:08.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:44:10.000] WARN: Static file not found: /
[12:44:12.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:44:14.000] WARN: Static file not found: /
[12:44:18.000] WARN: Static file not found: /
[12:44:22.000] WARN: Static file not found: /
[12:44:26.000] WARN: Static file not found: /
[12:44:30.000] WARN: Static file not found: /
[12:44:34.000] WARN: Static file not found: /
[12:44:38.000] WARN: Static file not found: /
[12:44:42.000] WARN: Static file not found: /
[12:44:46.000] WARN: Static file not found: /
[12:44:50.000] WARN: Static file not found: /
[12:44:54.000] WARN: Static file not found: /
[12:44:58.000] WARN: Static file not found: /
[12:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:45:02.000] WARN: Static file not found: /
[12:45:06.000] WARN: Static file not found: /
[12:45:10.000] WARN: Static file not found: /
[12:45:14.000] WARN: Static file not found: /
[12:45:18.000] WARN: Static file not found: /
[12:45:22.000] WARN: Static file not found: /
[12:45:26.000] WARN: Static file not found: /
[12:45:30.000] WARN: Static file not found: /
[12:45:34.000] WARN: Static file not found: /
[12:45:38.000] WARN: Static file not found: /
[12:45:42.000] WARN: Static file not found: /
[12:45:46.000] WARN: Static file not found: /
[12:45:50.000] WARN: Static file not found: /
[12:45:54.000] WARN: Static file not found: /
[12:45:58.000] WARN: Static file not found: /
[12:46:02.000] WARN: Static file not found: /
[12:46:06.000] WARN: Static file not found: /
[12:46:10.000] WARN: Static file not found: /
[12:46:14.000] WARN: Static file not found: /
[12:46:18.000] WARN: Static file not found: /
[12:46:22.000] WARN: Static file not found: /
[12:46:26.000] WARN: Static file not found: /
[12:46:29.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:30.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:30.000] WARN: Static file not found: /
[12:46:34.000] WARN: Static file not found: /
[12:46:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:38.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:38.000] WARN: Static file not found: /
[12:46:39.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:42.000] WARN: Static file not found: /
[12:46:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:47.000] WARN: Static file not found: /
[12:46:47.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:46:50.000] WARN: Static file not found: /
[12:46:54.000] WARN: Static file not found: /
[12:46:58.000] WARN: Static file not found: /
[12:47:02.000] WARN: Static file not found: /
[12:47:06.000] WARN: Static file not found: /
[12:47:10.000] WARN: Static file not found: /
[12:47:14.000] WARN: Static file not found: /
[12:47:18.000] WARN: Static file not found: /
[12:47:22.000] WARN: Static file not found: /
[12:47:26.000] WARN: Static file not found: /
[12:47:30.000] WARN: Static file not found: /
[12:47:34.000] WARN: Static file not found: /
[12:47:38.000] WARN: Static file not found: /
[12:47:42.000] WARN: Static file not found: /
[12:47:46.000] WARN: Static file not found: /
[12:47:50.000] WARN: Static file not found: /
[12:47:54.000] WARN: Static file not found: /
[12:47:58.000] WARN: Static file not found: /
[12:48:02.000] WARN: Static file not found: /
[12:48:06.000] WARN: Static file not found: /
[12:48:10.000] WARN: Static file not found: /
[12:48:14.000] WARN: Static file not found: /
[12:48:18.000] WARN: Static file not found: /
[12:48:22.000] WARN: Static file not found: /
[12:48:26.000] WARN: Static file not found: /
[12:48:30.000] WARN: Static file not found: /
[12:48:34.000] WARN: Static file not found: /
[12:48:38.000] WARN: Static file not found: /
[12:48:42.000] WARN: Static file not found: /
[12:48:46.000] WARN: Static file not found: /
[12:48:50.000] WARN: Static file not found: /
[12:48:54.000] WARN: Static file not found: /
[12:48:58.000] WARN: Static file not found: /
[12:49:02.000] WARN: Static file not found: /
[12:49:06.000] WARN: Static file not found: /
[12:49:10.000] WARN: Static file not found: /
[12:49:14.000] WARN: Static file not found: /
[12:49:18.000] WARN: Static file not found: /
[12:49:22.000] WARN: Static file not found: /
[12:49:26.000] WARN: Static file not found: /
[12:49:30.000] WARN: Static file not found: /
[12:49:34.000] WARN: Static file not found: /
[12:49:38.000] WARN: Static file not found: /
[12:49:42.000] WARN: Static file not found: /
[12:49:46.000] WARN: Static file not found: /
[12:49:50.000] WARN: Static file not found: /
[12:49:54.000] WARN: Static file not found: /
[12:49:58.000] WARN: Static file not found: /
[12:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[12:50:02.000] WARN: Static file not found: /
[12:50:06.000] WARN: Static file not found: /
[12:50:10.000] WARN: Static file not found: /
[12:50:14.000] WARN: Static file not found: /
[12:50:18.000] WARN: Static file not found: /
[12:50:22.000] WARN: Static file not found: /
[12:50:26.000] WARN: Static file not found: /
[12:50:30.000] WARN: Static file not found: /
[12:50:32.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:50:33.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:50:34.000] WARN: Static file not found: /
[12:50:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:50:38.000] WARN: Static file not found: /
[12:50:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:50:42.000] WARN: Static file not found: /
[12:50:46.000] WARN: Static file not found: /
[12:50:50.000] WARN: Static file not found: /
[12:50:54.000] WARN: Static file not found: /
[12:50:58.000] WARN: Static file not found: /
[12:51:02.000] WARN: Static file not found: /
[12:51:06.000] WARN: Static file not found: /
[12:51:10.000] WARN: Static file not found: /
[12:51:14.000] WARN: Static file not found: /
[12:51:18.000] WARN: Static file not found: /
[12:51:22.000] WARN: Static file not found: /
[12:51:26.000] WARN: Static file not found: /
[12:51:30.000] WARN: Static file not found: /
[12:51:34.000] WARN: Static file not found: /
[12:51:38.000] WARN: Static file not found: /
[12:51:43.000] WARN: Static file not found: /
[12:51:46.000] WARN: Static file not found: /
[12:51:50.000] WARN: Static file not found: /
[12:51:54.000] WARN: Static file not found: /
[12:51:58.000] WARN: Static file not found: /
[12:52:02.000] WARN: Static file not found: /
[12:52:06.000] WARN: Static file not found: /
[12:52:10.000] WARN: Static file not found: /
[12:52:15.000] WARN: Static file not found: /
[12:52:18.000] WARN: Static file not found: /
[12:52:22.000] WARN: Static file not found: /
[12:52:26.000] WARN: Static file not found: /
[12:52:30.000] WARN: Static file not found: /
[12:52:34.000] WARN: Static file not found: /
[12:52:38.000] WARN: Static file not found: /
[12:52:42.000] WARN: Static file not found: /
[12:52:46.000] WARN: Static file not found: /
[12:52:50.000] WARN: Static file not found: /
[12:52:54.000] WARN: Static file not found: /
[12:52:58.000] WARN: Static file not found: /
[12:53:02.000] WARN: Static file not found: /
[12:53:06.000] WARN: Static file not found: /
[12:53:10.000] WARN: Static file not found: /
[12:53:14.000] WARN: Static file not found: /
[12:53:18.000] WARN: Static file not found: /
[12:53:22.000] WARN: Static file not found: /
[12:53:26.000] WARN: Static file not found: /
[12:53:30.000] WARN: Static file not found: /
[12:53:34.000] WARN: Static file not found: /
[12:53:38.000] WARN: Static file not found: /
[12:53:42.000] WARN: Static file not found: /
[12:53:47.000] WARN: Static file not found: /
[12:53:50.000] WARN: Static file not found: /
[12:53:54.000] WARN: Static file not found: /
[12:53:58.000] WARN: Static file not found: /
[12:54:02.000] WARN: Static file not found: /
[12:54:06.000] WARN: Static file not found: /
[12:54:10.000] WARN: Static file not found: /
[12:54:14.000] WARN: Static file not found: /
[12:54:18.000] WARN: Static file not found: /
[12:54:22.000] WARN: Static file not found: /
[12:54:26.000] WARN: Static file not found: /
[12:54:30.000] WARN: Static file not found: /
[12:54:34.000] WARN: Static file not found: /
[12:54:39.000] WARN: Static file not found: /
[12:54:42.000] WARN: Static file not found: /
[12:54:46.000] WARN: Static file not found: /
[12:54:50.000] WARN: Static file not found: /
[12:54:54.000] WARN: Static file not found: /
[12:54:58.000] WARN: Static file not found: /
[12:55:02.000] WARN: Static file not found: /
[12:55:06.000] WARN: Static file not found: /
[12:55:10.000] WARN: Static file not found: /
[12:55:14.000] WARN: Static file not found: /
[12:55:18.000] WARN: Static file not found: /
[12:55:22.000] WARN: Static file not found: /
[12:55:26.000] WARN: Static file not found: /
[12:55:30.000] WARN: Static file not found: /
[12:55:34.000] WARN: Static file not found: /
[12:55:38.000] WARN: Static file not found: /
[12:55:42.000] WARN: Static file not found: /
[12:55:46.000] WARN: Static file not found: /
[12:55:50.000] WARN: Static file not found: /
[12:55:54.000] WARN: Static file not found: /
[12:55:59.000] WARN: Static file not found: /
[12:56:02.000] WARN: Static file not found: /
[12:56:06.000] WARN: Static file not found: /
[12:56:10.000] WARN: Static file not found: /
[12:56:14.000] WARN: Static file not found: /
[12:56:18.000] WARN: Static file not found: /
[12:56:22.000] WARN: Static file not found: /
[12:56:26.000] WARN: Static file not found: /
[12:56:30.000] WARN: Static file not found: /
[12:56:35.000] WARN: Static file not found: /
[12:56:38.000] WARN: Static file not found: /
[12:56:42.000] WARN: Static file not found: /
[12:56:46.000] WARN: Static file not found: /
[12:56:50.000] WARN: Static file not found: /
[12:56:54.000] WARN: Static file not found: /
[12:56:58.000] WARN: Static file not found: /
[12:57:02.000] WARN: Static file not found: /
[12:57:06.000] WARN: Static file not found: /
[12:57:10.000] WARN: Static file not found: /
[12:57:14.000] WARN: Static file not found: /
[12:57:18.000] WARN: Static file not found: /
[12:57:22.000] WARN: Static file not found: /
[12:57:26.000] WARN: Static file not found: /
[12:57:30.000] WARN: Static file not found: /
[12:57:34.000] WARN: Static file not found: /
[12:57:38.000] WARN: Static file not found: /
[12:57:42.000] WARN: Static file not found: /
[12:57:46.000] WARN: Static file not found: /
[12:57:50.000] WARN: Static file not found: /
[12:57:54.000] WARN: Static file not found: /
[12:57:58.000] WARN: Static file not found: /
[12:58:03.000] WARN: Static file not found: /
[12:58:06.000] WARN: Static file not found: /
[12:58:10.000] WARN: Static file not found: /
[12:58:14.000] WARN: Static file not found: /
[12:58:18.000] WARN: Static file not found: /
[12:58:22.000] WARN: Static file not found: /
[12:58:26.000] WARN: Static file not found: /
[12:58:30.000] WARN: Static file not found: /
[12:58:34.000] WARN: Static file not found: /
[12:58:38.000] WARN: Static file not found: /
[12:58:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:58:42.000] WARN: Static file not found: /
[12:58:46.000] WARN: Static file not found: /
[12:58:50.000] WARN: Static file not found: /
[12:58:54.000] WARN: Static file not found: /
[12:58:58.000] WARN: Static file not found: /
[12:59:02.000] WARN: Static file not found: /
[12:59:06.000] WARN: Static file not found: /
[12:59:10.000] WARN: Static file not found: /
[12:59:14.000] WARN: Static file not found: /
[12:59:18.000] WARN: Static file not found: /
[12:59:22.000] WARN: Static file not found: /
[12:59:26.000] WARN: Static file not found: /
[12:59:30.000] WARN: Static file not found: /
[12:59:34.000] WARN: Static file not found: /
[12:59:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[12:59:38.000] WARN: Static file not found: /
[12:59:42.000] WARN: Static file not found: /
[12:59:46.000] WARN: Static file not found: /
[12:59:50.000] WARN: Static file not found: /
[12:59:54.000] WARN: Static file not found: /
[12:59:58.000] WARN: Static file not found: /
[13:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[13:00:02.000] WARN: Static file not found: /
[13:00:06.000] WARN: Static file not found: /
[13:00:10.000] WARN: Static file not found: /
[13:00:14.000] WARN: Static file not found: /
[13:00:18.000] WARN: Static file not found: /
[13:00:22.000] WARN: Static file not found: /
[13:00:26.000] WARN: Static file not found: /
[13:00:30.000] WARN: Static file not found: /
[13:00:34.000] WARN: Static file not found: /
[13:00:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:00:38.000] WARN: Static file not found: /
[13:00:42.000] WARN: Static file not found: /
[13:00:47.000] WARN: Static file not found: /
[13:00:50.000] WARN: Static file not found: /
[13:00:54.000] WARN: Static file not found: /
[13:00:58.000] WARN: Static file not found: /
[13:01:02.000] WARN: Static file not found: /
[13:01:06.000] WARN: Static file not found: /
[13:01:10.000] WARN: Static file not found: /
[13:01:14.000] WARN: Static file not found: /
[13:01:18.000] WARN: Static file not found: /
[13:01:22.000] WARN: Static file not found: /
[13:01:26.000] WARN: Static file not found: /
[13:01:30.000] WARN: Static file not found: /
[13:01:34.000] WARN: Static file not found: /
[13:01:38.000] WARN: Static file not found: /
[13:01:42.000] WARN: Static file not found: /
[13:01:46.000] WARN: Static file not found: /
[13:01:50.000] WARN: Static file not found: /
[13:01:54.000] WARN: Static file not found: /
[13:01:58.000] WARN: Static file not found: /
[13:02:02.000] WARN: Static file not found: /
[13:02:06.000] WARN: Static file not found: /
[13:02:10.000] WARN: Static file not found: /
[13:02:14.000] WARN: Static file not found: /
[13:02:18.000] WARN: Static file not found: /
[13:02:26.000] WARN: Static file not found: /
[13:02:29.000] WARN: Static file not found: /
[13:02:30.000] WARN: Static file not found: /
[13:02:34.000] WARN: Static file not found: /
[13:02:38.000] WARN: Static file not found: /
[13:02:42.000] WARN: Static file not found: /
[13:02:47.000] WARN: Static file not found: /
[13:02:50.000] WARN: Static file not found: /
[13:02:54.000] WARN: Static file not found: /
[13:02:58.000] WARN: Static file not found: /
[13:03:04.000] WARN: Static file not found: /
[13:03:06.000] WARN: Static file not found: /
[13:03:10.000] WARN: Static file not found: /
[13:03:14.000] WARN: Static file not found: /
[13:03:18.000] WARN: Static file not found: /
[13:03:22.000] WARN: Static file not found: /
[13:03:26.000] WARN: Static file not found: /
[13:03:30.000] WARN: Static file not found: /
[13:03:34.000] WARN: Static file not found: /
[13:03:38.000] WARN: Static file not found: /
[13:03:42.000] WARN: Static file not found: /
[13:03:46.000] WARN: Static file not found: /
[13:03:50.000] WARN: Static file not found: /
[13:03:54.000] WARN: Static file not found: /
[13:03:58.000] WARN: Static file not found: /
[13:04:02.000] WARN: Static file not found: /
[13:04:06.000] WARN: Static file not found: /
[13:04:10.000] WARN: Static file not found: /
[13:04:15.000] WARN: Static file not found: /
[13:04:18.000] WARN: Static file not found: /
[13:04:22.000] WARN: Static file not found: /
[13:04:26.000] WARN: Static file not found: /
[13:04:30.000] WARN: Static file not found: /
[13:04:34.000] WARN: Static file not found: /
[13:04:38.000] WARN: Static file not found: /
[13:04:42.000] WARN: Static file not found: /
[13:04:46.000] WARN: Static file not found: /
[13:04:50.000] WARN: Static file not found: /
[13:04:54.000] WARN: Static file not found: /
[13:04:58.000] WARN: Static file not found: /
[13:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:05:02.000] WARN: Static file not found: /
[13:05:06.000] WARN: Static file not found: /
[13:05:11.000] WARN: Static file not found: /
[13:05:14.000] WARN: Static file not found: /
[13:05:18.000] WARN: Static file not found: /
[13:05:23.000] WARN: Static file not found: /
[13:05:26.000] WARN: Static file not found: /
[13:05:31.000] WARN: Static file not found: /
[13:05:34.000] WARN: Static file not found: /
[13:05:39.000] WARN: Static file not found: /
[13:05:42.000] WARN: Static file not found: /
[13:05:46.000] WARN: Static file not found: /
[13:05:50.000] WARN: Static file not found: /
[13:05:54.000] WARN: Static file not found: /
[13:05:59.000] WARN: Static file not found: /
[13:06:02.000] WARN: Static file not found: /
[13:06:06.000] WARN: Static file not found: /
[13:06:10.000] WARN: Static file not found: /
[13:06:15.000] WARN: Static file not found: /
[13:06:18.000] WARN: Static file not found: /
[13:06:22.000] WARN: Static file not found: /
[13:06:26.000] WARN: Static file not found: /
[13:06:31.000] WARN: Static file not found: /
[13:06:34.000] WARN: Static file not found: /
[13:06:38.000] WARN: Static file not found: /
[13:06:43.000] WARN: Static file not found: /
[13:06:46.000] WARN: Static file not found: /
[13:06:50.000] WARN: Static file not found: /
[13:06:54.000] WARN: Static file not found: /
[13:06:59.000] WARN: Static file not found: /
[13:07:02.000] WARN: Static file not found: /
[13:07:06.000] WARN: Static file not found: /
[13:07:10.000] WARN: Static file not found: /
[13:07:14.000] WARN: Static file not found: /
[13:07:18.000] WARN: Static file not found: /
[13:07:22.000] WARN: Static file not found: /
[13:07:26.000] WARN: Static file not found: /
[13:07:30.000] WARN: Static file not found: /
[13:07:34.000] WARN: Static file not found: /
[13:07:38.000] WARN: Static file not found: /
[13:07:42.000] WARN: Static file not found: /
[13:07:46.000] WARN: Static file not found: /
[13:07:50.000] WARN: Static file not found: /
[13:07:54.000] WARN: Static file not found: /
[13:07:58.000] WARN: Static file not found: /
[13:08:03.000] WARN: Static file not found: /
[13:08:06.000] WARN: Static file not found: /
[13:08:10.000] WARN: Static file not found: /
[13:08:14.000] WARN: Static file not found: /
[13:08:18.000] WARN: Static file not found: /
[13:08:19.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:20.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:22.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:22.000] WARN: Static file not found: /
[13:08:26.000] WARN: Static file not found: /
[13:08:30.000] WARN: Static file not found: /
[13:08:34.000] WARN: Static file not found: /
[13:08:37.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:38.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:38.000] WARN: Static file not found: /
[13:08:40.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:42.000] WARN: Static file not found: /
[13:08:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:08:46.000] WARN: Static file not found: /
[13:08:50.000] WARN: Static file not found: /
[13:08:54.000] WARN: Static file not found: /
[13:08:58.000] WARN: Static file not found: /
[13:09:02.000] WARN: Static file not found: /
[13:09:06.000] WARN: Static file not found: /
[13:09:10.000] WARN: Static file not found: /
[13:09:14.000] WARN: Static file not found: /
[13:09:18.000] WARN: Static file not found: /
[13:09:22.000] WARN: Static file not found: /
[13:09:26.000] WARN: Static file not found: /
[13:09:30.000] WARN: Static file not found: /
[13:09:34.000] WARN: Static file not found: /
[13:09:38.000] WARN: Static file not found: /
[13:09:42.000] WARN: Static file not found: /
[13:09:46.000] WARN: Static file not found: /
[13:09:50.000] WARN: Static file not found: /
[13:09:54.000] WARN: Static file not found: /
[13:09:58.000] WARN: Static file not found: /
[13:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:10:02.000] WARN: Static file not found: /
[13:10:06.000] WARN: Static file not found: /
[13:10:10.000] WARN: Static file not found: /
[13:10:14.000] WARN: Static file not found: /
[13:10:18.000] WARN: Static file not found: /
[13:10:22.000] WARN: Static file not found: /
[13:10:26.000] WARN: Static file not found: /
[13:10:30.000] WARN: Static file not found: /
[13:10:34.000] WARN: Static file not found: /
[13:10:38.000] WARN: Static file not found: /
[13:10:41.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:10:42.000] WARN: Static file not found: /
[13:10:43.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:10:45.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:10:46.000] WARN: Static file not found: /
[13:10:49.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:10:50.000] WARN: Static file not found: /
[13:10:54.000] WARN: Static file not found: /
[13:10:58.000] WARN: Static file not found: /
[13:11:02.000] WARN: Static file not found: /
[13:11:06.000] WARN: Static file not found: /
[13:11:10.000] WARN: Static file not found: /
[13:11:14.000] WARN: Static file not found: /
[13:11:18.000] WARN: Static file not found: /
[13:11:22.000] WARN: Static file not found: /
[13:11:26.000] WARN: Static file not found: /
[13:11:30.000] WARN: Static file not found: /
[13:11:35.000] WARN: Static file not found: /
[13:11:38.000] WARN: Static file not found: /
[13:11:42.000] WARN: Static file not found: /
[13:11:46.000] WARN: Static file not found: /
[13:11:50.000] WARN: Static file not found: /
[13:11:54.000] WARN: Static file not found: /
[13:11:58.000] WARN: Static file not found: /
[13:12:02.000] WARN: Static file not found: /
[13:12:07.000] WARN: Static file not found: /
[13:12:12.000] WARN: Static file not found: /
[13:12:14.000] WARN: Static file not found: /
[13:12:19.000] WARN: Static file not found: /
[13:12:22.000] WARN: Static file not found: /
[13:12:26.000] WARN: Static file not found: /
[13:12:30.000] WARN: Static file not found: /
[13:12:34.000] WARN: Static file not found: /
[13:12:38.000] WARN: Static file not found: /
[13:12:42.000] WARN: Static file not found: /
[13:12:46.000] WARN: Static file not found: /
[13:12:50.000] WARN: Static file not found: /
[13:12:52.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:12:53.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:12:54.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:12:54.000] WARN: Static file not found: /
[13:12:56.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:12:58.000] WARN: Static file not found: /
[13:13:01.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:13:02.000] WARN: Static file not found: /
[13:13:06.000] WARN: Static file not found: /
[13:13:10.000] WARN: Static file not found: /
[13:13:14.000] WARN: Static file not found: /
[13:13:18.000] WARN: Static file not found: /
[13:13:22.000] WARN: Static file not found: /
[13:13:26.000] WARN: Static file not found: /
[13:13:30.000] WARN: Static file not found: /
[13:13:34.000] WARN: Static file not found: /
[13:13:38.000] WARN: Static file not found: /
[13:13:42.000] WARN: Static file not found: /
[13:13:46.000] WARN: Static file not found: /
[13:13:50.000] WARN: Static file not found: /
[13:13:54.000] WARN: Static file not found: /
[13:13:59.000] WARN: Static file not found: /
[13:14:02.000] WARN: Static file not found: /
[13:14:07.000] WARN: Static file not found: /
[13:14:10.000] WARN: Static file not found: /
[13:14:14.000] WARN: Static file not found: /
[13:14:19.000] WARN: Static file not found: /
[13:14:22.000] WARN: Static file not found: /
[13:14:29.000] WARN: Static file not found: /
[13:14:30.000] WARN: Static file not found: /
[13:14:34.000] WARN: Static file not found: /
[13:14:38.000] WARN: Static file not found: /
[13:14:42.000] WARN: Static file not found: /
[13:14:46.000] WARN: Static file not found: /
[13:14:50.000] WARN: Static file not found: /
[13:14:54.000] WARN: Static file not found: /
[13:14:58.000] WARN: Static file not found: /
[13:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[13:15:02.000] WARN: Static file not found: /
[13:15:06.000] WARN: Static file not found: /
[13:15:10.000] WARN: Static file not found: /
[13:15:14.000] WARN: Static file not found: /
[13:15:18.000] WARN: Static file not found: /
[13:15:22.000] WARN: Static file not found: /
[13:15:26.000] WARN: Static file not found: /
[13:15:30.000] WARN: Static file not found: /
[13:15:31.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:15:33.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:15:34.000] WARN: Static file not found: /
[13:15:35.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:15:36.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:15:38.000] WARN: Static file not found: /
[13:15:39.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[13:15:42.000] WARN: Static file not found: /
[13:15:46.000] WARN: Static file not found: /
[13:15:50.000] WARN: Static file not found: /
[13:15:54.000] WARN: Static file not found: /
[13:15:58.000] WARN: Static file not found: /
[13:16:02.000] WARN: Static file not found: /
[13:16:06.000] WARN: Static file not found: /
[13:16:10.000] WARN: Static file not found: /
[13:16:14.000] WARN: Static file not found: /
[13:16:18.000] WARN: Static file not found: /
[13:16:23.000] WARN: Static file not found: /
[13:16:26.000] WARN: Static file not found: /
[13:16:30.000] WARN: Static file not found: /
[13:16:34.000] WARN: Static file not found: /
[13:16:38.000] WARN: Static file not found: /
[13:16:42.000] WARN: Static file not found: /
[13:16:46.000] WARN: Static file not found: /
[13:16:50.000] WARN: Static file not found: /
[13:16:54.000] WARN: Static file not found: /
[13:16:59.000] WARN: Static file not found: /
[13:17:02.000] WARN: Static file not found: /
[13:17:06.000] WARN: Static file not found: /
[13:17:10.000] WARN: Static file not found: /
[13:17:14.000] WARN: Static file not found: /
[13:17:18.000] WARN: Static file not found: /
[13:17:23.000] WARN: Static file not found: /
[13:17:26.000] WARN: Static file not found: /
[13:17:30.000] WARN: Static file not found: /
[13:17:34.000] WARN: Static file not found: /
[13:17:38.000] WARN: Static file not found: /
[13:17:43.000] WARN: Static file not found: /
[13:17:46.000] WARN: Static file not found: /
[13:17:50.000] WARN: Static file not found: /
[13:17:54.000] WARN: Static file not found: /
[13:18:01.000] INFO: HTTP Server is running on port 3000
[13:18:01.000] WARN: Static file not found: /
[13:18:02.000] WARN: Static file not found: /
[13:18:07.000] WARN: Static file not found: /
[13:18:10.000] WARN: Static file not found: /
[13:18:14.000] WARN: Static file not found: /
[13:18:18.000] WARN: Static file not found: /
[13:18:22.000] WARN: Static file not found: /
[13:18:26.000] WARN: Static file not found: /
[13:18:30.000] WARN: Static file not found: /
[13:18:34.000] WARN: Static file not found: /
[13:18:38.000] WARN: Static file not found: /
[13:18:42.000] WARN: Static file not found: /
[13:18:46.000] WARN: Static file not found: /
[13:18:50.000] WARN: Static file not found: /
[13:18:55.000] WARN: Static file not found: /
[13:18:58.000] WARN: Static file not found: /
[13:19:02.000] WARN: Static file not found: /
[13:19:06.000] WARN: Static file not found: /
[13:19:10.000] WARN: Static file not found: /
[13:19:14.000] WARN: Static file not found: /
[13:19:18.000] WARN: Static file not found: /
[13:19:22.000] WARN: Static file not found: /
[13:19:26.000] WARN: Static file not found: /
[13:19:30.000] WARN: Static file not found: /
[13:19:34.000] WARN: Static file not found: /
[13:19:38.000] WARN: Static file not found: /
[13:19:42.000] WARN: Static file not found: /
[13:19:46.000] WARN: Static file not found: /
[13:19:50.000] WARN: Static file not found: /
[13:19:54.000] WARN: Static file not found: /
[13:19:58.000] WARN: Static file not found: /
[13:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:20:02.000] WARN: Static file not found: /
[13:20:06.000] WARN: Static file not found: /
[13:20:10.000] WARN: Static file not found: /
[13:20:14.000] WARN: Static file not found: /
[13:20:18.000] WARN: Static file not found: /
[13:20:22.000] WARN: Static file not found: /
[13:20:26.000] WARN: Static file not found: /
[13:20:30.000] WARN: Static file not found: /
[13:20:34.000] WARN: Static file not found: /
[13:20:38.000] WARN: Static file not found: /
[13:20:42.000] WARN: Static file not found: /
[13:20:46.000] WARN: Static file not found: /
[13:20:50.000] WARN: Static file not found: /
[13:20:54.000] WARN: Static file not found: /
[13:20:59.000] WARN: Static file not found: /
[13:21:02.000] WARN: Static file not found: /
[13:21:07.000] WARN: Static file not found: /
[13:21:10.000] WARN: Static file not found: /
[13:21:15.000] WARN: Static file not found: /
[13:21:18.000] WARN: Static file not found: /
[13:21:22.000] WARN: Static file not found: /
[13:21:26.000] WARN: Static file not found: /
[13:21:30.000] WARN: Static file not found: /
[13:21:34.000] WARN: Static file not found: /
[13:21:38.000] WARN: Static file not found: /
[13:21:42.000] WARN: Static file not found: /
[13:21:47.000] WARN: Static file not found: /
[13:21:50.000] WARN: Static file not found: /
[13:21:54.000] WARN: Static file not found: /
[13:21:58.000] WARN: Static file not found: /
[13:22:02.000] WARN: Static file not found: /
[13:22:06.000] WARN: Static file not found: /
[13:22:10.000] WARN: Static file not found: /
[13:22:14.000] WARN: Static file not found: /
[13:22:18.000] WARN: Static file not found: /
[13:22:22.000] WARN: Static file not found: /
[13:22:26.000] WARN: Static file not found: /
[13:22:30.000] WARN: Static file not found: /
[13:22:34.000] WARN: Static file not found: /
[13:22:38.000] WARN: Static file not found: /
[13:22:42.000] WARN: Static file not found: /
[13:22:46.000] WARN: Static file not found: /
[13:22:50.000] WARN: Static file not found: /
[13:22:54.000] WARN: Static file not found: /
[13:22:58.000] WARN: Static file not found: /
[13:23:02.000] WARN: Static file not found: /
[13:23:06.000] WARN: Static file not found: /
[13:23:10.000] WARN: Static file not found: /
[13:23:14.000] WARN: Static file not found: /
[13:23:18.000] WARN: Static file not found: /
[13:23:22.000] WARN: Static file not found: /
[13:23:26.000] WARN: Static file not found: /
[13:23:30.000] WARN: Static file not found: /
[13:23:34.000] WARN: Static file not found: /
[13:23:38.000] WARN: Static file not found: /
[13:23:42.000] WARN: Static file not found: /
[13:23:46.000] WARN: Static file not found: /
[13:23:50.000] WARN: Static file not found: /
[13:23:54.000] WARN: Static file not found: /
[13:23:58.000] WARN: Static file not found: /
[13:24:03.000] WARN: Static file not found: /
[13:24:06.000] WARN: Static file not found: /
[13:24:10.000] WARN: Static file not found: /
[13:24:15.000] WARN: Static file not found: /
[13:24:18.000] WARN: Static file not found: /
[13:24:22.000] WARN: Static file not found: /
[13:24:26.000] WARN: Static file not found: /
[13:24:30.000] WARN: Static file not found: /
[13:24:35.000] WARN: Static file not found: /
[13:24:38.000] WARN: Static file not found: /
[13:24:42.000] WARN: Static file not found: /
[13:24:46.000] WARN: Static file not found: /
[13:24:50.000] WARN: Static file not found: /
[13:24:54.000] WARN: Static file not found: /
[13:24:58.000] WARN: Static file not found: /
[13:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:25:03.000] WARN: Static file not found: /
[13:25:06.000] WARN: Static file not found: /
[13:25:10.000] WARN: Static file not found: /
[13:25:14.000] WARN: Static file not found: /
[13:25:18.000] WARN: Static file not found: /
[13:25:22.000] WARN: Static file not found: /
[13:25:26.000] WARN: Static file not found: /
[13:25:30.000] WARN: Static file not found: /
[13:25:34.000] WARN: Static file not found: /
[13:25:38.000] WARN: Static file not found: /
[13:25:42.000] WARN: Static file not found: /
[13:25:46.000] WARN: Static file not found: /
[13:25:50.000] WARN: Static file not found: /
[13:25:54.000] WARN: Static file not found: /
[13:25:58.000] WARN: Static file not found: /
[13:26:02.000] WARN: Static file not found: /
[13:26:06.000] WARN: Static file not found: /
[13:26:11.000] WARN: Static file not found: /
[13:26:14.000] WARN: Static file not found: /
[13:26:18.000] WARN: Static file not found: /
[13:26:22.000] WARN: Static file not found: /
[13:26:27.000] WARN: Static file not found: /
[13:26:30.000] WARN: Static file not found: /
[13:26:34.000] WARN: Static file not found: /
[13:26:45.000] WARN: Static file not found: /
[13:26:45.000] WARN: Static file not found: /
[13:26:47.000] WARN: Static file not found: /
[13:26:50.000] WARN: Static file not found: /
[13:26:54.000] WARN: Static file not found: /
[13:26:58.000] WARN: Static file not found: /
[13:27:02.000] WARN: Static file not found: /
[13:27:06.000] WARN: Static file not found: /
[13:27:10.000] WARN: Static file not found: /
[13:27:14.000] WARN: Static file not found: /
[13:27:18.000] WARN: Static file not found: /
[13:27:22.000] WARN: Static file not found: /
[13:27:26.000] WARN: Static file not found: /
[13:27:30.000] WARN: Static file not found: /
[13:27:34.000] WARN: Static file not found: /
[13:27:38.000] WARN: Static file not found: /
[13:27:42.000] WARN: Static file not found: /
[13:27:47.000] WARN: Static file not found: /
[13:27:50.000] WARN: Static file not found: /
[13:27:54.000] WARN: Static file not found: /
[13:27:58.000] WARN: Static file not found: /
[13:28:02.000] WARN: Static file not found: /
[13:28:06.000] WARN: Static file not found: /
[13:28:10.000] WARN: Static file not found: /
[13:28:14.000] WARN: Static file not found: /
[13:28:18.000] WARN: Static file not found: /
[13:28:22.000] WARN: Static file not found: /
[13:28:26.000] WARN: Static file not found: /
[13:28:30.000] WARN: Static file not found: /
[13:28:34.000] WARN: Static file not found: /
[13:28:38.000] WARN: Static file not found: /
[13:28:42.000] WARN: Static file not found: /
[13:28:46.000] WARN: Static file not found: /
[13:28:50.000] WARN: Static file not found: /
[13:28:54.000] WARN: Static file not found: /
[13:28:58.000] WARN: Static file not found: /
[13:29:02.000] WARN: Static file not found: /
[13:29:07.000] WARN: Static file not found: /
[13:29:10.000] WARN: Static file not found: /
[13:29:14.000] WARN: Static file not found: /
[13:29:18.000] WARN: Static file not found: /
[13:29:22.000] WARN: Static file not found: /
[13:29:26.000] WARN: Static file not found: /
[13:29:30.000] WARN: Static file not found: /
[13:29:34.000] WARN: Static file not found: /
[13:29:38.000] WARN: Static file not found: /
[13:29:42.000] WARN: Static file not found: /
[13:29:46.000] WARN: Static file not found: /
[13:29:50.000] WARN: Static file not found: /
[13:29:54.000] WARN: Static file not found: /
[13:29:58.000] WARN: Static file not found: /
[13:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[13:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:30:02.000] WARN: Static file not found: /
[13:30:06.000] WARN: Static file not found: /
[13:30:10.000] WARN: Static file not found: /
[13:30:15.000] WARN: Static file not found: /
[13:30:18.000] WARN: Static file not found: /
[13:30:22.000] WARN: Static file not found: /
[13:30:26.000] WARN: Static file not found: /
[13:30:30.000] WARN: Static file not found: /
[13:30:35.000] WARN: Static file not found: /
[13:30:38.000] WARN: Static file not found: /
[13:30:42.000] WARN: Static file not found: /
[13:30:46.000] WARN: Static file not found: /
[13:30:50.000] WARN: Static file not found: /
[13:30:54.000] WARN: Static file not found: /
[13:30:58.000] WARN: Static file not found: /
[13:31:02.000] WARN: Static file not found: /
[13:31:06.000] WARN: Static file not found: /
[13:31:10.000] WARN: Static file not found: /
[13:31:14.000] WARN: Static file not found: /
[13:31:18.000] WARN: Static file not found: /
[13:31:22.000] WARN: Static file not found: /
[13:31:26.000] WARN: Static file not found: /
[13:31:34.000] WARN: Static file not found: /
[13:31:35.000] WARN: Static file not found: /
[13:31:38.000] WARN: Static file not found: /
[13:31:42.000] WARN: Static file not found: /
[13:31:46.000] WARN: Static file not found: /
[13:31:50.000] WARN: Static file not found: /
[13:31:54.000] WARN: Static file not found: /
[13:31:58.000] WARN: Static file not found: /
[13:32:02.000] WARN: Static file not found: /
[13:32:06.000] WARN: Static file not found: /
[13:32:10.000] WARN: Static file not found: /
[13:32:14.000] WARN: Static file not found: /
[13:32:19.000] WARN: Static file not found: /
[13:32:22.000] WARN: Static file not found: /
[13:32:26.000] WARN: Static file not found: /
[13:32:30.000] WARN: Static file not found: /
[13:32:34.000] WARN: Static file not found: /
[13:32:38.000] WARN: Static file not found: /
[13:32:42.000] WARN: Static file not found: /
[13:32:46.000] WARN: Static file not found: /
[13:32:50.000] WARN: Static file not found: /
[13:32:55.000] WARN: Static file not found: /
[13:32:58.000] WARN: Static file not found: /
[13:33:02.000] WARN: Static file not found: /
[13:33:07.000] WARN: Static file not found: /
[13:33:10.000] WARN: Static file not found: /
[13:33:14.000] WARN: Static file not found: /
[13:33:18.000] WARN: Static file not found: /
[13:33:22.000] WARN: Static file not found: /
[13:33:26.000] WARN: Static file not found: /
[13:33:30.000] WARN: Static file not found: /
[13:33:34.000] WARN: Static file not found: /
[13:33:38.000] WARN: Static file not found: /
[13:33:42.000] WARN: Static file not found: /
[13:33:46.000] WARN: Static file not found: /
[13:33:50.000] WARN: Static file not found: /
[13:33:54.000] WARN: Static file not found: /
[13:33:58.000] WARN: Static file not found: /
[13:34:02.000] WARN: Static file not found: /
[13:34:06.000] WARN: Static file not found: /
[13:34:10.000] WARN: Static file not found: /
[13:34:14.000] WARN: Static file not found: /
[13:34:18.000] WARN: Static file not found: /
[13:34:22.000] WARN: Static file not found: /
[13:34:26.000] WARN: Static file not found: /
[13:34:30.000] WARN: Static file not found: /
[13:34:35.000] WARN: Static file not found: /
[13:34:38.000] WARN: Static file not found: /
[13:34:42.000] WARN: Static file not found: /
[13:34:46.000] WARN: Static file not found: /
[13:34:50.000] WARN: Static file not found: /
[13:34:54.000] WARN: Static file not found: /
[13:34:58.000] WARN: Static file not found: /
[13:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:35:02.000] WARN: Static file not found: /
[13:35:06.000] WARN: Static file not found: /
[13:35:10.000] WARN: Static file not found: /
[13:35:14.000] WARN: Static file not found: /
[13:35:18.000] WARN: Static file not found: /
[13:35:22.000] WARN: Static file not found: /
[13:35:26.000] WARN: Static file not found: /
[13:35:30.000] WARN: Static file not found: /
[13:35:34.000] WARN: Static file not found: /
[13:35:38.000] WARN: Static file not found: /
[13:35:42.000] WARN: Static file not found: /
[13:35:46.000] WARN: Static file not found: /
[13:35:50.000] WARN: Static file not found: /
[13:35:55.000] WARN: Static file not found: /
[13:35:58.000] WARN: Static file not found: /
[13:36:02.000] WARN: Static file not found: /
[13:36:06.000] WARN: Static file not found: /
[13:36:10.000] WARN: Static file not found: /
[13:36:14.000] WARN: Static file not found: /
[13:36:19.000] WARN: Static file not found: /
[13:36:22.000] WARN: Static file not found: /
[13:36:26.000] WARN: Static file not found: /
[13:36:34.000] WARN: Static file not found: /
[13:36:38.000] WARN: Static file not found: /
[13:36:42.000] WARN: Static file not found: /
[13:36:46.000] WARN: Static file not found: /
[13:36:50.000] WARN: Static file not found: /
[13:36:54.000] WARN: Static file not found: /
[13:36:58.000] WARN: Static file not found: /
[13:37:02.000] WARN: Static file not found: /
[13:37:06.000] WARN: Static file not found: /
[13:37:10.000] WARN: Static file not found: /
[13:37:18.000] WARN: Static file not found: /
[13:37:22.000] WARN: Static file not found: /
[13:37:25.000] WARN: Static file not found: /
[13:37:29.000] WARN: Static file not found: /
[13:37:30.000] WARN: Static file not found: /
[13:37:34.000] WARN: Static file not found: /
[13:37:38.000] WARN: Static file not found: /
[13:37:42.000] WARN: Static file not found: /
[13:37:46.000] WARN: Static file not found: /
[13:37:50.000] WARN: Static file not found: /
[13:37:54.000] WARN: Static file not found: /
[13:37:58.000] WARN: Static file not found: /
[13:38:02.000] WARN: Static file not found: /
[13:38:06.000] WARN: Static file not found: /
[13:38:10.000] WARN: Static file not found: /
[13:38:14.000] WARN: Static file not found: /
[13:38:18.000] WARN: Static file not found: /
[13:38:22.000] WARN: Static file not found: /
[13:38:26.000] WARN: Static file not found: /
[13:38:30.000] WARN: Static file not found: /
[13:38:34.000] WARN: Static file not found: /
[13:38:38.000] WARN: Static file not found: /
[13:38:42.000] WARN: Static file not found: /
[13:38:46.000] WARN: Static file not found: /
[13:38:50.000] WARN: Static file not found: /
[13:38:54.000] WARN: Static file not found: /
[13:38:58.000] WARN: Static file not found: /
[13:39:02.000] WARN: Static file not found: /
[13:39:06.000] WARN: Static file not found: /
[13:39:15.000] INFO: HTTP Server is running on port 3000
[13:39:15.000] WARN: Static file not found: /
[13:39:18.000] WARN: Static file not found: /
[13:39:23.000] WARN: Static file not found: /
[13:39:26.000] WARN: Static file not found: /
[13:39:30.000] WARN: Static file not found: /
[13:39:34.000] WARN: Static file not found: /
[13:39:38.000] WARN: Static file not found: /
[13:39:42.000] WARN: Static file not found: /
[13:39:46.000] WARN: Static file not found: /
[13:39:51.000] WARN: Static file not found: /
[13:39:54.000] WARN: Static file not found: /
[13:39:58.000] WARN: Static file not found: /
[13:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:40:02.000] WARN: Static file not found: /
[13:40:06.000] WARN: Static file not found: /
[13:40:10.000] WARN: Static file not found: /
[13:40:14.000] WARN: Static file not found: /
[13:40:18.000] WARN: Static file not found: /
[13:40:22.000] WARN: Static file not found: /
[13:40:27.000] WARN: Static file not found: /
[13:40:30.000] WARN: Static file not found: /
[13:40:34.000] WARN: Static file not found: /
[13:40:39.000] WARN: Static file not found: /
[13:40:42.000] WARN: Static file not found: /
[13:40:46.000] WARN: Static file not found: /
[13:40:51.000] WARN: Static file not found: /
[13:40:54.000] WARN: Static file not found: /
[13:40:58.000] WARN: Static file not found: /
[13:41:02.000] WARN: Static file not found: /
[13:41:06.000] WARN: Static file not found: /
[13:41:10.000] WARN: Static file not found: /
[13:41:14.000] WARN: Static file not found: /
[13:41:18.000] WARN: Static file not found: /
[13:41:22.000] WARN: Static file not found: /
[13:41:26.000] WARN: Static file not found: /
[13:41:30.000] WARN: Static file not found: /
[13:41:35.000] WARN: Static file not found: /
[13:41:38.000] WARN: Static file not found: /
[13:41:43.000] WARN: Static file not found: /
[13:41:46.000] WARN: Static file not found: /
[13:41:50.000] WARN: Static file not found: /
[13:41:54.000] WARN: Static file not found: /
[13:41:59.000] WARN: Static file not found: /
[13:42:02.000] WARN: Static file not found: /
[13:42:06.000] WARN: Static file not found: /
[13:42:10.000] WARN: Static file not found: /
[13:42:14.000] WARN: Static file not found: /
[13:42:18.000] WARN: Static file not found: /
[13:42:22.000] WARN: Static file not found: /
[13:42:27.000] WARN: Static file not found: /
[13:42:30.000] WARN: Static file not found: /
[13:42:34.000] WARN: Static file not found: /
[13:42:38.000] WARN: Static file not found: /
[13:42:42.000] WARN: Static file not found: /
[13:42:46.000] WARN: Static file not found: /
[13:42:51.000] WARN: Static file not found: /
[13:42:54.000] WARN: Static file not found: /
[13:42:58.000] WARN: Static file not found: /
[13:43:03.000] WARN: Static file not found: /
[13:43:06.000] WARN: Static file not found: /
[13:43:10.000] WARN: Static file not found: /
[13:43:14.000] WARN: Static file not found: /
[13:43:18.000] WARN: Static file not found: /
[13:43:22.000] WARN: Static file not found: /
[13:43:26.000] WARN: Static file not found: /
[13:43:30.000] WARN: Static file not found: /
[13:43:34.000] WARN: Static file not found: /
[13:43:39.000] WARN: Static file not found: /
[13:43:42.000] WARN: Static file not found: /
[13:43:46.000] WARN: Static file not found: /
[13:43:50.000] WARN: Static file not found: /
[13:43:54.000] WARN: Static file not found: /
[13:43:58.000] WARN: Static file not found: /
[13:44:02.000] WARN: Static file not found: /
[13:44:06.000] WARN: Static file not found: /
[13:44:10.000] WARN: Static file not found: /
[13:44:14.000] WARN: Static file not found: /
[13:44:18.000] WARN: Static file not found: /
[13:44:22.000] WARN: Static file not found: /
[13:44:26.000] WARN: Static file not found: /
[13:44:30.000] WARN: Static file not found: /
[13:44:34.000] WARN: Static file not found: /
[13:44:38.000] WARN: Static file not found: /
[13:44:42.000] WARN: Static file not found: /
[13:44:48.000] WARN: Static file not found: /
[13:44:50.000] WARN: Static file not found: /
[13:44:54.000] WARN: Static file not found: /
[13:44:58.000] WARN: Static file not found: /
[13:45:01.000] INFO: No unpaid bookings found for auto-cancellation.
[13:45:02.000] WARN: Static file not found: /
[13:45:06.000] WARN: Static file not found: /
[13:45:10.000] WARN: Static file not found: /
[13:45:14.000] WARN: Static file not found: /
[13:45:18.000] WARN: Static file not found: /
[13:45:24.000] WARN: Static file not found: /
[13:45:26.000] WARN: Static file not found: /
[13:45:30.000] WARN: Static file not found: /
[13:45:34.000] WARN: Static file not found: /
[13:45:38.000] WARN: Static file not found: /
[13:45:43.000] WARN: Static file not found: /
[13:45:46.000] WARN: Static file not found: /
[13:45:50.000] WARN: Static file not found: /
[13:45:54.000] WARN: Static file not found: /
[13:45:58.000] WARN: Static file not found: /
[13:46:03.000] WARN: Static file not found: /
[13:46:06.000] WARN: Static file not found: /
[13:46:10.000] WARN: Static file not found: /
[13:46:14.000] WARN: Static file not found: /
[13:46:19.000] WARN: Static file not found: /
[13:46:22.000] WARN: Static file not found: /
[13:46:26.000] WARN: Static file not found: /
[13:46:30.000] WARN: Static file not found: /
[13:46:34.000] WARN: Static file not found: /
[13:46:38.000] WARN: Static file not found: /
[13:46:42.000] WARN: Static file not found: /
[13:46:46.000] WARN: Static file not found: /
[13:46:50.000] WARN: Static file not found: /
[13:46:54.000] WARN: Static file not found: /
[13:46:58.000] WARN: Static file not found: /
[13:47:02.000] WARN: Static file not found: /
[13:47:06.000] WARN: Static file not found: /
[13:47:10.000] WARN: Static file not found: /
[13:47:14.000] WARN: Static file not found: /
[13:47:18.000] WARN: Static file not found: /
[13:47:22.000] WARN: Static file not found: /
[13:47:26.000] WARN: Static file not found: /
[13:47:30.000] WARN: Static file not found: /
[13:47:34.000] WARN: Static file not found: /
[13:47:38.000] WARN: Static file not found: /
[13:47:42.000] WARN: Static file not found: /
[13:47:46.000] WARN: Static file not found: /
[13:47:50.000] WARN: Static file not found: /
[13:47:55.000] WARN: Static file not found: /
[13:47:58.000] WARN: Static file not found: /
[13:48:02.000] WARN: Static file not found: /
[13:48:06.000] WARN: Static file not found: /
[13:48:10.000] WARN: Static file not found: /
[13:48:14.000] WARN: Static file not found: /
[13:48:18.000] WARN: Static file not found: /
[13:48:22.000] WARN: Static file not found: /
[13:48:26.000] WARN: Static file not found: /
[13:48:30.000] WARN: Static file not found: /
[13:48:34.000] WARN: Static file not found: /
[13:48:38.000] WARN: Static file not found: /
[13:48:42.000] WARN: Static file not found: /
[13:48:46.000] WARN: Static file not found: /
[13:48:51.000] WARN: Static file not found: /
[13:48:54.000] WARN: Static file not found: /
[13:48:58.000] WARN: Static file not found: /
[13:49:02.000] WARN: Static file not found: /
[13:49:06.000] WARN: Static file not found: /
[13:49:10.000] WARN: Static file not found: /
[13:49:14.000] WARN: Static file not found: /
[13:49:18.000] WARN: Static file not found: /
[13:49:22.000] WARN: Static file not found: /
[13:49:26.000] WARN: Static file not found: /
[13:49:30.000] WARN: Static file not found: /
[13:49:34.000] WARN: Static file not found: /
[13:49:38.000] WARN: Static file not found: /
[13:49:42.000] WARN: Static file not found: /
[13:49:46.000] WARN: Static file not found: /
[13:49:50.000] WARN: Static file not found: /
[13:49:54.000] WARN: Static file not found: /
[13:49:58.000] WARN: Static file not found: /
[13:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:50:02.000] WARN: Static file not found: /
[13:50:06.000] WARN: Static file not found: /
[13:50:10.000] WARN: Static file not found: /
[13:50:14.000] WARN: Static file not found: /
[13:50:18.000] WARN: Static file not found: /
[13:50:22.000] WARN: Static file not found: /
[13:50:26.000] WARN: Static file not found: /
[13:50:30.000] WARN: Static file not found: /
[13:50:34.000] WARN: Static file not found: /
[13:50:38.000] WARN: Static file not found: /
[13:50:42.000] WARN: Static file not found: /
[13:50:46.000] WARN: Static file not found: /
[13:50:50.000] WARN: Static file not found: /
[13:50:55.000] WARN: Static file not found: /
[13:50:58.000] WARN: Static file not found: /
[13:51:02.000] WARN: Static file not found: /
[13:51:06.000] WARN: Static file not found: /
[13:51:10.000] WARN: Static file not found: /
[13:51:14.000] WARN: Static file not found: /
[13:51:18.000] WARN: Static file not found: /
[13:51:22.000] WARN: Static file not found: /
[13:51:26.000] WARN: Static file not found: /
[13:51:30.000] WARN: Static file not found: /
[13:51:34.000] WARN: Static file not found: /
[13:51:38.000] WARN: Static file not found: /
[13:51:42.000] WARN: Static file not found: /
[13:51:46.000] WARN: Static file not found: /
[13:51:50.000] WARN: Static file not found: /
[13:51:54.000] WARN: Static file not found: /
[13:51:58.000] WARN: Static file not found: /
[13:52:02.000] WARN: Static file not found: /
[13:52:06.000] WARN: Static file not found: /
[13:52:10.000] WARN: Static file not found: /
[13:52:14.000] WARN: Static file not found: /
[13:52:18.000] WARN: Static file not found: /
[13:52:22.000] WARN: Static file not found: /
[13:52:26.000] WARN: Static file not found: /
[13:52:30.000] WARN: Static file not found: /
[13:52:34.000] WARN: Static file not found: /
[13:52:38.000] WARN: Static file not found: /
[13:52:42.000] WARN: Static file not found: /
[13:52:46.000] WARN: Static file not found: /
[13:52:50.000] WARN: Static file not found: /
[13:52:54.000] WARN: Static file not found: /
[13:52:58.000] WARN: Static file not found: /
[13:53:02.000] WARN: Static file not found: /
[13:53:06.000] WARN: Static file not found: /
[13:53:10.000] WARN: Static file not found: /
[13:53:14.000] WARN: Static file not found: /
[13:53:18.000] WARN: Static file not found: /
[13:53:22.000] WARN: Static file not found: /
[13:53:26.000] WARN: Static file not found: /
[13:53:30.000] WARN: Static file not found: /
[13:53:34.000] WARN: Static file not found: /
[13:53:38.000] WARN: Static file not found: /
[13:53:42.000] WARN: Static file not found: /
[13:53:46.000] WARN: Static file not found: /
[13:53:50.000] WARN: Static file not found: /
[13:53:54.000] WARN: Static file not found: /
[13:53:58.000] WARN: Static file not found: /
[13:54:02.000] WARN: Static file not found: /
[13:54:06.000] WARN: Static file not found: /
[13:54:10.000] WARN: Static file not found: /
[13:54:14.000] WARN: Static file not found: /
[13:54:18.000] WARN: Static file not found: /
[13:54:22.000] WARN: Static file not found: /
[13:54:26.000] WARN: Static file not found: /
[13:54:30.000] WARN: Static file not found: /
[13:54:34.000] WARN: Static file not found: /
[13:54:38.000] WARN: Static file not found: /
[13:54:42.000] WARN: Static file not found: /
[13:54:46.000] WARN: Static file not found: /
[13:54:50.000] WARN: Static file not found: /
[13:54:54.000] WARN: Static file not found: /
[13:54:58.000] WARN: Static file not found: /
[13:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[13:55:02.000] WARN: Static file not found: /
[13:55:06.000] WARN: Static file not found: /
[13:55:10.000] WARN: Static file not found: /
[13:55:14.000] WARN: Static file not found: /
[13:55:18.000] WARN: Static file not found: /
[13:55:22.000] WARN: Static file not found: /
[13:55:26.000] WARN: Static file not found: /
[13:55:30.000] WARN: Static file not found: /
[13:55:34.000] WARN: Static file not found: /
[13:55:38.000] WARN: Static file not found: /
[13:55:42.000] WARN: Static file not found: /
[13:55:46.000] WARN: Static file not found: /
[13:55:50.000] WARN: Static file not found: /
[13:55:54.000] WARN: Static file not found: /
[13:55:58.000] WARN: Static file not found: /
[13:56:02.000] WARN: Static file not found: /
[13:56:06.000] WARN: Static file not found: /
[13:56:10.000] WARN: Static file not found: /
[13:56:14.000] WARN: Static file not found: /
[13:56:18.000] WARN: Static file not found: /
[13:56:22.000] WARN: Static file not found: /
[13:56:26.000] WARN: Static file not found: /
[13:56:30.000] WARN: Static file not found: /
[13:56:34.000] WARN: Static file not found: /
[13:56:38.000] WARN: Static file not found: /
[13:56:42.000] WARN: Static file not found: /
[13:56:46.000] WARN: Static file not found: /
[13:56:50.000] WARN: Static file not found: /
[13:56:54.000] WARN: Static file not found: /
[13:56:58.000] WARN: Static file not found: /
[13:57:02.000] WARN: Static file not found: /
[13:57:06.000] WARN: Static file not found: /
[13:57:10.000] WARN: Static file not found: /
[13:57:14.000] WARN: Static file not found: /
[13:57:18.000] WARN: Static file not found: /
[13:57:22.000] WARN: Static file not found: /
[13:57:26.000] WARN: Static file not found: /
[13:57:30.000] WARN: Static file not found: /
[13:57:35.000] WARN: Static file not found: /
[13:57:38.000] WARN: Static file not found: /
[13:57:42.000] WARN: Static file not found: /
[13:57:46.000] WARN: Static file not found: /
[13:57:50.000] WARN: Static file not found: /
[13:57:54.000] WARN: Static file not found: /
[13:57:58.000] WARN: Static file not found: /
[13:58:02.000] WARN: Static file not found: /
[13:58:06.000] WARN: Static file not found: /
[13:58:10.000] WARN: Static file not found: /
[13:58:14.000] WARN: Static file not found: /
[13:58:18.000] WARN: Static file not found: /
[13:58:22.000] WARN: Static file not found: /
[13:58:26.000] WARN: Static file not found: /
[13:58:30.000] WARN: Static file not found: /
[13:58:34.000] WARN: Static file not found: /
[13:58:38.000] WARN: Static file not found: /
[13:58:42.000] WARN: Static file not found: /
[13:58:46.000] WARN: Static file not found: /
[13:58:50.000] WARN: Static file not found: /
[13:58:54.000] WARN: Static file not found: /
[13:58:58.000] WARN: Static file not found: /
[13:59:02.000] WARN: Static file not found: /
[13:59:06.000] WARN: Static file not found: /
[13:59:10.000] WARN: Static file not found: /
[13:59:14.000] WARN: Static file not found: /
[13:59:18.000] WARN: Static file not found: /
[13:59:22.000] WARN: Static file not found: /
[13:59:26.000] WARN: Static file not found: /
[13:59:30.000] WARN: Static file not found: /
[13:59:34.000] WARN: Static file not found: /
[13:59:38.000] WARN: Static file not found: /
[13:59:42.000] WARN: Static file not found: /
[13:59:46.000] WARN: Static file not found: /
[13:59:50.000] WARN: Static file not found: /
[13:59:54.000] WARN: Static file not found: /
[13:59:58.000] WARN: Static file not found: /
[14:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[14:00:02.000] WARN: Static file not found: /
[14:00:06.000] WARN: Static file not found: /
[14:00:11.000] INFO: HTTP Server is running on port 3000
[14:00:11.000] WARN: Static file not found: /
[14:00:14.000] WARN: Static file not found: /
[14:00:18.000] WARN: Static file not found: /
[14:00:22.000] WARN: Static file not found: /
[14:00:26.000] WARN: Static file not found: /
[14:00:30.000] WARN: Static file not found: /
[14:00:34.000] WARN: Static file not found: /
[14:00:39.000] WARN: Static file not found: /
[14:00:42.000] WARN: Static file not found: /
[14:00:46.000] WARN: Static file not found: /
[14:00:50.000] WARN: Static file not found: /
[14:00:54.000] WARN: Static file not found: /
[14:00:58.000] WARN: Static file not found: /
[14:01:02.000] WARN: Static file not found: /
[14:01:06.000] WARN: Static file not found: /
[14:01:10.000] WARN: Static file not found: /
[14:01:14.000] WARN: Static file not found: /
[14:01:18.000] WARN: Static file not found: /
[14:01:22.000] WARN: Static file not found: /
[14:01:26.000] WARN: Static file not found: /
[14:01:30.000] WARN: Static file not found: /
[14:01:34.000] WARN: Static file not found: /
[14:01:38.000] WARN: Static file not found: /
[14:01:42.000] WARN: Static file not found: /
[14:01:46.000] WARN: Static file not found: /
[14:01:50.000] WARN: Static file not found: /
[14:01:54.000] WARN: Static file not found: /
[14:01:58.000] WARN: Static file not found: /
[14:02:02.000] WARN: Static file not found: /
[14:02:06.000] WARN: Static file not found: /
[14:02:10.000] WARN: Static file not found: /
[14:02:14.000] WARN: Static file not found: /
[14:02:18.000] WARN: Static file not found: /
[14:02:22.000] WARN: Static file not found: /
[14:02:26.000] WARN: Static file not found: /
[14:02:30.000] WARN: Static file not found: /
[14:02:34.000] WARN: Static file not found: /
[14:02:38.000] WARN: Static file not found: /
[14:02:42.000] WARN: Static file not found: /
[14:02:46.000] WARN: Static file not found: /
[14:02:50.000] WARN: Static file not found: /
[14:02:54.000] WARN: Static file not found: /
[14:02:58.000] WARN: Static file not found: /
[14:03:02.000] WARN: Static file not found: /
[14:03:06.000] WARN: Static file not found: /
[14:03:10.000] WARN: Static file not found: /
[14:03:14.000] WARN: Static file not found: /
[14:03:18.000] WARN: Static file not found: /
[14:03:22.000] WARN: Static file not found: /
[14:03:26.000] WARN: Static file not found: /
[14:03:30.000] WARN: Static file not found: /
[14:03:34.000] WARN: Static file not found: /
[14:03:38.000] WARN: Static file not found: /
[14:03:42.000] WARN: Static file not found: /
[14:03:46.000] WARN: Static file not found: /
[14:03:50.000] WARN: Static file not found: /
[14:03:54.000] WARN: Static file not found: /
[14:03:58.000] WARN: Static file not found: /
[14:04:02.000] WARN: Static file not found: /
[14:04:06.000] WARN: Static file not found: /
[14:04:10.000] WARN: Static file not found: /
[14:04:14.000] WARN: Static file not found: /
[14:04:18.000] WARN: Static file not found: /
[14:04:22.000] WARN: Static file not found: /
[14:04:26.000] WARN: Static file not found: /
[14:04:30.000] WARN: Static file not found: /
[14:04:35.000] WARN: Static file not found: /
[14:04:38.000] WARN: Static file not found: /
[14:04:42.000] WARN: Static file not found: /
[14:04:46.000] WARN: Static file not found: /
[14:04:50.000] WARN: Static file not found: /
[14:04:54.000] WARN: Static file not found: /
[14:04:58.000] WARN: Static file not found: /
[14:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:05:02.000] WARN: Static file not found: /
[14:05:06.000] WARN: Static file not found: /
[14:05:10.000] WARN: Static file not found: /
[14:05:14.000] WARN: Static file not found: /
[14:05:18.000] WARN: Static file not found: /
[14:05:22.000] WARN: Static file not found: /
[14:05:26.000] WARN: Static file not found: /
[14:05:30.000] WARN: Static file not found: /
[14:05:34.000] WARN: Static file not found: /
[14:05:38.000] WARN: Static file not found: /
[14:05:42.000] WARN: Static file not found: /
[14:05:46.000] WARN: Static file not found: /
[14:05:50.000] WARN: Static file not found: /
[14:05:54.000] WARN: Static file not found: /
[14:05:58.000] WARN: Static file not found: /
[14:06:02.000] WARN: Static file not found: /
[14:06:06.000] WARN: Static file not found: /
[14:06:10.000] WARN: Static file not found: /
[14:06:14.000] WARN: Static file not found: /
[14:06:18.000] WARN: Static file not found: /
[14:06:22.000] WARN: Static file not found: /
[14:06:26.000] WARN: Static file not found: /
[14:06:30.000] WARN: Static file not found: /
[14:06:34.000] WARN: Static file not found: /
[14:06:38.000] WARN: Static file not found: /
[14:06:42.000] WARN: Static file not found: /
[14:06:46.000] WARN: Static file not found: /
[14:06:50.000] WARN: Static file not found: /
[14:06:54.000] WARN: Static file not found: /
[14:06:58.000] WARN: Static file not found: /
[14:07:02.000] WARN: Static file not found: /
[14:07:06.000] WARN: Static file not found: /
[14:07:10.000] WARN: Static file not found: /
[14:07:14.000] WARN: Static file not found: /
[14:07:18.000] WARN: Static file not found: /
[14:07:22.000] WARN: Static file not found: /
[14:07:26.000] WARN: Static file not found: /
[14:07:30.000] WARN: Static file not found: /
[14:07:34.000] WARN: Static file not found: /
[14:07:38.000] WARN: Static file not found: /
[14:07:42.000] WARN: Static file not found: /
[14:07:46.000] WARN: Static file not found: /
[14:07:50.000] WARN: Static file not found: /
[14:07:54.000] WARN: Static file not found: /
[14:07:58.000] WARN: Static file not found: /
[14:08:02.000] WARN: Static file not found: /
[14:08:06.000] WARN: Static file not found: /
[14:08:10.000] WARN: Static file not found: /
[14:08:14.000] WARN: Static file not found: /
[14:08:15.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[14:08:16.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[14:08:18.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[14:08:18.000] WARN: Static file not found: /
[14:08:22.000] ERROR: Server Error: Not authenticated{"status":401,"message":"Not authenticated","stack":"Error: Not authenticated\n    at errorHandler (/home/aircamp/api-dev.aircamp.ph/util/errorHandler.js:2:17)\n    at module.exports (/home/aircamp/api-dev.aircamp.ph/middlewares/authorization.js:12:14)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:149:13)\n    at Route.dispatch (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/route.js:119:3)\n    at Layer.handle [as handle_request] (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/layer.js:95:5)\n    at /home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:284:15\n    at Function.process_params (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:346:12)\n    at next (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:280:10)\n    at Function.handle (/home/aircamp/api-dev.aircamp.ph/node_modules/express/lib/router/index.js:175:3)","error":{"statusCode":401}}
[14:08:22.000] WARN: Static file not found: /
[14:08:26.000] WARN: Static file not found: /
[14:08:30.000] WARN: Static file not found: /
[14:08:34.000] WARN: Static file not found: /
[14:08:38.000] WARN: Static file not found: /
[14:08:42.000] WARN: Static file not found: /
[14:08:46.000] WARN: Static file not found: /
[14:08:50.000] WARN: Static file not found: /
[14:08:54.000] WARN: Static file not found: /
[14:08:58.000] WARN: Static file not found: /
[14:09:02.000] WARN: Static file not found: /
[14:09:06.000] WARN: Static file not found: /
[14:09:10.000] WARN: Static file not found: /
[14:09:15.000] WARN: Static file not found: /
[14:09:18.000] WARN: Static file not found: /
[14:09:22.000] WARN: Static file not found: /
[14:09:27.000] WARN: Static file not found: /
[14:09:30.000] WARN: Static file not found: /
[14:09:34.000] WARN: Static file not found: /
[14:09:38.000] WARN: Static file not found: /
[14:09:42.000] WARN: Static file not found: /
[14:09:46.000] WARN: Static file not found: /
[14:09:50.000] WARN: Static file not found: /
[14:09:54.000] WARN: Static file not found: /
[14:09:58.000] WARN: Static file not found: /
[14:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:10:02.000] WARN: Static file not found: /
[14:10:06.000] WARN: Static file not found: /
[14:10:10.000] WARN: Static file not found: /
[14:10:15.000] WARN: Static file not found: /
[14:10:18.000] WARN: Static file not found: /
[14:10:22.000] WARN: Static file not found: /
[14:10:26.000] WARN: Static file not found: /
[14:10:30.000] WARN: Static file not found: /
[14:10:34.000] WARN: Static file not found: /
[14:10:38.000] WARN: Static file not found: /
[14:10:42.000] WARN: Static file not found: /
[14:10:46.000] WARN: Static file not found: /
[14:10:50.000] WARN: Static file not found: /
[14:10:54.000] WARN: Static file not found: /
[14:10:58.000] WARN: Static file not found: /
[14:11:02.000] WARN: Static file not found: /
[14:11:06.000] WARN: Static file not found: /
[14:11:10.000] WARN: Static file not found: /
[14:11:14.000] WARN: Static file not found: /
[14:11:18.000] WARN: Static file not found: /
[14:11:22.000] WARN: Static file not found: /
[14:11:26.000] WARN: Static file not found: /
[14:11:30.000] WARN: Static file not found: /
[14:11:34.000] WARN: Static file not found: /
[14:11:39.000] WARN: Static file not found: /
[14:11:42.000] WARN: Static file not found: /
[14:11:46.000] WARN: Static file not found: /
[14:11:50.000] WARN: Static file not found: /
[14:11:54.000] WARN: Static file not found: /
[14:11:59.000] WARN: Static file not found: /
[14:12:02.000] WARN: Static file not found: /
[14:12:06.000] WARN: Static file not found: /
[14:12:10.000] WARN: Static file not found: /
[14:12:14.000] WARN: Static file not found: /
[14:12:18.000] WARN: Static file not found: /
[14:12:22.000] WARN: Static file not found: /
[14:12:26.000] WARN: Static file not found: /
[14:12:30.000] WARN: Static file not found: /
[14:12:34.000] WARN: Static file not found: /
[14:12:38.000] WARN: Static file not found: /
[14:12:42.000] WARN: Static file not found: /
[14:12:46.000] WARN: Static file not found: /
[14:12:50.000] WARN: Static file not found: /
[14:12:54.000] WARN: Static file not found: /
[14:12:58.000] WARN: Static file not found: /
[14:13:02.000] WARN: Static file not found: /
[14:13:06.000] WARN: Static file not found: /
[14:13:10.000] WARN: Static file not found: /
[14:13:14.000] WARN: Static file not found: /
[14:13:18.000] WARN: Static file not found: /
[14:13:22.000] WARN: Static file not found: /
[14:13:26.000] WARN: Static file not found: /
[14:13:30.000] WARN: Static file not found: /
[14:13:34.000] WARN: Static file not found: /
[14:13:38.000] WARN: Static file not found: /
[14:13:42.000] WARN: Static file not found: /
[14:13:46.000] WARN: Static file not found: /
[14:13:50.000] WARN: Static file not found: /
[14:13:54.000] WARN: Static file not found: /
[14:13:58.000] WARN: Static file not found: /
[14:14:02.000] WARN: Static file not found: /
[14:14:06.000] WARN: Static file not found: /
[14:14:10.000] WARN: Static file not found: /
[14:14:14.000] WARN: Static file not found: /
[14:14:18.000] WARN: Static file not found: /
[14:14:22.000] WARN: Static file not found: /
[14:14:26.000] WARN: Static file not found: /
[14:14:30.000] WARN: Static file not found: /
[14:14:34.000] WARN: Static file not found: /
[14:14:38.000] WARN: Static file not found: /
[14:14:42.000] WARN: Static file not found: /
[14:14:46.000] WARN: Static file not found: /
[14:14:50.000] WARN: Static file not found: /
[14:14:54.000] WARN: Static file not found: /
[14:14:58.000] WARN: Static file not found: /
[14:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[14:15:02.000] WARN: Static file not found: /
[14:15:06.000] WARN: Static file not found: /
[14:15:10.000] WARN: Static file not found: /
[14:15:15.000] WARN: Static file not found: /
[14:15:18.000] WARN: Static file not found: /
[14:15:22.000] WARN: Static file not found: /
[14:15:26.000] WARN: Static file not found: /
[14:15:30.000] WARN: Static file not found: /
[14:15:34.000] WARN: Static file not found: /
[14:15:38.000] WARN: Static file not found: /
[14:15:42.000] WARN: Static file not found: /
[14:15:46.000] WARN: Static file not found: /
[14:15:50.000] WARN: Static file not found: /
[14:15:54.000] WARN: Static file not found: /
[14:15:58.000] WARN: Static file not found: /
[14:16:02.000] WARN: Static file not found: /
[14:16:06.000] WARN: Static file not found: /
[14:16:10.000] WARN: Static file not found: /
[14:16:14.000] WARN: Static file not found: /
[14:16:18.000] WARN: Static file not found: /
[14:16:22.000] WARN: Static file not found: /
[14:16:26.000] WARN: Static file not found: /
[14:16:30.000] WARN: Static file not found: /
[14:16:34.000] WARN: Static file not found: /
[14:16:38.000] WARN: Static file not found: /
[14:16:42.000] WARN: Static file not found: /
[14:16:46.000] WARN: Static file not found: /
[14:16:50.000] WARN: Static file not found: /
[14:16:54.000] WARN: Static file not found: /
[14:16:58.000] WARN: Static file not found: /
[14:17:02.000] WARN: Static file not found: /
[14:17:06.000] WARN: Static file not found: /
[14:17:10.000] WARN: Static file not found: /
[14:17:14.000] WARN: Static file not found: /
[14:17:18.000] WARN: Static file not found: /
[14:17:22.000] WARN: Static file not found: /
[14:17:26.000] WARN: Static file not found: /
[14:17:30.000] WARN: Static file not found: /
[14:17:34.000] WARN: Static file not found: /
[14:17:38.000] WARN: Static file not found: /
[14:17:42.000] WARN: Static file not found: /
[14:17:46.000] WARN: Static file not found: /
[14:17:50.000] WARN: Static file not found: /
[14:17:54.000] WARN: Static file not found: /
[14:17:58.000] WARN: Static file not found: /
[14:18:02.000] WARN: Static file not found: /
[14:18:06.000] WARN: Static file not found: /
[14:18:10.000] WARN: Static file not found: /
[14:18:14.000] WARN: Static file not found: /
[14:18:18.000] WARN: Static file not found: /
[14:18:22.000] WARN: Static file not found: /
[14:18:26.000] WARN: Static file not found: /
[14:18:30.000] WARN: Static file not found: /
[14:18:34.000] WARN: Static file not found: /
[14:18:38.000] WARN: Static file not found: /
[14:18:42.000] WARN: Static file not found: /
[14:18:46.000] WARN: Static file not found: /
[14:18:50.000] WARN: Static file not found: /
[14:18:54.000] WARN: Static file not found: /
[14:18:58.000] WARN: Static file not found: /
[14:19:02.000] WARN: Static file not found: /
[14:19:06.000] WARN: Static file not found: /
[14:19:10.000] WARN: Static file not found: /
[14:19:14.000] WARN: Static file not found: /
[14:19:18.000] WARN: Static file not found: /
[14:19:22.000] WARN: Static file not found: /
[14:19:26.000] WARN: Static file not found: /
[14:19:30.000] WARN: Static file not found: /
[14:19:34.000] WARN: Static file not found: /
[14:19:38.000] WARN: Static file not found: /
[14:19:42.000] WARN: Static file not found: /
[14:19:46.000] WARN: Static file not found: /
[14:19:50.000] WARN: Static file not found: /
[14:19:54.000] WARN: Static file not found: /
[14:19:58.000] WARN: Static file not found: /
[14:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:20:02.000] WARN: Static file not found: /
[14:20:06.000] WARN: Static file not found: /
[14:20:10.000] WARN: Static file not found: /
[14:20:14.000] WARN: Static file not found: /
[14:20:18.000] WARN: Static file not found: /
[14:20:22.000] WARN: Static file not found: /
[14:20:26.000] WARN: Static file not found: /
[14:20:30.000] WARN: Static file not found: /
[14:20:34.000] WARN: Static file not found: /
[14:20:38.000] WARN: Static file not found: /
[14:20:42.000] WARN: Static file not found: /
[14:20:46.000] WARN: Static file not found: /
[14:20:50.000] WARN: Static file not found: /
[14:20:54.000] WARN: Static file not found: /
[14:20:58.000] WARN: Static file not found: /
[14:21:02.000] WARN: Static file not found: /
[14:21:06.000] WARN: Static file not found: /
[14:21:10.000] WARN: Static file not found: /
[14:21:14.000] WARN: Static file not found: /
[14:21:19.000] INFO: HTTP Server is running on port 3000
[14:21:19.000] WARN: Static file not found: /
[14:21:22.000] WARN: Static file not found: /
[14:21:26.000] WARN: Static file not found: /
[14:21:30.000] WARN: Static file not found: /
[14:21:34.000] WARN: Static file not found: /
[14:21:38.000] WARN: Static file not found: /
[14:21:42.000] WARN: Static file not found: /
[14:21:46.000] WARN: Static file not found: /
[14:21:50.000] WARN: Static file not found: /
[14:21:54.000] WARN: Static file not found: /
[14:21:58.000] WARN: Static file not found: /
[14:22:02.000] WARN: Static file not found: /
[14:22:06.000] WARN: Static file not found: /
[14:22:10.000] WARN: Static file not found: /
[14:22:14.000] WARN: Static file not found: /
[14:22:18.000] WARN: Static file not found: /
[14:22:22.000] WARN: Static file not found: /
[14:22:26.000] WARN: Static file not found: /
[14:22:30.000] WARN: Static file not found: /
[14:22:34.000] WARN: Static file not found: /
[14:22:38.000] WARN: Static file not found: /
[14:22:42.000] WARN: Static file not found: /
[14:22:46.000] WARN: Static file not found: /
[14:22:50.000] WARN: Static file not found: /
[14:22:54.000] WARN: Static file not found: /
[14:22:58.000] WARN: Static file not found: /
[14:23:02.000] WARN: Static file not found: /
[14:23:06.000] WARN: Static file not found: /
[14:23:10.000] WARN: Static file not found: /
[14:23:14.000] WARN: Static file not found: /
[14:23:18.000] WARN: Static file not found: /
[14:23:22.000] WARN: Static file not found: /
[14:23:26.000] WARN: Static file not found: /
[14:23:30.000] WARN: Static file not found: /
[14:23:34.000] WARN: Static file not found: /
[14:23:38.000] WARN: Static file not found: /
[14:23:42.000] WARN: Static file not found: /
[14:23:46.000] WARN: Static file not found: /
[14:23:50.000] WARN: Static file not found: /
[14:23:54.000] WARN: Static file not found: /
[14:23:58.000] WARN: Static file not found: /
[14:24:02.000] WARN: Static file not found: /
[14:24:06.000] WARN: Static file not found: /
[14:24:10.000] WARN: Static file not found: /
[14:24:14.000] WARN: Static file not found: /
[14:24:18.000] WARN: Static file not found: /
[14:24:22.000] WARN: Static file not found: /
[14:24:27.000] WARN: Static file not found: /
[14:24:30.000] WARN: Static file not found: /
[14:24:34.000] WARN: Static file not found: /
[14:24:38.000] WARN: Static file not found: /
[14:24:42.000] WARN: Static file not found: /
[14:24:46.000] WARN: Static file not found: /
[14:24:50.000] WARN: Static file not found: /
[14:24:54.000] WARN: Static file not found: /
[14:24:58.000] WARN: Static file not found: /
[14:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:25:02.000] WARN: Static file not found: /
[14:25:06.000] WARN: Static file not found: /
[14:25:10.000] WARN: Static file not found: /
[14:25:14.000] WARN: Static file not found: /
[14:25:18.000] WARN: Static file not found: /
[14:25:22.000] WARN: Static file not found: /
[14:25:26.000] WARN: Static file not found: /
[14:25:30.000] WARN: Static file not found: /
[14:25:34.000] WARN: Static file not found: /
[14:25:38.000] WARN: Static file not found: /
[14:25:42.000] WARN: Static file not found: /
[14:25:46.000] WARN: Static file not found: /
[14:25:50.000] WARN: Static file not found: /
[14:25:54.000] WARN: Static file not found: /
[14:25:58.000] WARN: Static file not found: /
[14:26:02.000] WARN: Static file not found: /
[14:26:06.000] WARN: Static file not found: /
[14:26:10.000] WARN: Static file not found: /
[14:26:14.000] WARN: Static file not found: /
[14:26:18.000] WARN: Static file not found: /
[14:26:22.000] WARN: Static file not found: /
[14:26:26.000] WARN: Static file not found: /
[14:26:30.000] WARN: Static file not found: /
[14:26:34.000] WARN: Static file not found: /
[14:26:38.000] WARN: Static file not found: /
[14:26:42.000] WARN: Static file not found: /
[14:26:46.000] WARN: Static file not found: /
[14:26:50.000] WARN: Static file not found: /
[14:26:54.000] WARN: Static file not found: /
[14:26:58.000] WARN: Static file not found: /
[14:27:02.000] WARN: Static file not found: /
[14:27:06.000] WARN: Static file not found: /
[14:27:10.000] WARN: Static file not found: /
[14:27:14.000] WARN: Static file not found: /
[14:27:18.000] WARN: Static file not found: /
[14:27:22.000] WARN: Static file not found: /
[14:27:26.000] WARN: Static file not found: /
[14:27:30.000] WARN: Static file not found: /
[14:27:34.000] WARN: Static file not found: /
[14:27:38.000] WARN: Static file not found: /
[14:27:42.000] WARN: Static file not found: /
[14:27:46.000] WARN: Static file not found: /
[14:27:50.000] WARN: Static file not found: /
[14:27:54.000] WARN: Static file not found: /
[14:27:58.000] WARN: Static file not found: /
[14:28:02.000] WARN: Static file not found: /
[14:28:06.000] WARN: Static file not found: /
[14:28:10.000] WARN: Static file not found: /
[14:28:14.000] WARN: Static file not found: /
[14:28:18.000] WARN: Static file not found: /
[14:28:22.000] WARN: Static file not found: /
[14:28:26.000] WARN: Static file not found: /
[14:28:30.000] WARN: Static file not found: /
[14:28:34.000] WARN: Static file not found: /
[14:28:38.000] WARN: Static file not found: /
[14:28:42.000] WARN: Static file not found: /
[14:28:46.000] WARN: Static file not found: /
[14:28:51.000] WARN: Static file not found: /
[14:28:54.000] WARN: Static file not found: /
[14:28:58.000] WARN: Static file not found: /
[14:29:02.000] WARN: Static file not found: /
[14:29:06.000] WARN: Static file not found: /
[14:29:10.000] WARN: Static file not found: /
[14:29:14.000] WARN: Static file not found: /
[14:29:18.000] WARN: Static file not found: /
[14:29:22.000] WARN: Static file not found: /
[14:29:26.000] WARN: Static file not found: /
[14:29:30.000] WARN: Static file not found: /
[14:29:34.000] WARN: Static file not found: /
[14:29:38.000] WARN: Static file not found: /
[14:29:42.000] WARN: Static file not found: /
[14:29:46.000] WARN: Static file not found: /
[14:29:51.000] WARN: Static file not found: /
[14:29:54.000] WARN: Static file not found: /
[14:29:58.000] WARN: Static file not found: /
[14:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[14:30:02.000] WARN: Static file not found: /
[14:30:06.000] WARN: Static file not found: /
[14:30:10.000] WARN: Static file not found: /
[14:30:14.000] WARN: Static file not found: /
[14:30:18.000] WARN: Static file not found: /
[14:30:22.000] WARN: Static file not found: /
[14:30:26.000] WARN: Static file not found: /
[14:30:30.000] WARN: Static file not found: /
[14:30:34.000] WARN: Static file not found: /
[14:30:38.000] WARN: Static file not found: /
[14:30:42.000] WARN: Static file not found: /
[14:30:46.000] WARN: Static file not found: /
[14:30:50.000] WARN: Static file not found: /
[14:30:54.000] WARN: Static file not found: /
[14:30:58.000] WARN: Static file not found: /
[14:31:02.000] WARN: Static file not found: /
[14:31:06.000] WARN: Static file not found: /
[14:31:10.000] WARN: Static file not found: /
[14:31:14.000] WARN: Static file not found: /
[14:31:18.000] WARN: Static file not found: /
[14:31:23.000] WARN: Static file not found: /
[14:31:26.000] WARN: Static file not found: /
[14:31:30.000] WARN: Static file not found: /
[14:31:34.000] WARN: Static file not found: /
[14:31:38.000] WARN: Static file not found: /
[14:31:42.000] WARN: Static file not found: /
[14:31:46.000] WARN: Static file not found: /
[14:31:50.000] WARN: Static file not found: /
[14:31:54.000] WARN: Static file not found: /
[14:31:58.000] WARN: Static file not found: /
[14:32:02.000] WARN: Static file not found: /
[14:32:06.000] WARN: Static file not found: /
[14:32:10.000] WARN: Static file not found: /
[14:32:14.000] WARN: Static file not found: /
[14:32:18.000] WARN: Static file not found: /
[14:32:22.000] WARN: Static file not found: /
[14:32:27.000] WARN: Static file not found: /
[14:32:30.000] WARN: Static file not found: /
[14:32:34.000] WARN: Static file not found: /
[14:32:38.000] WARN: Static file not found: /
[14:32:42.000] WARN: Static file not found: /
[14:32:46.000] WARN: Static file not found: /
[14:32:50.000] WARN: Static file not found: /
[14:32:54.000] WARN: Static file not found: /
[14:32:58.000] WARN: Static file not found: /
[14:33:02.000] WARN: Static file not found: /
[14:33:06.000] WARN: Static file not found: /
[14:33:10.000] WARN: Static file not found: /
[14:33:14.000] WARN: Static file not found: /
[14:33:18.000] WARN: Static file not found: /
[14:33:22.000] WARN: Static file not found: /
[14:33:26.000] WARN: Static file not found: /
[14:33:30.000] WARN: Static file not found: /
[14:33:34.000] WARN: Static file not found: /
[14:33:38.000] WARN: Static file not found: /
[14:33:42.000] WARN: Static file not found: /
[14:33:46.000] WARN: Static file not found: /
[14:33:50.000] WARN: Static file not found: /
[14:33:54.000] WARN: Static file not found: /
[14:33:58.000] WARN: Static file not found: /
[14:34:02.000] WARN: Static file not found: /
[14:34:06.000] WARN: Static file not found: /
[14:34:10.000] WARN: Static file not found: /
[14:34:14.000] WARN: Static file not found: /
[14:34:18.000] WARN: Static file not found: /
[14:34:22.000] WARN: Static file not found: /
[14:34:26.000] WARN: Static file not found: /
[14:34:30.000] WARN: Static file not found: /
[14:34:34.000] WARN: Static file not found: /
[14:34:38.000] WARN: Static file not found: /
[14:34:42.000] WARN: Static file not found: /
[14:34:46.000] WARN: Static file not found: /
[14:34:50.000] WARN: Static file not found: /
[14:34:54.000] WARN: Static file not found: /
[14:34:58.000] WARN: Static file not found: /
[14:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:35:02.000] WARN: Static file not found: /
[14:35:11.000] INFO: HTTP Server is running on port 3000
[14:35:11.000] WARN: Static file not found: /
[14:35:14.000] WARN: Static file not found: /
[14:35:18.000] WARN: Static file not found: /
[14:35:23.000] WARN: Static file not found: /
[14:35:26.000] WARN: Static file not found: /
[14:35:30.000] WARN: Static file not found: /
[14:35:34.000] WARN: Static file not found: /
[14:35:38.000] WARN: Static file not found: /
[14:35:42.000] WARN: Static file not found: /
[14:35:47.000] WARN: Static file not found: /
[14:35:50.000] WARN: Static file not found: /
[14:35:54.000] WARN: Static file not found: /
[14:35:58.000] WARN: Static file not found: /
[14:36:02.000] WARN: Static file not found: /
[14:36:06.000] WARN: Static file not found: /
[14:36:10.000] WARN: Static file not found: /
[14:36:14.000] WARN: Static file not found: /
[14:36:18.000] WARN: Static file not found: /
[14:36:22.000] WARN: Static file not found: /
[14:36:27.000] WARN: Static file not found: /
[14:36:30.000] WARN: Static file not found: /
[14:36:34.000] WARN: Static file not found: /
[14:36:38.000] WARN: Static file not found: /
[14:36:42.000] WARN: Static file not found: /
[14:36:46.000] WARN: Static file not found: /
[14:36:50.000] WARN: Static file not found: /
[14:36:54.000] WARN: Static file not found: /
[14:36:58.000] WARN: Static file not found: /
[14:37:02.000] WARN: Static file not found: /
[14:37:06.000] WARN: Static file not found: /
[14:37:10.000] WARN: Static file not found: /
[14:37:14.000] WARN: Static file not found: /
[14:37:18.000] WARN: Static file not found: /
[14:37:22.000] WARN: Static file not found: /
[14:37:26.000] WARN: Static file not found: /
[14:37:30.000] WARN: Static file not found: /
[14:37:34.000] WARN: Static file not found: /
[14:37:38.000] WARN: Static file not found: /
[14:37:42.000] WARN: Static file not found: /
[14:37:46.000] WARN: Static file not found: /
[14:37:50.000] WARN: Static file not found: /
[14:37:54.000] WARN: Static file not found: /
[14:37:58.000] WARN: Static file not found: /
[14:38:02.000] WARN: Static file not found: /
[14:38:06.000] WARN: Static file not found: /
[14:38:10.000] WARN: Static file not found: /
[14:38:14.000] WARN: Static file not found: /
[14:38:18.000] WARN: Static file not found: /
[14:38:22.000] WARN: Static file not found: /
[14:38:26.000] WARN: Static file not found: /
[14:38:30.000] WARN: Static file not found: /
[14:38:35.000] WARN: Static file not found: /
[14:38:38.000] WARN: Static file not found: /
[14:38:42.000] WARN: Static file not found: /
[14:38:46.000] WARN: Static file not found: /
[14:38:50.000] WARN: Static file not found: /
[14:38:54.000] WARN: Static file not found: /
[14:38:58.000] WARN: Static file not found: /
[14:39:02.000] WARN: Static file not found: /
[14:39:06.000] WARN: Static file not found: /
[14:39:10.000] WARN: Static file not found: /
[14:39:15.000] WARN: Static file not found: /
[14:39:18.000] WARN: Static file not found: /
[14:39:24.000] WARN: Static file not found: /
[14:39:26.000] WARN: Static file not found: /
[14:39:30.000] WARN: Static file not found: /
[14:39:34.000] WARN: Static file not found: /
[14:39:38.000] WARN: Static file not found: /
[14:39:42.000] WARN: Static file not found: /
[14:39:47.000] WARN: Static file not found: /
[14:39:50.000] WARN: Static file not found: /
[14:39:54.000] WARN: Static file not found: /
[14:39:58.000] WARN: Static file not found: /
[14:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:40:02.000] WARN: Static file not found: /
[14:40:06.000] WARN: Static file not found: /
[14:40:10.000] WARN: Static file not found: /
[14:40:15.000] WARN: Static file not found: /
[14:40:18.000] WARN: Static file not found: /
[14:40:23.000] WARN: Static file not found: /
[14:40:26.000] WARN: Static file not found: /
[14:40:30.000] WARN: Static file not found: /
[14:40:34.000] WARN: Static file not found: /
[14:40:38.000] WARN: Static file not found: /
[14:40:42.000] WARN: Static file not found: /
[14:40:46.000] WARN: Static file not found: /
[14:40:50.000] WARN: Static file not found: /
[14:40:54.000] WARN: Static file not found: /
[14:40:58.000] WARN: Static file not found: /
[14:41:02.000] WARN: Static file not found: /
[14:41:06.000] WARN: Static file not found: /
[14:41:10.000] WARN: Static file not found: /
[14:41:14.000] WARN: Static file not found: /
[14:41:18.000] WARN: Static file not found: /
[14:41:22.000] WARN: Static file not found: /
[14:41:26.000] WARN: Static file not found: /
[14:41:30.000] WARN: Static file not found: /
[14:41:34.000] WARN: Static file not found: /
[14:41:38.000] WARN: Static file not found: /
[14:41:42.000] WARN: Static file not found: /
[14:41:46.000] WARN: Static file not found: /
[14:41:50.000] WARN: Static file not found: /
[14:41:54.000] WARN: Static file not found: /
[14:41:58.000] WARN: Static file not found: /
[14:42:02.000] WARN: Static file not found: /
[14:42:06.000] WARN: Static file not found: /
[14:42:10.000] WARN: Static file not found: /
[14:42:14.000] WARN: Static file not found: /
[14:42:18.000] WARN: Static file not found: /
[14:42:22.000] WARN: Static file not found: /
[14:42:26.000] WARN: Static file not found: /
[14:42:30.000] WARN: Static file not found: /
[14:42:34.000] WARN: Static file not found: /
[14:42:38.000] WARN: Static file not found: /
[14:42:42.000] WARN: Static file not found: /
[14:42:46.000] WARN: Static file not found: /
[14:42:50.000] WARN: Static file not found: /
[14:42:54.000] WARN: Static file not found: /
[14:42:58.000] WARN: Static file not found: /
[14:43:02.000] WARN: Static file not found: /
[14:43:06.000] WARN: Static file not found: /
[14:43:10.000] WARN: Static file not found: /
[14:43:14.000] WARN: Static file not found: /
[14:43:18.000] WARN: Static file not found: /
[14:43:22.000] WARN: Static file not found: /
[14:43:26.000] WARN: Static file not found: /
[14:43:31.000] WARN: Static file not found: /
[14:43:34.000] WARN: Static file not found: /
[14:43:38.000] WARN: Static file not found: /
[14:43:42.000] WARN: Static file not found: /
[14:43:46.000] WARN: Static file not found: /
[14:43:50.000] WARN: Static file not found: /
[14:43:54.000] WARN: Static file not found: /
[14:43:58.000] WARN: Static file not found: /
[14:44:02.000] WARN: Static file not found: /
[14:44:06.000] WARN: Static file not found: /
[14:44:10.000] WARN: Static file not found: /
[14:44:14.000] WARN: Static file not found: /
[14:44:18.000] WARN: Static file not found: /
[14:44:22.000] WARN: Static file not found: /
[14:44:26.000] WARN: Static file not found: /
[14:44:30.000] WARN: Static file not found: /
[14:44:34.000] WARN: Static file not found: /
[14:44:38.000] WARN: Static file not found: /
[14:44:42.000] WARN: Static file not found: /
[14:44:46.000] WARN: Static file not found: /
[14:44:50.000] WARN: Static file not found: /
[14:44:55.000] WARN: Static file not found: /
[14:44:58.000] WARN: Static file not found: /
[14:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:45:02.000] WARN: Static file not found: /
[14:45:06.000] WARN: Static file not found: /
[14:45:10.000] WARN: Static file not found: /
[14:45:14.000] WARN: Static file not found: /
[14:45:18.000] WARN: Static file not found: /
[14:45:22.000] WARN: Static file not found: /
[14:45:26.000] WARN: Static file not found: /
[14:45:30.000] WARN: Static file not found: /
[14:45:34.000] WARN: Static file not found: /
[14:45:38.000] WARN: Static file not found: /
[14:45:42.000] WARN: Static file not found: /
[14:45:46.000] WARN: Static file not found: /
[14:45:50.000] WARN: Static file not found: /
[14:45:54.000] WARN: Static file not found: /
[14:45:58.000] WARN: Static file not found: /
[14:46:02.000] WARN: Static file not found: /
[14:46:06.000] WARN: Static file not found: /
[14:46:10.000] WARN: Static file not found: /
[14:46:14.000] WARN: Static file not found: /
[14:46:18.000] WARN: Static file not found: /
[14:46:22.000] WARN: Static file not found: /
[14:46:26.000] WARN: Static file not found: /
[14:46:30.000] WARN: Static file not found: /
[14:46:34.000] WARN: Static file not found: /
[14:46:38.000] WARN: Static file not found: /
[14:46:42.000] WARN: Static file not found: /
[14:46:46.000] WARN: Static file not found: /
[14:46:50.000] WARN: Static file not found: /
[14:46:54.000] WARN: Static file not found: /
[14:46:58.000] WARN: Static file not found: /
[14:47:02.000] WARN: Static file not found: /
[14:47:06.000] WARN: Static file not found: /
[14:47:10.000] WARN: Static file not found: /
[14:47:14.000] WARN: Static file not found: /
[14:47:18.000] WARN: Static file not found: /
[14:47:22.000] WARN: Static file not found: /
[14:47:27.000] WARN: Static file not found: /
[14:47:30.000] WARN: Static file not found: /
[14:47:37.000] WARN: Static file not found: /
[14:47:38.000] WARN: Static file not found: /
[14:47:42.000] WARN: Static file not found: /
[14:47:46.000] WARN: Static file not found: /
[14:47:50.000] WARN: Static file not found: /
[14:47:55.000] WARN: Static file not found: /
[14:47:58.000] WARN: Static file not found: /
[14:48:02.000] WARN: Static file not found: /
[14:48:06.000] WARN: Static file not found: /
[14:48:10.000] WARN: Static file not found: /
[14:48:14.000] WARN: Static file not found: /
[14:48:18.000] WARN: Static file not found: /
[14:48:22.000] WARN: Static file not found: /
[14:48:26.000] WARN: Static file not found: /
[14:48:30.000] WARN: Static file not found: /
[14:48:34.000] WARN: Static file not found: /
[14:48:38.000] WARN: Static file not found: /
[14:48:42.000] WARN: Static file not found: /
[14:48:46.000] WARN: Static file not found: /
[14:48:50.000] WARN: Static file not found: /
[14:48:54.000] WARN: Static file not found: /
[14:48:58.000] WARN: Static file not found: /
[14:49:02.000] WARN: Static file not found: /
[14:49:06.000] WARN: Static file not found: /
[14:49:10.000] WARN: Static file not found: /
[14:49:14.000] WARN: Static file not found: /
[14:49:18.000] WARN: Static file not found: /
[14:49:22.000] WARN: Static file not found: /
[14:49:26.000] WARN: Static file not found: /
[14:49:30.000] WARN: Static file not found: /
[14:49:34.000] WARN: Static file not found: /
[14:49:38.000] WARN: Static file not found: /
[14:49:42.000] WARN: Static file not found: /
[14:49:47.000] WARN: Static file not found: /
[14:49:50.000] WARN: Static file not found: /
[14:49:54.000] WARN: Static file not found: /
[14:49:58.000] WARN: Static file not found: /
[14:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:50:02.000] WARN: Static file not found: /
[14:50:06.000] WARN: Static file not found: /
[14:50:10.000] WARN: Static file not found: /
[14:50:14.000] WARN: Static file not found: /
[14:50:18.000] WARN: Static file not found: /
[14:50:22.000] WARN: Static file not found: /
[14:50:26.000] WARN: Static file not found: /
[14:50:30.000] WARN: Static file not found: /
[14:50:34.000] WARN: Static file not found: /
[14:50:38.000] WARN: Static file not found: /
[14:50:42.000] WARN: Static file not found: /
[14:50:46.000] WARN: Static file not found: /
[14:50:50.000] WARN: Static file not found: /
[14:50:54.000] WARN: Static file not found: /
[14:50:59.000] WARN: Static file not found: /
[14:51:02.000] WARN: Static file not found: /
[14:51:06.000] WARN: Static file not found: /
[14:51:10.000] WARN: Static file not found: /
[14:51:14.000] WARN: Static file not found: /
[14:51:18.000] WARN: Static file not found: /
[14:51:22.000] WARN: Static file not found: /
[14:51:26.000] WARN: Static file not found: /
[14:51:30.000] WARN: Static file not found: /
[14:51:34.000] WARN: Static file not found: /
[14:51:38.000] WARN: Static file not found: /
[14:51:42.000] WARN: Static file not found: /
[14:51:46.000] WARN: Static file not found: /
[14:51:50.000] WARN: Static file not found: /
[14:51:54.000] WARN: Static file not found: /
[14:51:58.000] WARN: Static file not found: /
[14:52:02.000] WARN: Static file not found: /
[14:52:06.000] WARN: Static file not found: /
[14:52:10.000] WARN: Static file not found: /
[14:52:14.000] WARN: Static file not found: /
[14:52:18.000] WARN: Static file not found: /
[14:52:22.000] WARN: Static file not found: /
[14:52:26.000] WARN: Static file not found: /
[14:52:30.000] WARN: Static file not found: /
[14:52:34.000] WARN: Static file not found: /
[14:52:38.000] WARN: Static file not found: /
[14:52:42.000] WARN: Static file not found: /
[14:52:46.000] WARN: Static file not found: /
[14:52:50.000] WARN: Static file not found: /
[14:52:54.000] WARN: Static file not found: /
[14:52:58.000] WARN: Static file not found: /
[14:53:02.000] WARN: Static file not found: /
[14:53:07.000] WARN: Static file not found: /
[14:53:10.000] WARN: Static file not found: /
[14:53:14.000] WARN: Static file not found: /
[14:53:18.000] WARN: Static file not found: /
[14:53:22.000] WARN: Static file not found: /
[14:53:26.000] WARN: Static file not found: /
[14:53:30.000] WARN: Static file not found: /
[14:53:34.000] WARN: Static file not found: /
[14:53:38.000] WARN: Static file not found: /
[14:53:42.000] WARN: Static file not found: /
[14:53:46.000] WARN: Static file not found: /
[14:53:50.000] WARN: Static file not found: /
[14:53:54.000] WARN: Static file not found: /
[14:53:58.000] WARN: Static file not found: /
[14:54:02.000] WARN: Static file not found: /
[14:54:06.000] WARN: Static file not found: /
[14:54:10.000] WARN: Static file not found: /
[14:54:14.000] WARN: Static file not found: /
[14:54:18.000] WARN: Static file not found: /
[14:54:22.000] WARN: Static file not found: /
[14:54:26.000] WARN: Static file not found: /
[14:54:30.000] WARN: Static file not found: /
[14:54:34.000] WARN: Static file not found: /
[14:54:38.000] WARN: Static file not found: /
[14:54:42.000] WARN: Static file not found: /
[14:54:46.000] WARN: Static file not found: /
[14:54:50.000] WARN: Static file not found: /
[14:54:54.000] WARN: Static file not found: /
[14:54:58.000] WARN: Static file not found: /
[14:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[14:55:02.000] WARN: Static file not found: /
[14:55:06.000] WARN: Static file not found: /
[14:55:10.000] WARN: Static file not found: /
[14:55:14.000] WARN: Static file not found: /
[14:55:18.000] WARN: Static file not found: /
[14:55:22.000] WARN: Static file not found: /
[14:55:26.000] WARN: Static file not found: /
[14:55:30.000] WARN: Static file not found: /
[14:55:34.000] WARN: Static file not found: /
[14:55:38.000] WARN: Static file not found: /
[14:55:42.000] WARN: Static file not found: /
[14:55:46.000] WARN: Static file not found: /
[14:55:50.000] WARN: Static file not found: /
[14:55:54.000] WARN: Static file not found: /
[14:55:58.000] WARN: Static file not found: /
[14:56:03.000] WARN: Static file not found: /
[14:56:06.000] WARN: Static file not found: /
[14:56:10.000] WARN: Static file not found: /
[14:56:14.000] WARN: Static file not found: /
[14:56:18.000] WARN: Static file not found: /
[14:56:22.000] WARN: Static file not found: /
[14:56:26.000] WARN: Static file not found: /
[14:56:31.000] WARN: Static file not found: /
[14:56:34.000] WARN: Static file not found: /
[14:56:39.000] WARN: Static file not found: /
[14:56:42.000] WARN: Static file not found: /
[14:56:46.000] WARN: Static file not found: /
[14:56:50.000] WARN: Static file not found: /
[14:56:54.000] WARN: Static file not found: /
[14:56:58.000] WARN: Static file not found: /
[14:57:02.000] WARN: Static file not found: /
[14:57:07.000] WARN: Static file not found: /
[14:57:10.000] WARN: Static file not found: /
[14:57:14.000] WARN: Static file not found: /
[14:57:18.000] WARN: Static file not found: /
[14:57:22.000] WARN: Static file not found: /
[14:57:26.000] WARN: Static file not found: /
[14:57:30.000] WARN: Static file not found: /
[14:57:34.000] WARN: Static file not found: /
[14:57:38.000] WARN: Static file not found: /
[14:57:42.000] WARN: Static file not found: /
[14:57:46.000] WARN: Static file not found: /
[14:57:50.000] WARN: Static file not found: /
[14:57:54.000] WARN: Static file not found: /
[14:57:58.000] WARN: Static file not found: /
[14:58:02.000] WARN: Static file not found: /
[14:58:06.000] WARN: Static file not found: /
[14:58:10.000] WARN: Static file not found: /
[14:58:14.000] WARN: Static file not found: /
[14:58:18.000] WARN: Static file not found: /
[14:58:22.000] WARN: Static file not found: /
[14:58:26.000] WARN: Static file not found: /
[14:58:30.000] WARN: Static file not found: /
[14:58:35.000] WARN: Static file not found: /
[14:58:38.000] WARN: Static file not found: /
[14:58:43.000] WARN: Static file not found: /
[14:58:46.000] WARN: Static file not found: /
[14:58:50.000] WARN: Static file not found: /
[14:58:54.000] WARN: Static file not found: /
[14:58:58.000] WARN: Static file not found: /
[14:59:02.000] WARN: Static file not found: /
[14:59:06.000] WARN: Static file not found: /
[14:59:10.000] WARN: Static file not found: /
[14:59:14.000] WARN: Static file not found: /
[14:59:18.000] WARN: Static file not found: /
[14:59:22.000] WARN: Static file not found: /
[14:59:26.000] WARN: Static file not found: /
[14:59:30.000] WARN: Static file not found: /
[14:59:34.000] WARN: Static file not found: /
[14:59:38.000] WARN: Static file not found: /
[14:59:42.000] WARN: Static file not found: /
[14:59:46.000] WARN: Static file not found: /
[14:59:50.000] WARN: Static file not found: /
[14:59:54.000] WARN: Static file not found: /
[14:59:58.000] WARN: Static file not found: /
[15:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[15:00:02.000] WARN: Static file not found: /
[15:00:06.000] WARN: Static file not found: /
[15:00:10.000] WARN: Static file not found: /
[15:00:14.000] WARN: Static file not found: /
[15:00:18.000] WARN: Static file not found: /
[15:00:22.000] WARN: Static file not found: /
[15:00:26.000] WARN: Static file not found: /
[15:00:30.000] WARN: Static file not found: /
[15:00:34.000] WARN: Static file not found: /
[15:00:38.000] WARN: Static file not found: /
[15:00:42.000] WARN: Static file not found: /
[15:00:46.000] WARN: Static file not found: /
[15:00:50.000] WARN: Static file not found: /
[15:00:54.000] WARN: Static file not found: /
[15:00:58.000] WARN: Static file not found: /
[15:01:02.000] WARN: Static file not found: /
[15:01:06.000] WARN: Static file not found: /
[15:01:10.000] WARN: Static file not found: /
[15:01:14.000] WARN: Static file not found: /
[15:01:18.000] WARN: Static file not found: /
[15:01:22.000] WARN: Static file not found: /
[15:01:26.000] WARN: Static file not found: /
[15:01:30.000] WARN: Static file not found: /
[15:01:34.000] WARN: Static file not found: /
[15:01:38.000] WARN: Static file not found: /
[15:01:42.000] WARN: Static file not found: /
[15:01:46.000] WARN: Static file not found: /
[15:01:50.000] WARN: Static file not found: /
[15:01:54.000] WARN: Static file not found: /
[15:01:58.000] WARN: Static file not found: /
[15:02:02.000] WARN: Static file not found: /
[15:02:06.000] WARN: Static file not found: /
[15:02:10.000] WARN: Static file not found: /
[15:02:14.000] WARN: Static file not found: /
[15:02:18.000] WARN: Static file not found: /
[15:02:22.000] WARN: Static file not found: /
[15:02:26.000] WARN: Static file not found: /
[15:02:30.000] WARN: Static file not found: /
[15:02:34.000] WARN: Static file not found: /
[15:02:39.000] WARN: Static file not found: /
[15:02:42.000] WARN: Static file not found: /
[15:02:46.000] WARN: Static file not found: /
[15:02:50.000] WARN: Static file not found: /
[15:02:54.000] WARN: Static file not found: /
[15:02:58.000] WARN: Static file not found: /
[15:03:02.000] WARN: Static file not found: /
[15:03:06.000] WARN: Static file not found: /
[15:03:10.000] WARN: Static file not found: /
[15:03:14.000] WARN: Static file not found: /
[15:03:18.000] WARN: Static file not found: /
[15:03:22.000] WARN: Static file not found: /
[15:03:26.000] WARN: Static file not found: /
[15:03:30.000] WARN: Static file not found: /
[15:03:34.000] WARN: Static file not found: /
[15:03:38.000] WARN: Static file not found: /
[15:03:42.000] WARN: Static file not found: /
[15:03:46.000] WARN: Static file not found: /
[15:03:50.000] WARN: Static file not found: /
[15:03:54.000] WARN: Static file not found: /
[15:03:58.000] WARN: Static file not found: /
[15:04:02.000] WARN: Static file not found: /
[15:04:06.000] WARN: Static file not found: /
[15:04:10.000] WARN: Static file not found: /
[15:04:14.000] WARN: Static file not found: /
[15:04:18.000] WARN: Static file not found: /
[15:04:22.000] WARN: Static file not found: /
[15:04:26.000] WARN: Static file not found: /
[15:04:30.000] WARN: Static file not found: /
[15:04:34.000] WARN: Static file not found: /
[15:04:38.000] WARN: Static file not found: /
[15:04:42.000] WARN: Static file not found: /
[15:04:46.000] WARN: Static file not found: /
[15:04:50.000] WARN: Static file not found: /
[15:04:54.000] WARN: Static file not found: /
[15:04:58.000] WARN: Static file not found: /
[15:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:05:02.000] WARN: Static file not found: /
[15:05:06.000] WARN: Static file not found: /
[15:05:10.000] WARN: Static file not found: /
[15:05:14.000] WARN: Static file not found: /
[15:05:18.000] WARN: Static file not found: /
[15:05:22.000] WARN: Static file not found: /
[15:05:26.000] WARN: Static file not found: /
[15:05:30.000] WARN: Static file not found: /
[15:05:34.000] WARN: Static file not found: /
[15:05:38.000] WARN: Static file not found: /
[15:05:42.000] WARN: Static file not found: /
[15:05:46.000] WARN: Static file not found: /
[15:05:50.000] WARN: Static file not found: /
[15:05:54.000] WARN: Static file not found: /
[15:05:58.000] WARN: Static file not found: /
[15:06:02.000] WARN: Static file not found: /
[15:06:06.000] WARN: Static file not found: /
[15:06:10.000] WARN: Static file not found: /
[15:06:14.000] WARN: Static file not found: /
[15:06:18.000] WARN: Static file not found: /
[15:06:22.000] WARN: Static file not found: /
[15:06:26.000] WARN: Static file not found: /
[15:06:30.000] WARN: Static file not found: /
[15:06:34.000] WARN: Static file not found: /
[15:06:38.000] WARN: Static file not found: /
[15:06:42.000] WARN: Static file not found: /
[15:06:46.000] WARN: Static file not found: /
[15:06:50.000] WARN: Static file not found: /
[15:06:54.000] WARN: Static file not found: /
[15:06:58.000] WARN: Static file not found: /
[15:07:02.000] WARN: Static file not found: /
[15:07:06.000] WARN: Static file not found: /
[15:07:10.000] WARN: Static file not found: /
[15:07:15.000] WARN: Static file not found: /
[15:07:18.000] WARN: Static file not found: /
[15:07:23.000] WARN: Static file not found: /
[15:07:26.000] WARN: Static file not found: /
[15:07:30.000] WARN: Static file not found: /
[15:07:34.000] WARN: Static file not found: /
[15:07:38.000] WARN: Static file not found: /
[15:07:42.000] WARN: Static file not found: /
[15:07:46.000] WARN: Static file not found: /
[15:07:50.000] WARN: Static file not found: /
[15:07:54.000] WARN: Static file not found: /
[15:07:58.000] WARN: Static file not found: /
[15:08:02.000] WARN: Static file not found: /
[15:08:06.000] WARN: Static file not found: /
[15:08:10.000] WARN: Static file not found: /
[15:08:14.000] WARN: Static file not found: /
[15:08:18.000] WARN: Static file not found: /
[15:08:22.000] WARN: Static file not found: /
[15:08:27.000] WARN: Static file not found: /
[15:08:30.000] WARN: Static file not found: /
[15:08:34.000] WARN: Static file not found: /
[15:08:38.000] WARN: Static file not found: /
[15:08:42.000] WARN: Static file not found: /
[15:08:46.000] WARN: Static file not found: /
[15:08:50.000] WARN: Static file not found: /
[15:08:54.000] WARN: Static file not found: /
[15:08:58.000] WARN: Static file not found: /
[15:09:02.000] WARN: Static file not found: /
[15:09:06.000] WARN: Static file not found: /
[15:09:10.000] WARN: Static file not found: /
[15:09:14.000] WARN: Static file not found: /
[15:09:18.000] WARN: Static file not found: /
[15:09:22.000] WARN: Static file not found: /
[15:09:26.000] WARN: Static file not found: /
[15:09:30.000] WARN: Static file not found: /
[15:09:34.000] WARN: Static file not found: /
[15:09:38.000] WARN: Static file not found: /
[15:09:42.000] WARN: Static file not found: /
[15:09:46.000] WARN: Static file not found: /
[15:09:50.000] WARN: Static file not found: /
[15:09:54.000] WARN: Static file not found: /
[15:09:58.000] WARN: Static file not found: /
[15:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:10:02.000] WARN: Static file not found: /
[15:10:06.000] WARN: Static file not found: /
[15:10:10.000] WARN: Static file not found: /
[15:10:14.000] WARN: Static file not found: /
[15:10:18.000] WARN: Static file not found: /
[15:10:22.000] WARN: Static file not found: /
[15:10:26.000] WARN: Static file not found: /
[15:10:30.000] WARN: Static file not found: /
[15:10:34.000] WARN: Static file not found: /
[15:10:38.000] WARN: Static file not found: /
[15:10:42.000] WARN: Static file not found: /
[15:10:46.000] WARN: Static file not found: /
[15:10:50.000] WARN: Static file not found: /
[15:10:54.000] WARN: Static file not found: /
[15:10:58.000] WARN: Static file not found: /
[15:11:02.000] WARN: Static file not found: /
[15:11:06.000] WARN: Static file not found: /
[15:11:10.000] WARN: Static file not found: /
[15:11:14.000] WARN: Static file not found: /
[15:11:18.000] WARN: Static file not found: /
[15:11:23.000] WARN: Static file not found: /
[15:11:26.000] WARN: Static file not found: /
[15:11:30.000] WARN: Static file not found: /
[15:11:34.000] WARN: Static file not found: /
[15:11:38.000] WARN: Static file not found: /
[15:11:42.000] WARN: Static file not found: /
[15:11:46.000] WARN: Static file not found: /
[15:11:50.000] WARN: Static file not found: /
[15:11:54.000] WARN: Static file not found: /
[15:11:58.000] WARN: Static file not found: /
[15:12:02.000] WARN: Static file not found: /
[15:12:06.000] WARN: Static file not found: /
[15:12:10.000] WARN: Static file not found: /
[15:12:14.000] WARN: Static file not found: /
[15:12:18.000] WARN: Static file not found: /
[15:12:22.000] WARN: Static file not found: /
[15:12:26.000] WARN: Static file not found: /
[15:12:31.000] WARN: Static file not found: /
[15:12:34.000] WARN: Static file not found: /
[15:12:38.000] WARN: Static file not found: /
[15:12:42.000] WARN: Static file not found: /
[15:12:46.000] WARN: Static file not found: /
[15:12:50.000] WARN: Static file not found: /
[15:12:54.000] WARN: Static file not found: /
[15:12:58.000] WARN: Static file not found: /
[15:13:03.000] WARN: Static file not found: /
[15:13:06.000] WARN: Static file not found: /
[15:13:10.000] WARN: Static file not found: /
[15:13:14.000] WARN: Static file not found: /
[15:13:18.000] WARN: Static file not found: /
[15:13:22.000] WARN: Static file not found: /
[15:13:26.000] WARN: Static file not found: /
[15:13:30.000] WARN: Static file not found: /
[15:13:35.000] WARN: Static file not found: /
[15:13:38.000] WARN: Static file not found: /
[15:13:42.000] WARN: Static file not found: /
[15:13:46.000] WARN: Static file not found: /
[15:13:50.000] WARN: Static file not found: /
[15:13:55.000] WARN: Static file not found: /
[15:13:58.000] WARN: Static file not found: /
[15:14:02.000] WARN: Static file not found: /
[15:14:06.000] WARN: Static file not found: /
[15:14:10.000] WARN: Static file not found: /
[15:14:14.000] WARN: Static file not found: /
[15:14:18.000] WARN: Static file not found: /
[15:14:22.000] WARN: Static file not found: /
[15:14:26.000] WARN: Static file not found: /
[15:14:30.000] WARN: Static file not found: /
[15:14:34.000] WARN: Static file not found: /
[15:14:38.000] WARN: Static file not found: /
[15:14:42.000] WARN: Static file not found: /
[15:14:46.000] WARN: Static file not found: /
[15:14:50.000] WARN: Static file not found: /
[15:14:54.000] WARN: Static file not found: /
[15:14:58.000] WARN: Static file not found: /
[15:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[15:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:15:02.000] WARN: Static file not found: /
[15:15:06.000] WARN: Static file not found: /
[15:15:10.000] WARN: Static file not found: /
[15:15:14.000] WARN: Static file not found: /
[15:15:18.000] WARN: Static file not found: /
[15:15:22.000] WARN: Static file not found: /
[15:15:26.000] WARN: Static file not found: /
[15:15:30.000] WARN: Static file not found: /
[15:15:34.000] WARN: Static file not found: /
[15:15:38.000] WARN: Static file not found: /
[15:15:42.000] WARN: Static file not found: /
[15:15:46.000] WARN: Static file not found: /
[15:15:50.000] WARN: Static file not found: /
[15:15:54.000] WARN: Static file not found: /
[15:15:58.000] WARN: Static file not found: /
[15:16:02.000] WARN: Static file not found: /
[15:16:06.000] WARN: Static file not found: /
[15:16:10.000] WARN: Static file not found: /
[15:16:14.000] WARN: Static file not found: /
[15:16:18.000] WARN: Static file not found: /
[15:16:22.000] WARN: Static file not found: /
[15:16:26.000] WARN: Static file not found: /
[15:16:31.000] WARN: Static file not found: /
[15:16:34.000] WARN: Static file not found: /
[15:16:40.000] WARN: Static file not found: /
[15:16:44.000] WARN: Static file not found: /
[15:16:46.000] WARN: Static file not found: /
[15:16:50.000] WARN: Static file not found: /
[15:16:54.000] WARN: Static file not found: /
[15:16:58.000] WARN: Static file not found: /
[15:17:02.000] WARN: Static file not found: /
[15:17:06.000] WARN: Static file not found: /
[15:17:10.000] WARN: Static file not found: /
[15:17:14.000] WARN: Static file not found: /
[15:17:18.000] WARN: Static file not found: /
[15:17:22.000] WARN: Static file not found: /
[15:17:26.000] WARN: Static file not found: /
[15:17:31.000] WARN: Static file not found: /
[15:17:34.000] WARN: Static file not found: /
[15:17:38.000] WARN: Static file not found: /
[15:17:45.000] WARN: Static file not found: /
[15:17:46.000] WARN: Static file not found: /
[15:17:50.000] WARN: Static file not found: /
[15:17:54.000] WARN: Static file not found: /
[15:17:58.000] WARN: Static file not found: /
[15:18:02.000] WARN: Static file not found: /
[15:18:06.000] WARN: Static file not found: /
[15:18:10.000] WARN: Static file not found: /
[15:18:14.000] WARN: Static file not found: /
[15:18:18.000] WARN: Static file not found: /
[15:18:22.000] WARN: Static file not found: /
[15:18:26.000] WARN: Static file not found: /
[15:18:30.000] WARN: Static file not found: /
[15:18:34.000] WARN: Static file not found: /
[15:18:38.000] WARN: Static file not found: /
[15:18:42.000] WARN: Static file not found: /
[15:18:46.000] WARN: Static file not found: /
[15:18:50.000] WARN: Static file not found: /
[15:18:54.000] WARN: Static file not found: /
[15:18:58.000] WARN: Static file not found: /
[15:19:02.000] WARN: Static file not found: /
[15:19:06.000] WARN: Static file not found: /
[15:19:10.000] WARN: Static file not found: /
[15:19:14.000] WARN: Static file not found: /
[15:19:18.000] WARN: Static file not found: /
[15:19:22.000] WARN: Static file not found: /
[15:19:26.000] WARN: Static file not found: /
[15:19:30.000] WARN: Static file not found: /
[15:19:34.000] WARN: Static file not found: /
[15:19:38.000] WARN: Static file not found: /
[15:19:42.000] WARN: Static file not found: /
[15:19:46.000] WARN: Static file not found: /
[15:19:50.000] WARN: Static file not found: /
[15:19:54.000] WARN: Static file not found: /
[15:19:58.000] WARN: Static file not found: /
[15:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:20:02.000] WARN: Static file not found: /
[15:20:07.000] WARN: Static file not found: /
[15:20:10.000] WARN: Static file not found: /
[15:20:14.000] WARN: Static file not found: /
[15:20:18.000] WARN: Static file not found: /
[15:20:22.000] WARN: Static file not found: /
[15:20:26.000] WARN: Static file not found: /
[15:20:32.000] WARN: Static file not found: /
[15:20:34.000] WARN: Static file not found: /
[15:20:38.000] WARN: Static file not found: /
[15:20:42.000] WARN: Static file not found: /
[15:20:46.000] WARN: Static file not found: /
[15:20:50.000] WARN: Static file not found: /
[15:20:54.000] WARN: Static file not found: /
[15:20:58.000] WARN: Static file not found: /
[15:21:02.000] WARN: Static file not found: /
[15:21:06.000] WARN: Static file not found: /
[15:21:10.000] WARN: Static file not found: /
[15:21:14.000] WARN: Static file not found: /
[15:21:18.000] WARN: Static file not found: /
[15:21:22.000] WARN: Static file not found: /
[15:21:26.000] WARN: Static file not found: /
[15:21:30.000] WARN: Static file not found: /
[15:21:34.000] WARN: Static file not found: /
[15:21:38.000] WARN: Static file not found: /
[15:21:42.000] WARN: Static file not found: /
[15:21:46.000] WARN: Static file not found: /
[15:21:50.000] WARN: Static file not found: /
[15:21:54.000] WARN: Static file not found: /
[15:21:58.000] WARN: Static file not found: /
[15:22:02.000] WARN: Static file not found: /
[15:22:06.000] WARN: Static file not found: /
[15:22:10.000] WARN: Static file not found: /
[15:22:14.000] WARN: Static file not found: /
[15:22:18.000] WARN: Static file not found: /
[15:22:22.000] WARN: Static file not found: /
[15:22:26.000] WARN: Static file not found: /
[15:22:30.000] WARN: Static file not found: /
[15:22:34.000] WARN: Static file not found: /
[15:22:38.000] WARN: Static file not found: /
[15:22:42.000] WARN: Static file not found: /
[15:22:46.000] WARN: Static file not found: /
[15:22:50.000] WARN: Static file not found: /
[15:22:54.000] WARN: Static file not found: /
[15:22:58.000] WARN: Static file not found: /
[15:23:02.000] WARN: Static file not found: /
[15:23:06.000] WARN: Static file not found: /
[15:23:10.000] WARN: Static file not found: /
[15:23:14.000] WARN: Static file not found: /
[15:23:18.000] WARN: Static file not found: /
[15:23:22.000] WARN: Static file not found: /
[15:23:27.000] WARN: Static file not found: /
[15:23:30.000] WARN: Static file not found: /
[15:23:34.000] WARN: Static file not found: /
[15:23:38.000] WARN: Static file not found: /
[15:23:42.000] WARN: Static file not found: /
[15:23:46.000] WARN: Static file not found: /
[15:23:50.000] WARN: Static file not found: /
[15:23:54.000] WARN: Static file not found: /
[15:23:58.000] WARN: Static file not found: /
[15:24:02.000] WARN: Static file not found: /
[15:24:06.000] WARN: Static file not found: /
[15:24:10.000] WARN: Static file not found: /
[15:24:14.000] WARN: Static file not found: /
[15:24:18.000] WARN: Static file not found: /
[15:24:22.000] WARN: Static file not found: /
[15:24:26.000] WARN: Static file not found: /
[15:24:30.000] WARN: Static file not found: /
[15:24:34.000] WARN: Static file not found: /
[15:24:38.000] WARN: Static file not found: /
[15:24:42.000] WARN: Static file not found: /
[15:24:46.000] WARN: Static file not found: /
[15:24:50.000] WARN: Static file not found: /
[15:24:54.000] WARN: Static file not found: /
[15:24:58.000] WARN: Static file not found: /
[15:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:25:02.000] WARN: Static file not found: /
[15:25:06.000] WARN: Static file not found: /
[15:25:10.000] WARN: Static file not found: /
[15:25:14.000] WARN: Static file not found: /
[15:25:18.000] WARN: Static file not found: /
[15:25:22.000] WARN: Static file not found: /
[15:25:26.000] WARN: Static file not found: /
[15:25:30.000] WARN: Static file not found: /
[15:25:34.000] WARN: Static file not found: /
[15:25:38.000] WARN: Static file not found: /
[15:25:42.000] WARN: Static file not found: /
[15:25:46.000] WARN: Static file not found: /
[15:25:50.000] WARN: Static file not found: /
[15:25:55.000] WARN: Static file not found: /
[15:25:58.000] WARN: Static file not found: /
[15:26:03.000] WARN: Static file not found: /
[15:26:06.000] WARN: Static file not found: /
[15:26:10.000] WARN: Static file not found: /
[15:26:14.000] WARN: Static file not found: /
[15:26:18.000] WARN: Static file not found: /
[15:26:22.000] WARN: Static file not found: /
[15:26:26.000] WARN: Static file not found: /
[15:26:30.000] WARN: Static file not found: /
[15:26:34.000] WARN: Static file not found: /
[15:26:38.000] WARN: Static file not found: /
[15:26:42.000] WARN: Static file not found: /
[15:26:46.000] WARN: Static file not found: /
[15:26:50.000] WARN: Static file not found: /
[15:26:54.000] WARN: Static file not found: /
[15:26:59.000] WARN: Static file not found: /
[15:27:02.000] WARN: Static file not found: /
[15:27:06.000] WARN: Static file not found: /
[15:27:10.000] WARN: Static file not found: /
[15:27:14.000] WARN: Static file not found: /
[15:27:18.000] WARN: Static file not found: /
[15:27:22.000] WARN: Static file not found: /
[15:27:26.000] WARN: Static file not found: /
[15:27:30.000] WARN: Static file not found: /
[15:27:34.000] WARN: Static file not found: /
[15:27:38.000] WARN: Static file not found: /
[15:27:42.000] WARN: Static file not found: /
[15:27:46.000] WARN: Static file not found: /
[15:27:50.000] WARN: Static file not found: /
[15:27:54.000] WARN: Static file not found: /
[15:27:58.000] WARN: Static file not found: /
[15:28:02.000] WARN: Static file not found: /
[15:28:07.000] WARN: Static file not found: /
[15:28:10.000] WARN: Static file not found: /
[15:28:14.000] WARN: Static file not found: /
[15:28:18.000] WARN: Static file not found: /
[15:28:22.000] WARN: Static file not found: /
[15:28:26.000] WARN: Static file not found: /
[15:28:30.000] WARN: Static file not found: /
[15:28:34.000] WARN: Static file not found: /
[15:28:38.000] WARN: Static file not found: /
[15:28:42.000] WARN: Static file not found: /
[15:28:46.000] WARN: Static file not found: /
[15:28:50.000] WARN: Static file not found: /
[15:28:54.000] WARN: Static file not found: /
[15:28:58.000] WARN: Static file not found: /
[15:29:02.000] WARN: Static file not found: /
[15:29:06.000] WARN: Static file not found: /
[15:29:10.000] WARN: Static file not found: /
[15:29:14.000] WARN: Static file not found: /
[15:29:18.000] WARN: Static file not found: /
[15:29:22.000] WARN: Static file not found: /
[15:29:26.000] WARN: Static file not found: /
[15:29:30.000] WARN: Static file not found: /
[15:29:34.000] WARN: Static file not found: /
[15:29:38.000] WARN: Static file not found: /
[15:29:42.000] WARN: Static file not found: /
[15:29:46.000] WARN: Static file not found: /
[15:29:50.000] WARN: Static file not found: /
[15:29:54.000] WARN: Static file not found: /
[15:29:58.000] WARN: Static file not found: /
[15:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[15:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:30:02.000] WARN: Static file not found: /
[15:30:06.000] WARN: Static file not found: /
[15:30:10.000] WARN: Static file not found: /
[15:30:14.000] WARN: Static file not found: /
[15:30:18.000] WARN: Static file not found: /
[15:30:22.000] WARN: Static file not found: /
[15:30:26.000] WARN: Static file not found: /
[15:30:30.000] WARN: Static file not found: /
[15:30:34.000] WARN: Static file not found: /
[15:30:39.000] WARN: Static file not found: /
[15:30:42.000] WARN: Static file not found: /
[15:30:46.000] WARN: Static file not found: /
[15:30:50.000] WARN: Static file not found: /
[15:30:54.000] WARN: Static file not found: /
[15:30:58.000] WARN: Static file not found: /
[15:31:02.000] WARN: Static file not found: /
[15:31:06.000] WARN: Static file not found: /
[15:31:10.000] WARN: Static file not found: /
[15:31:14.000] WARN: Static file not found: /
[15:31:18.000] WARN: Static file not found: /
[15:31:22.000] WARN: Static file not found: /
[15:31:26.000] WARN: Static file not found: /
[15:31:30.000] WARN: Static file not found: /
[15:31:34.000] WARN: Static file not found: /
[15:31:38.000] WARN: Static file not found: /
[15:31:42.000] WARN: Static file not found: /
[15:31:46.000] WARN: Static file not found: /
[15:31:50.000] WARN: Static file not found: /
[15:31:54.000] WARN: Static file not found: /
[15:31:58.000] WARN: Static file not found: /
[15:32:02.000] WARN: Static file not found: /
[15:32:07.000] WARN: Static file not found: /
[15:32:10.000] WARN: Static file not found: /
[15:32:14.000] WARN: Static file not found: /
[15:32:18.000] WARN: Static file not found: /
[15:32:22.000] WARN: Static file not found: /
[15:32:26.000] WARN: Static file not found: /
[15:32:30.000] WARN: Static file not found: /
[15:32:34.000] WARN: Static file not found: /
[15:32:38.000] WARN: Static file not found: /
[15:32:43.000] WARN: Static file not found: /
[15:32:46.000] WARN: Static file not found: /
[15:32:50.000] WARN: Static file not found: /
[15:32:54.000] WARN: Static file not found: /
[15:32:58.000] WARN: Static file not found: /
[15:33:02.000] WARN: Static file not found: /
[15:33:06.000] WARN: Static file not found: /
[15:33:10.000] WARN: Static file not found: /
[15:33:14.000] WARN: Static file not found: /
[15:33:18.000] WARN: Static file not found: /
[15:33:22.000] WARN: Static file not found: /
[15:33:26.000] WARN: Static file not found: /
[15:33:30.000] WARN: Static file not found: /
[15:33:34.000] WARN: Static file not found: /
[15:33:38.000] WARN: Static file not found: /
[15:33:42.000] WARN: Static file not found: /
[15:33:46.000] WARN: Static file not found: /
[15:33:50.000] WARN: Static file not found: /
[15:33:54.000] WARN: Static file not found: /
[15:33:58.000] WARN: Static file not found: /
[15:34:02.000] WARN: Static file not found: /
[15:34:06.000] WARN: Static file not found: /
[15:34:10.000] WARN: Static file not found: /
[15:34:14.000] WARN: Static file not found: /
[15:34:18.000] WARN: Static file not found: /
[15:34:22.000] WARN: Static file not found: /
[15:34:26.000] WARN: Static file not found: /
[15:34:30.000] WARN: Static file not found: /
[15:34:34.000] WARN: Static file not found: /
[15:34:40.000] WARN: Static file not found: /
[15:34:42.000] WARN: Static file not found: /
[15:34:46.000] WARN: Static file not found: /
[15:34:50.000] WARN: Static file not found: /
[15:34:54.000] WARN: Static file not found: /
[15:34:58.000] WARN: Static file not found: /
[15:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:35:03.000] WARN: Static file not found: /
[15:35:06.000] WARN: Static file not found: /
[15:35:10.000] WARN: Static file not found: /
[15:35:14.000] WARN: Static file not found: /
[15:35:18.000] WARN: Static file not found: /
[15:35:22.000] WARN: Static file not found: /
[15:35:26.000] WARN: Static file not found: /
[15:35:30.000] WARN: Static file not found: /
[15:35:34.000] WARN: Static file not found: /
[15:35:38.000] WARN: Static file not found: /
[15:35:42.000] WARN: Static file not found: /
[15:35:46.000] WARN: Static file not found: /
[15:35:50.000] WARN: Static file not found: /
[15:35:54.000] WARN: Static file not found: /
[15:35:58.000] WARN: Static file not found: /
[15:36:02.000] WARN: Static file not found: /
[15:36:06.000] WARN: Static file not found: /
[15:36:10.000] WARN: Static file not found: /
[15:36:14.000] WARN: Static file not found: /
[15:36:18.000] WARN: Static file not found: /
[15:36:22.000] WARN: Static file not found: /
[15:36:26.000] WARN: Static file not found: /
[15:36:30.000] WARN: Static file not found: /
[15:36:34.000] WARN: Static file not found: /
[15:36:38.000] WARN: Static file not found: /
[15:36:42.000] WARN: Static file not found: /
[15:36:46.000] WARN: Static file not found: /
[15:36:50.000] WARN: Static file not found: /
[15:36:54.000] WARN: Static file not found: /
[15:36:58.000] WARN: Static file not found: /
[15:37:02.000] WARN: Static file not found: /
[15:37:06.000] WARN: Static file not found: /
[15:37:10.000] WARN: Static file not found: /
[15:37:14.000] WARN: Static file not found: /
[15:37:18.000] WARN: Static file not found: /
[15:37:22.000] WARN: Static file not found: /
[15:37:26.000] WARN: Static file not found: /
[15:37:30.000] WARN: Static file not found: /
[15:37:34.000] WARN: Static file not found: /
[15:37:38.000] WARN: Static file not found: /
[15:37:42.000] WARN: Static file not found: /
[15:37:46.000] WARN: Static file not found: /
[15:37:50.000] WARN: Static file not found: /
[15:37:54.000] WARN: Static file not found: /
[15:37:58.000] WARN: Static file not found: /
[15:38:02.000] WARN: Static file not found: /
[15:38:07.000] WARN: Static file not found: /
[15:38:10.000] WARN: Static file not found: /
[15:38:14.000] WARN: Static file not found: /
[15:38:18.000] WARN: Static file not found: /
[15:38:22.000] WARN: Static file not found: /
[15:38:26.000] WARN: Static file not found: /
[15:38:30.000] WARN: Static file not found: /
[15:38:34.000] WARN: Static file not found: /
[15:38:38.000] WARN: Static file not found: /
[15:38:42.000] WARN: Static file not found: /
[15:38:46.000] WARN: Static file not found: /
[15:38:50.000] WARN: Static file not found: /
[15:38:54.000] WARN: Static file not found: /
[15:38:58.000] WARN: Static file not found: /
[15:39:02.000] WARN: Static file not found: /
[15:39:06.000] WARN: Static file not found: /
[15:39:10.000] WARN: Static file not found: /
[15:39:14.000] WARN: Static file not found: /
[15:39:18.000] WARN: Static file not found: /
[15:39:22.000] WARN: Static file not found: /
[15:39:26.000] WARN: Static file not found: /
[15:39:30.000] WARN: Static file not found: /
[15:39:35.000] WARN: Static file not found: /
[15:39:38.000] WARN: Static file not found: /
[15:39:42.000] WARN: Static file not found: /
[15:39:46.000] WARN: Static file not found: /
[15:39:50.000] WARN: Static file not found: /
[15:39:55.000] WARN: Static file not found: /
[15:39:58.000] WARN: Static file not found: /
[15:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:40:02.000] WARN: Static file not found: /
[15:40:06.000] WARN: Static file not found: /
[15:40:10.000] WARN: Static file not found: /
[15:40:14.000] WARN: Static file not found: /
[15:40:18.000] WARN: Static file not found: /
[15:40:22.000] WARN: Static file not found: /
[15:40:26.000] WARN: Static file not found: /
[15:40:30.000] WARN: Static file not found: /
[15:40:34.000] WARN: Static file not found: /
[15:40:38.000] WARN: Static file not found: /
[15:40:42.000] WARN: Static file not found: /
[15:40:46.000] WARN: Static file not found: /
[15:40:50.000] WARN: Static file not found: /
[15:40:54.000] WARN: Static file not found: /
[15:40:58.000] WARN: Static file not found: /
[15:41:02.000] WARN: Static file not found: /
[15:41:06.000] WARN: Static file not found: /
[15:41:10.000] WARN: Static file not found: /
[15:41:14.000] WARN: Static file not found: /
[15:41:18.000] WARN: Static file not found: /
[15:41:22.000] WARN: Static file not found: /
[15:41:26.000] WARN: Static file not found: /
[15:41:30.000] WARN: Static file not found: /
[15:41:34.000] WARN: Static file not found: /
[15:41:38.000] WARN: Static file not found: /
[15:41:42.000] WARN: Static file not found: /
[15:41:46.000] WARN: Static file not found: /
[15:41:50.000] WARN: Static file not found: /
[15:41:54.000] WARN: Static file not found: /
[15:41:58.000] WARN: Static file not found: /
[15:42:02.000] WARN: Static file not found: /
[15:42:07.000] WARN: Static file not found: /
[15:42:10.000] WARN: Static file not found: /
[15:42:14.000] WARN: Static file not found: /
[15:42:18.000] WARN: Static file not found: /
[15:42:22.000] WARN: Static file not found: /
[15:42:26.000] WARN: Static file not found: /
[15:42:30.000] WARN: Static file not found: /
[15:42:34.000] WARN: Static file not found: /
[15:42:38.000] WARN: Static file not found: /
[15:42:42.000] WARN: Static file not found: /
[15:42:46.000] WARN: Static file not found: /
[15:42:50.000] WARN: Static file not found: /
[15:42:54.000] WARN: Static file not found: /
[15:42:58.000] WARN: Static file not found: /
[15:43:02.000] WARN: Static file not found: /
[15:43:06.000] WARN: Static file not found: /
[15:43:10.000] WARN: Static file not found: /
[15:43:14.000] WARN: Static file not found: /
[15:43:18.000] WARN: Static file not found: /
[15:43:22.000] WARN: Static file not found: /
[15:43:26.000] WARN: Static file not found: /
[15:43:30.000] WARN: Static file not found: /
[15:43:34.000] WARN: Static file not found: /
[15:43:38.000] WARN: Static file not found: /
[15:43:42.000] WARN: Static file not found: /
[15:43:46.000] WARN: Static file not found: /
[15:43:50.000] WARN: Static file not found: /
[15:43:54.000] WARN: Static file not found: /
[15:43:58.000] WARN: Static file not found: /
[15:44:02.000] WARN: Static file not found: /
[15:44:06.000] WARN: Static file not found: /
[15:44:10.000] WARN: Static file not found: /
[15:44:14.000] WARN: Static file not found: /
[15:44:18.000] WARN: Static file not found: /
[15:44:22.000] WARN: Static file not found: /
[15:44:26.000] WARN: Static file not found: /
[15:44:30.000] WARN: Static file not found: /
[15:44:34.000] WARN: Static file not found: /
[15:44:38.000] WARN: Static file not found: /
[15:44:42.000] WARN: Static file not found: /
[15:44:46.000] WARN: Static file not found: /
[15:44:51.000] WARN: Static file not found: /
[15:44:54.000] WARN: Static file not found: /
[15:44:58.000] WARN: Static file not found: /
[15:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:45:02.000] WARN: Static file not found: /
[15:45:06.000] WARN: Static file not found: /
[15:45:10.000] WARN: Static file not found: /
[15:45:14.000] WARN: Static file not found: /
[15:45:18.000] WARN: Static file not found: /
[15:45:22.000] WARN: Static file not found: /
[15:45:26.000] WARN: Static file not found: /
[15:45:30.000] WARN: Static file not found: /
[15:45:34.000] WARN: Static file not found: /
[15:45:38.000] WARN: Static file not found: /
[15:45:42.000] WARN: Static file not found: /
[15:45:47.000] WARN: Static file not found: /
[15:45:50.000] WARN: Static file not found: /
[15:45:54.000] WARN: Static file not found: /
[15:45:58.000] WARN: Static file not found: /
[15:46:02.000] WARN: Static file not found: /
[15:46:06.000] WARN: Static file not found: /
[15:46:10.000] WARN: Static file not found: /
[15:46:14.000] WARN: Static file not found: /
[15:46:18.000] WARN: Static file not found: /
[15:46:22.000] WARN: Static file not found: /
[15:46:26.000] WARN: Static file not found: /
[15:46:30.000] WARN: Static file not found: /
[15:46:34.000] WARN: Static file not found: /
[15:46:38.000] WARN: Static file not found: /
[15:46:42.000] WARN: Static file not found: /
[15:46:46.000] WARN: Static file not found: /
[15:46:50.000] WARN: Static file not found: /
[15:46:54.000] WARN: Static file not found: /
[15:46:58.000] WARN: Static file not found: /
[15:47:02.000] WARN: Static file not found: /
[15:47:06.000] WARN: Static file not found: /
[15:47:10.000] WARN: Static file not found: /
[15:47:14.000] WARN: Static file not found: /
[15:47:18.000] WARN: Static file not found: /
[15:47:22.000] WARN: Static file not found: /
[15:47:26.000] WARN: Static file not found: /
[15:47:30.000] WARN: Static file not found: /
[15:47:34.000] WARN: Static file not found: /
[15:47:38.000] WARN: Static file not found: /
[15:47:42.000] WARN: Static file not found: /
[15:47:46.000] WARN: Static file not found: /
[15:47:50.000] WARN: Static file not found: /
[15:47:54.000] WARN: Static file not found: /
[15:47:58.000] WARN: Static file not found: /
[15:48:02.000] WARN: Static file not found: /
[15:48:06.000] WARN: Static file not found: /
[15:48:11.000] WARN: Static file not found: /
[15:48:14.000] WARN: Static file not found: /
[15:48:18.000] WARN: Static file not found: /
[15:48:22.000] WARN: Static file not found: /
[15:48:26.000] WARN: Static file not found: /
[15:48:30.000] WARN: Static file not found: /
[15:48:34.000] WARN: Static file not found: /
[15:48:38.000] WARN: Static file not found: /
[15:48:42.000] WARN: Static file not found: /
[15:48:46.000] WARN: Static file not found: /
[15:48:50.000] WARN: Static file not found: /
[15:48:54.000] WARN: Static file not found: /
[15:48:58.000] WARN: Static file not found: /
[15:49:02.000] WARN: Static file not found: /
[15:49:06.000] WARN: Static file not found: /
[15:49:10.000] WARN: Static file not found: /
[15:49:14.000] WARN: Static file not found: /
[15:49:19.000] WARN: Static file not found: /
[15:49:22.000] WARN: Static file not found: /
[15:49:26.000] WARN: Static file not found: /
[15:49:30.000] WARN: Static file not found: /
[15:49:34.000] WARN: Static file not found: /
[15:49:38.000] WARN: Static file not found: /
[15:49:42.000] WARN: Static file not found: /
[15:49:46.000] WARN: Static file not found: /
[15:49:50.000] WARN: Static file not found: /
[15:49:54.000] WARN: Static file not found: /
[15:49:58.000] WARN: Static file not found: /
[15:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:50:02.000] WARN: Static file not found: /
[15:50:06.000] WARN: Static file not found: /
[15:50:10.000] WARN: Static file not found: /
[15:50:15.000] WARN: Static file not found: /
[15:50:18.000] WARN: Static file not found: /
[15:50:22.000] WARN: Static file not found: /
[15:50:26.000] WARN: Static file not found: /
[15:50:30.000] WARN: Static file not found: /
[15:50:34.000] WARN: Static file not found: /
[15:50:38.000] WARN: Static file not found: /
[15:50:42.000] WARN: Static file not found: /
[15:50:46.000] WARN: Static file not found: /
[15:50:50.000] WARN: Static file not found: /
[15:50:54.000] WARN: Static file not found: /
[15:50:58.000] WARN: Static file not found: /
[15:51:02.000] WARN: Static file not found: /
[15:51:06.000] WARN: Static file not found: /
[15:51:10.000] WARN: Static file not found: /
[15:51:14.000] WARN: Static file not found: /
[15:51:18.000] WARN: Static file not found: /
[15:51:22.000] WARN: Static file not found: /
[15:51:26.000] WARN: Static file not found: /
[15:51:30.000] WARN: Static file not found: /
[15:51:34.000] WARN: Static file not found: /
[15:51:39.000] WARN: Static file not found: /
[15:51:42.000] WARN: Static file not found: /
[15:51:46.000] WARN: Static file not found: /
[15:51:50.000] WARN: Static file not found: /
[15:51:54.000] WARN: Static file not found: /
[15:51:58.000] WARN: Static file not found: /
[15:52:02.000] WARN: Static file not found: /
[15:52:06.000] WARN: Static file not found: /
[15:52:10.000] WARN: Static file not found: /
[15:52:14.000] WARN: Static file not found: /
[15:52:18.000] WARN: Static file not found: /
[15:52:22.000] WARN: Static file not found: /
[15:52:26.000] WARN: Static file not found: /
[15:52:30.000] WARN: Static file not found: /
[15:52:34.000] WARN: Static file not found: /
[15:52:38.000] WARN: Static file not found: /
[15:52:42.000] WARN: Static file not found: /
[15:52:46.000] WARN: Static file not found: /
[15:52:50.000] WARN: Static file not found: /
[15:52:54.000] WARN: Static file not found: /
[15:52:58.000] WARN: Static file not found: /
[15:53:02.000] WARN: Static file not found: /
[15:53:06.000] WARN: Static file not found: /
[15:53:10.000] WARN: Static file not found: /
[15:53:15.000] WARN: Static file not found: /
[15:53:18.000] WARN: Static file not found: /
[15:53:22.000] WARN: Static file not found: /
[15:53:26.000] WARN: Static file not found: /
[15:53:31.000] WARN: Static file not found: /
[15:53:34.000] WARN: Static file not found: /
[15:53:38.000] WARN: Static file not found: /
[15:53:42.000] WARN: Static file not found: /
[15:53:46.000] WARN: Static file not found: /
[15:53:50.000] WARN: Static file not found: /
[15:53:54.000] WARN: Static file not found: /
[15:53:58.000] WARN: Static file not found: /
[15:54:02.000] WARN: Static file not found: /
[15:54:06.000] WARN: Static file not found: /
[15:54:10.000] WARN: Static file not found: /
[15:54:15.000] WARN: Static file not found: /
[15:54:18.000] WARN: Static file not found: /
[15:54:22.000] WARN: Static file not found: /
[15:54:26.000] WARN: Static file not found: /
[15:54:30.000] WARN: Static file not found: /
[15:54:34.000] WARN: Static file not found: /
[15:54:38.000] WARN: Static file not found: /
[15:54:42.000] WARN: Static file not found: /
[15:54:46.000] WARN: Static file not found: /
[15:54:50.000] WARN: Static file not found: /
[15:54:54.000] WARN: Static file not found: /
[15:54:58.000] WARN: Static file not found: /
[15:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[15:55:02.000] WARN: Static file not found: /
[15:55:06.000] WARN: Static file not found: /
[15:55:10.000] WARN: Static file not found: /
[15:55:14.000] WARN: Static file not found: /
[15:55:18.000] WARN: Static file not found: /
[15:55:22.000] WARN: Static file not found: /
[15:55:26.000] WARN: Static file not found: /
[15:55:30.000] WARN: Static file not found: /
[15:55:35.000] WARN: Static file not found: /
[15:55:38.000] WARN: Static file not found: /
[15:55:42.000] WARN: Static file not found: /
[15:55:46.000] WARN: Static file not found: /
[15:55:50.000] WARN: Static file not found: /
[15:55:54.000] WARN: Static file not found: /
[15:55:58.000] WARN: Static file not found: /
[15:56:02.000] WARN: Static file not found: /
[15:56:06.000] WARN: Static file not found: /
[15:56:10.000] WARN: Static file not found: /
[15:56:14.000] WARN: Static file not found: /
[15:56:18.000] WARN: Static file not found: /
[15:56:22.000] WARN: Static file not found: /
[15:56:26.000] WARN: Static file not found: /
[15:56:30.000] WARN: Static file not found: /
[15:56:34.000] WARN: Static file not found: /
[15:56:38.000] WARN: Static file not found: /
[15:56:42.000] WARN: Static file not found: /
[15:56:46.000] WARN: Static file not found: /
[15:56:50.000] WARN: Static file not found: /
[15:56:54.000] WARN: Static file not found: /
[15:56:59.000] WARN: Static file not found: /
[15:57:02.000] WARN: Static file not found: /
[15:57:06.000] WARN: Static file not found: /
[15:57:10.000] WARN: Static file not found: /
[15:57:14.000] WARN: Static file not found: /
[15:57:18.000] WARN: Static file not found: /
[15:57:22.000] WARN: Static file not found: /
[15:57:26.000] WARN: Static file not found: /
[15:57:30.000] WARN: Static file not found: /
[15:57:34.000] WARN: Static file not found: /
[15:57:38.000] WARN: Static file not found: /
[15:57:42.000] WARN: Static file not found: /
[15:57:46.000] WARN: Static file not found: /
[15:57:50.000] WARN: Static file not found: /
[15:57:54.000] WARN: Static file not found: /
[15:57:58.000] WARN: Static file not found: /
[15:58:02.000] WARN: Static file not found: /
[15:58:06.000] WARN: Static file not found: /
[15:58:10.000] WARN: Static file not found: /
[15:58:14.000] WARN: Static file not found: /
[15:58:18.000] WARN: Static file not found: /
[15:58:22.000] WARN: Static file not found: /
[15:58:26.000] WARN: Static file not found: /
[15:58:30.000] WARN: Static file not found: /
[15:58:34.000] WARN: Static file not found: /
[15:58:38.000] WARN: Static file not found: /
[15:58:42.000] WARN: Static file not found: /
[15:58:46.000] WARN: Static file not found: /
[15:58:50.000] WARN: Static file not found: /
[15:58:54.000] WARN: Static file not found: /
[15:58:58.000] WARN: Static file not found: /
[15:59:02.000] WARN: Static file not found: /
[15:59:06.000] WARN: Static file not found: /
[15:59:10.000] WARN: Static file not found: /
[15:59:14.000] WARN: Static file not found: /
[15:59:18.000] WARN: Static file not found: /
[15:59:22.000] WARN: Static file not found: /
[15:59:26.000] WARN: Static file not found: /
[15:59:30.000] WARN: Static file not found: /
[15:59:34.000] WARN: Static file not found: /
[15:59:39.000] WARN: Static file not found: /
[15:59:42.000] WARN: Static file not found: /
[15:59:46.000] WARN: Static file not found: /
[15:59:55.000] INFO: HTTP Server is running on port 3000
[15:59:55.000] WARN: Static file not found: /
[15:59:58.000] WARN: Static file not found: /
[16:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[16:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:00:03.000] WARN: Static file not found: /
[16:00:06.000] WARN: Static file not found: /
[16:00:10.000] WARN: Static file not found: /
[16:00:14.000] WARN: Static file not found: /
[16:00:19.000] WARN: Static file not found: /
[16:00:22.000] WARN: Static file not found: /
[16:00:26.000] WARN: Static file not found: /
[16:00:30.000] WARN: Static file not found: /
[16:00:34.000] WARN: Static file not found: /
[16:00:38.000] WARN: Static file not found: /
[16:00:42.000] WARN: Static file not found: /
[16:00:46.000] WARN: Static file not found: /
[16:00:50.000] WARN: Static file not found: /
[16:00:54.000] WARN: Static file not found: /
[16:00:58.000] WARN: Static file not found: /
[16:01:02.000] WARN: Static file not found: /
[16:01:06.000] WARN: Static file not found: /
[16:01:10.000] WARN: Static file not found: /
[16:01:14.000] WARN: Static file not found: /
[16:01:18.000] WARN: Static file not found: /
[16:01:22.000] WARN: Static file not found: /
[16:01:26.000] WARN: Static file not found: /
[16:01:30.000] WARN: Static file not found: /
[16:01:34.000] WARN: Static file not found: /
[16:01:38.000] WARN: Static file not found: /
[16:01:42.000] WARN: Static file not found: /
[16:01:46.000] WARN: Static file not found: /
[16:01:50.000] WARN: Static file not found: /
[16:01:55.000] WARN: Static file not found: /
[16:01:58.000] WARN: Static file not found: /
[16:02:02.000] WARN: Static file not found: /
[16:02:06.000] WARN: Static file not found: /
[16:02:10.000] WARN: Static file not found: /
[16:02:14.000] WARN: Static file not found: /
[16:02:18.000] WARN: Static file not found: /
[16:02:23.000] WARN: Static file not found: /
[16:02:26.000] WARN: Static file not found: /
[16:02:30.000] WARN: Static file not found: /
[16:02:34.000] WARN: Static file not found: /
[16:02:38.000] WARN: Static file not found: /
[16:02:42.000] WARN: Static file not found: /
[16:02:46.000] WARN: Static file not found: /
[16:02:50.000] WARN: Static file not found: /
[16:02:54.000] WARN: Static file not found: /
[16:02:58.000] WARN: Static file not found: /
[16:03:02.000] WARN: Static file not found: /
[16:03:06.000] WARN: Static file not found: /
[16:03:10.000] WARN: Static file not found: /
[16:03:14.000] WARN: Static file not found: /
[16:03:18.000] WARN: Static file not found: /
[16:03:22.000] WARN: Static file not found: /
[16:03:26.000] WARN: Static file not found: /
[16:03:30.000] WARN: Static file not found: /
[16:03:34.000] WARN: Static file not found: /
[16:03:38.000] WARN: Static file not found: /
[16:03:42.000] WARN: Static file not found: /
[16:03:47.000] WARN: Static file not found: /
[16:03:50.000] WARN: Static file not found: /
[16:03:55.000] WARN: Static file not found: /
[16:03:58.000] WARN: Static file not found: /
[16:04:02.000] WARN: Static file not found: /
[16:04:06.000] WARN: Static file not found: /
[16:04:10.000] WARN: Static file not found: /
[16:04:14.000] WARN: Static file not found: /
[16:04:18.000] WARN: Static file not found: /
[16:04:22.000] WARN: Static file not found: /
[16:04:26.000] WARN: Static file not found: /
[16:04:30.000] WARN: Static file not found: /
[16:04:34.000] WARN: Static file not found: /
[16:04:39.000] WARN: Static file not found: /
[16:04:42.000] WARN: Static file not found: /
[16:04:46.000] WARN: Static file not found: /
[16:04:50.000] WARN: Static file not found: /
[16:04:54.000] WARN: Static file not found: /
[16:04:59.000] WARN: Static file not found: /
[16:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:05:02.000] WARN: Static file not found: /
[16:05:07.000] INFO: HTTP Server is running on port 3000
[16:05:07.000] WARN: Static file not found: /
[16:05:10.000] WARN: Static file not found: /
[16:05:14.000] WARN: Static file not found: /
[16:05:18.000] WARN: Static file not found: /
[16:05:22.000] WARN: Static file not found: /
[16:05:26.000] WARN: Static file not found: /
[16:05:30.000] WARN: Static file not found: /
[16:05:34.000] WARN: Static file not found: /
[16:05:38.000] WARN: Static file not found: /
[16:05:42.000] WARN: Static file not found: /
[16:05:46.000] WARN: Static file not found: /
[16:05:50.000] WARN: Static file not found: /
[16:05:54.000] WARN: Static file not found: /
[16:05:58.000] WARN: Static file not found: /
[16:06:02.000] WARN: Static file not found: /
[16:06:06.000] WARN: Static file not found: /
[16:06:10.000] WARN: Static file not found: /
[16:06:14.000] WARN: Static file not found: /
[16:06:18.000] WARN: Static file not found: /
[16:06:22.000] WARN: Static file not found: /
[16:06:26.000] WARN: Static file not found: /
[16:06:30.000] WARN: Static file not found: /
[16:06:34.000] WARN: Static file not found: /
[16:06:39.000] WARN: Static file not found: /
[16:06:42.000] WARN: Static file not found: /
[16:06:46.000] WARN: Static file not found: /
[16:06:50.000] WARN: Static file not found: /
[16:06:54.000] WARN: Static file not found: /
[16:06:58.000] WARN: Static file not found: /
[16:07:02.000] WARN: Static file not found: /
[16:07:06.000] WARN: Static file not found: /
[16:07:10.000] WARN: Static file not found: /
[16:07:14.000] WARN: Static file not found: /
[16:07:18.000] WARN: Static file not found: /
[16:07:22.000] WARN: Static file not found: /
[16:07:26.000] WARN: Static file not found: /
[16:07:30.000] WARN: Static file not found: /
[16:07:34.000] WARN: Static file not found: /
[16:07:39.000] WARN: Static file not found: /
[16:07:42.000] WARN: Static file not found: /
[16:07:46.000] WARN: Static file not found: /
[16:07:50.000] WARN: Static file not found: /
[16:07:54.000] WARN: Static file not found: /
[16:07:58.000] WARN: Static file not found: /
[16:08:02.000] WARN: Static file not found: /
[16:08:06.000] WARN: Static file not found: /
[16:08:10.000] WARN: Static file not found: /
[16:08:14.000] WARN: Static file not found: /
[16:08:18.000] WARN: Static file not found: /
[16:08:23.000] WARN: Static file not found: /
[16:08:26.000] WARN: Static file not found: /
[16:08:33.000] WARN: Static file not found: /
[16:08:34.000] WARN: Static file not found: /
[16:08:38.000] WARN: Static file not found: /
[16:08:42.000] WARN: Static file not found: /
[16:08:46.000] WARN: Static file not found: /
[16:08:50.000] WARN: Static file not found: /
[16:08:54.000] WARN: Static file not found: /
[16:08:58.000] WARN: Static file not found: /
[16:09:02.000] WARN: Static file not found: /
[16:09:06.000] WARN: Static file not found: /
[16:09:10.000] WARN: Static file not found: /
[16:09:14.000] WARN: Static file not found: /
[16:09:18.000] WARN: Static file not found: /
[16:09:22.000] WARN: Static file not found: /
[16:09:26.000] WARN: Static file not found: /
[16:09:30.000] WARN: Static file not found: /
[16:09:49.000] WARN: Static file not found: /
[16:09:49.000] WARN: Static file not found: /
[16:09:50.000] WARN: Static file not found: /
[16:09:54.000] WARN: Static file not found: /
[16:09:58.000] WARN: Static file not found: /
[16:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:10:02.000] WARN: Static file not found: /
[16:10:08.000] WARN: Static file not found: /
[16:10:10.000] WARN: Static file not found: /
[16:10:14.000] WARN: Static file not found: /
[16:10:18.000] WARN: Static file not found: /
[16:10:23.000] WARN: Static file not found: /
[16:10:26.000] WARN: Static file not found: /
[16:10:31.000] WARN: Static file not found: /
[16:10:34.000] WARN: Static file not found: /
[16:10:38.000] WARN: Static file not found: /
[16:10:43.000] WARN: Static file not found: /
[16:10:46.000] WARN: Static file not found: /
[16:10:50.000] WARN: Static file not found: /
[16:10:54.000] WARN: Static file not found: /
[16:10:58.000] WARN: Static file not found: /
[16:11:02.000] WARN: Static file not found: /
[16:11:06.000] WARN: Static file not found: /
[16:11:10.000] WARN: Static file not found: /
[16:11:14.000] WARN: Static file not found: /
[16:11:18.000] WARN: Static file not found: /
[16:11:23.000] WARN: Static file not found: /
[16:11:26.000] WARN: Static file not found: /
[16:11:31.000] WARN: Static file not found: /
[16:11:34.000] WARN: Static file not found: /
[16:11:38.000] WARN: Static file not found: /
[16:11:42.000] WARN: Static file not found: /
[16:11:46.000] WARN: Static file not found: /
[16:11:50.000] WARN: Static file not found: /
[16:11:55.000] WARN: Static file not found: /
[16:11:58.000] WARN: Static file not found: /
[16:12:03.000] WARN: Static file not found: /
[16:12:06.000] WARN: Static file not found: /
[16:12:10.000] WARN: Static file not found: /
[16:12:14.000] WARN: Static file not found: /
[16:12:18.000] WARN: Static file not found: /
[16:12:22.000] WARN: Static file not found: /
[16:12:26.000] WARN: Static file not found: /
[16:12:30.000] WARN: Static file not found: /
[16:12:34.000] WARN: Static file not found: /
[16:12:38.000] WARN: Static file not found: /
[16:12:42.000] WARN: Static file not found: /
[16:12:46.000] WARN: Static file not found: /
[16:12:50.000] WARN: Static file not found: /
[16:12:55.000] WARN: Static file not found: /
[16:12:58.000] WARN: Static file not found: /
[16:13:02.000] WARN: Static file not found: /
[16:13:07.000] WARN: Static file not found: /
[16:13:10.000] WARN: Static file not found: /
[16:13:14.000] WARN: Static file not found: /
[16:13:18.000] WARN: Static file not found: /
[16:13:22.000] WARN: Static file not found: /
[16:13:26.000] WARN: Static file not found: /
[16:13:30.000] WARN: Static file not found: /
[16:13:35.000] WARN: Static file not found: /
[16:13:38.000] WARN: Static file not found: /
[16:13:42.000] WARN: Static file not found: /
[16:13:46.000] WARN: Static file not found: /
[16:13:50.000] WARN: Static file not found: /
[16:13:55.000] WARN: Static file not found: /
[16:13:58.000] WARN: Static file not found: /
[16:14:02.000] WARN: Static file not found: /
[16:14:06.000] WARN: Static file not found: /
[16:14:10.000] WARN: Static file not found: /
[16:14:15.000] WARN: Static file not found: /
[16:14:18.000] WARN: Static file not found: /
[16:14:22.000] WARN: Static file not found: /
[16:14:26.000] WARN: Static file not found: /
[16:14:30.000] WARN: Static file not found: /
[16:14:34.000] WARN: Static file not found: /
[16:14:38.000] WARN: Static file not found: /
[16:14:43.000] WARN: Static file not found: /
[16:14:46.000] WARN: Static file not found: /
[16:14:50.000] WARN: Static file not found: /
[16:14:54.000] WARN: Static file not found: /
[16:14:58.000] WARN: Static file not found: /
[16:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[16:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:15:02.000] WARN: Static file not found: /
[16:15:06.000] WARN: Static file not found: /
[16:15:10.000] WARN: Static file not found: /
[16:15:14.000] WARN: Static file not found: /
[16:15:18.000] WARN: Static file not found: /
[16:15:22.000] WARN: Static file not found: /
[16:15:26.000] WARN: Static file not found: /
[16:15:30.000] WARN: Static file not found: /
[16:15:34.000] WARN: Static file not found: /
[16:15:38.000] WARN: Static file not found: /
[16:15:42.000] WARN: Static file not found: /
[16:15:46.000] WARN: Static file not found: /
[16:15:51.000] WARN: Static file not found: /
[16:15:54.000] WARN: Static file not found: /
[16:15:58.000] WARN: Static file not found: /
[16:16:02.000] WARN: Static file not found: /
[16:16:06.000] WARN: Static file not found: /
[16:16:10.000] WARN: Static file not found: /
[16:16:14.000] WARN: Static file not found: /
[16:16:18.000] WARN: Static file not found: /
[16:16:22.000] WARN: Static file not found: /
[16:16:26.000] WARN: Static file not found: /
[16:16:30.000] WARN: Static file not found: /
[16:16:34.000] WARN: Static file not found: /
[16:16:38.000] WARN: Static file not found: /
[16:16:42.000] WARN: Static file not found: /
[16:16:46.000] WARN: Static file not found: /
[16:16:50.000] WARN: Static file not found: /
[16:16:54.000] WARN: Static file not found: /
[16:16:58.000] WARN: Static file not found: /
[16:17:02.000] WARN: Static file not found: /
[16:17:06.000] WARN: Static file not found: /
[16:17:10.000] WARN: Static file not found: /
[16:17:14.000] WARN: Static file not found: /
[16:17:18.000] WARN: Static file not found: /
[16:17:22.000] WARN: Static file not found: /
[16:17:26.000] WARN: Static file not found: /
[16:17:30.000] WARN: Static file not found: /
[16:17:34.000] WARN: Static file not found: /
[16:17:38.000] WARN: Static file not found: /
[16:17:42.000] WARN: Static file not found: /
[16:17:46.000] WARN: Static file not found: /
[16:17:51.000] WARN: Static file not found: /
[16:17:54.000] WARN: Static file not found: /
[16:17:58.000] WARN: Static file not found: /
[16:18:02.000] WARN: Static file not found: /
[16:18:06.000] WARN: Static file not found: /
[16:18:10.000] WARN: Static file not found: /
[16:18:15.000] WARN: Static file not found: /
[16:18:18.000] WARN: Static file not found: /
[16:18:22.000] WARN: Static file not found: /
[16:18:26.000] WARN: Static file not found: /
[16:18:30.000] WARN: Static file not found: /
[16:18:34.000] WARN: Static file not found: /
[16:18:38.000] WARN: Static file not found: /
[16:18:42.000] WARN: Static file not found: /
[16:18:46.000] WARN: Static file not found: /
[16:18:50.000] WARN: Static file not found: /
[16:18:54.000] WARN: Static file not found: /
[16:18:58.000] WARN: Static file not found: /
[16:19:02.000] WARN: Static file not found: /
[16:19:06.000] WARN: Static file not found: /
[16:19:10.000] WARN: Static file not found: /
[16:19:14.000] WARN: Static file not found: /
[16:19:18.000] WARN: Static file not found: /
[16:19:22.000] WARN: Static file not found: /
[16:19:26.000] WARN: Static file not found: /
[16:19:30.000] WARN: Static file not found: /
[16:19:34.000] WARN: Static file not found: /
[16:19:38.000] WARN: Static file not found: /
[16:19:42.000] WARN: Static file not found: /
[16:19:46.000] WARN: Static file not found: /
[16:19:50.000] WARN: Static file not found: /
[16:19:54.000] WARN: Static file not found: /
[16:19:59.000] WARN: Static file not found: /
[16:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:20:02.000] WARN: Static file not found: /
[16:20:06.000] WARN: Static file not found: /
[16:20:10.000] WARN: Static file not found: /
[16:20:14.000] WARN: Static file not found: /
[16:20:18.000] WARN: Static file not found: /
[16:20:22.000] WARN: Static file not found: /
[16:20:26.000] WARN: Static file not found: /
[16:20:30.000] WARN: Static file not found: /
[16:20:34.000] WARN: Static file not found: /
[16:20:38.000] WARN: Static file not found: /
[16:20:42.000] WARN: Static file not found: /
[16:20:46.000] WARN: Static file not found: /
[16:20:50.000] WARN: Static file not found: /
[16:20:54.000] WARN: Static file not found: /
[16:21:00.000] WARN: Static file not found: /
[16:21:02.000] WARN: Static file not found: /
[16:21:07.000] WARN: Static file not found: /
[16:21:10.000] WARN: Static file not found: /
[16:21:14.000] WARN: Static file not found: /
[16:21:18.000] WARN: Static file not found: /
[16:21:22.000] WARN: Static file not found: /
[16:21:26.000] WARN: Static file not found: /
[16:21:30.000] WARN: Static file not found: /
[16:21:34.000] WARN: Static file not found: /
[16:21:38.000] WARN: Static file not found: /
[16:21:42.000] WARN: Static file not found: /
[16:21:46.000] WARN: Static file not found: /
[16:21:50.000] WARN: Static file not found: /
[16:21:54.000] WARN: Static file not found: /
[16:21:58.000] WARN: Static file not found: /
[16:22:02.000] WARN: Static file not found: /
[16:22:07.000] WARN: Static file not found: /
[16:22:10.000] WARN: Static file not found: /
[16:22:14.000] WARN: Static file not found: /
[16:22:18.000] WARN: Static file not found: /
[16:22:22.000] WARN: Static file not found: /
[16:22:26.000] WARN: Static file not found: /
[16:22:30.000] WARN: Static file not found: /
[16:22:34.000] WARN: Static file not found: /
[16:22:38.000] WARN: Static file not found: /
[16:22:42.000] WARN: Static file not found: /
[16:22:46.000] WARN: Static file not found: /
[16:22:50.000] WARN: Static file not found: /
[16:22:54.000] WARN: Static file not found: /
[16:22:58.000] WARN: Static file not found: /
[16:23:02.000] WARN: Static file not found: /
[16:23:06.000] WARN: Static file not found: /
[16:23:10.000] WARN: Static file not found: /
[16:23:14.000] WARN: Static file not found: /
[16:23:19.000] WARN: Static file not found: /
[16:23:22.000] WARN: Static file not found: /
[16:23:26.000] WARN: Static file not found: /
[16:23:30.000] WARN: Static file not found: /
[16:23:34.000] WARN: Static file not found: /
[16:23:38.000] WARN: Static file not found: /
[16:23:42.000] WARN: Static file not found: /
[16:23:46.000] WARN: Static file not found: /
[16:23:50.000] WARN: Static file not found: /
[16:23:54.000] WARN: Static file not found: /
[16:23:58.000] WARN: Static file not found: /
[16:24:02.000] WARN: Static file not found: /
[16:24:06.000] WARN: Static file not found: /
[16:24:11.000] WARN: Static file not found: /
[16:24:14.000] WARN: Static file not found: /
[16:24:18.000] WARN: Static file not found: /
[16:24:22.000] WARN: Static file not found: /
[16:24:26.000] WARN: Static file not found: /
[16:24:31.000] WARN: Static file not found: /
[16:24:34.000] WARN: Static file not found: /
[16:24:38.000] WARN: Static file not found: /
[16:24:42.000] WARN: Static file not found: /
[16:24:46.000] WARN: Static file not found: /
[16:24:50.000] WARN: Static file not found: /
[16:24:55.000] WARN: Static file not found: /
[16:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:25:03.000] INFO: HTTP Server is running on port 3000
[16:25:03.000] WARN: Static file not found: /
[16:25:06.000] WARN: Static file not found: /
[16:25:10.000] WARN: Static file not found: /
[16:25:14.000] WARN: Static file not found: /
[16:25:18.000] WARN: Static file not found: /
[16:25:22.000] WARN: Static file not found: /
[16:25:26.000] WARN: Static file not found: /
[16:25:30.000] WARN: Static file not found: /
[16:25:34.000] WARN: Static file not found: /
[16:25:38.000] WARN: Static file not found: /
[16:25:42.000] WARN: Static file not found: /
[16:25:46.000] WARN: Static file not found: /
[16:25:50.000] WARN: Static file not found: /
[16:25:54.000] WARN: Static file not found: /
[16:25:58.000] WARN: Static file not found: /
[16:26:02.000] WARN: Static file not found: /
[16:26:06.000] WARN: Static file not found: /
[16:26:10.000] WARN: Static file not found: /
[16:26:14.000] WARN: Static file not found: /
[16:26:18.000] WARN: Static file not found: /
[16:26:22.000] WARN: Static file not found: /
[16:26:26.000] WARN: Static file not found: /
[16:26:30.000] WARN: Static file not found: /
[16:26:34.000] WARN: Static file not found: /
[16:26:39.000] WARN: Static file not found: /
[16:26:42.000] WARN: Static file not found: /
[16:26:48.000] WARN: Static file not found: /
[16:26:50.000] WARN: Static file not found: /
[16:26:54.000] WARN: Static file not found: /
[16:26:58.000] WARN: Static file not found: /
[16:27:02.000] WARN: Static file not found: /
[16:27:06.000] WARN: Static file not found: /
[16:27:11.000] WARN: Static file not found: /
[16:27:14.000] WARN: Static file not found: /
[16:27:18.000] WARN: Static file not found: /
[16:27:22.000] WARN: Static file not found: /
[16:27:26.000] WARN: Static file not found: /
[16:27:30.000] WARN: Static file not found: /
[16:27:34.000] WARN: Static file not found: /
[16:27:38.000] WARN: Static file not found: /
[16:27:42.000] WARN: Static file not found: /
[16:27:46.000] WARN: Static file not found: /
[16:27:50.000] WARN: Static file not found: /
[16:27:54.000] WARN: Static file not found: /
[16:27:58.000] WARN: Static file not found: /
[16:28:02.000] WARN: Static file not found: /
[16:28:06.000] WARN: Static file not found: /
[16:28:10.000] WARN: Static file not found: /
[16:28:14.000] WARN: Static file not found: /
[16:28:18.000] WARN: Static file not found: /
[16:28:22.000] WARN: Static file not found: /
[16:28:26.000] WARN: Static file not found: /
[16:28:30.000] WARN: Static file not found: /
[16:28:34.000] WARN: Static file not found: /
[16:28:38.000] WARN: Static file not found: /
[16:28:42.000] WARN: Static file not found: /
[16:28:46.000] WARN: Static file not found: /
[16:28:50.000] WARN: Static file not found: /
[16:28:54.000] WARN: Static file not found: /
[16:28:58.000] WARN: Static file not found: /
[16:29:02.000] WARN: Static file not found: /
[16:29:06.000] WARN: Static file not found: /
[16:29:10.000] WARN: Static file not found: /
[16:29:14.000] WARN: Static file not found: /
[16:29:18.000] WARN: Static file not found: /
[16:29:22.000] WARN: Static file not found: /
[16:29:26.000] WARN: Static file not found: /
[16:29:30.000] WARN: Static file not found: /
[16:29:34.000] WARN: Static file not found: /
[16:29:38.000] WARN: Static file not found: /
[16:29:42.000] WARN: Static file not found: /
[16:29:46.000] WARN: Static file not found: /
[16:29:50.000] WARN: Static file not found: /
[16:29:54.000] WARN: Static file not found: /
[16:29:58.000] WARN: Static file not found: /
[16:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[16:30:02.000] WARN: Static file not found: /
[16:30:06.000] WARN: Static file not found: /
[16:30:10.000] WARN: Static file not found: /
[16:30:14.000] WARN: Static file not found: /
[16:30:18.000] WARN: Static file not found: /
[16:30:22.000] WARN: Static file not found: /
[16:30:26.000] WARN: Static file not found: /
[16:30:30.000] WARN: Static file not found: /
[16:30:34.000] WARN: Static file not found: /
[16:30:38.000] WARN: Static file not found: /
[16:30:42.000] WARN: Static file not found: /
[16:30:46.000] WARN: Static file not found: /
[16:30:50.000] WARN: Static file not found: /
[16:30:54.000] WARN: Static file not found: /
[16:30:58.000] WARN: Static file not found: /
[16:31:02.000] WARN: Static file not found: /
[16:31:06.000] WARN: Static file not found: /
[16:31:10.000] WARN: Static file not found: /
[16:31:14.000] WARN: Static file not found: /
[16:31:19.000] WARN: Static file not found: /
[16:31:22.000] WARN: Static file not found: /
[16:31:26.000] WARN: Static file not found: /
[16:31:30.000] WARN: Static file not found: /
[16:31:35.000] WARN: Static file not found: /
[16:31:38.000] WARN: Static file not found: /
[16:31:42.000] WARN: Static file not found: /
[16:31:46.000] WARN: Static file not found: /
[16:31:50.000] WARN: Static file not found: /
[16:31:54.000] WARN: Static file not found: /
[16:31:59.000] WARN: Static file not found: /
[16:32:02.000] WARN: Static file not found: /
[16:32:06.000] WARN: Static file not found: /
[16:32:10.000] WARN: Static file not found: /
[16:32:14.000] WARN: Static file not found: /
[16:32:18.000] WARN: Static file not found: /
[16:32:22.000] WARN: Static file not found: /
[16:32:27.000] WARN: Static file not found: /
[16:32:30.000] WARN: Static file not found: /
[16:32:35.000] WARN: Static file not found: /
[16:32:38.000] WARN: Static file not found: /
[16:32:42.000] WARN: Static file not found: /
[16:32:46.000] WARN: Static file not found: /
[16:32:50.000] WARN: Static file not found: /
[16:32:54.000] WARN: Static file not found: /
[16:32:58.000] WARN: Static file not found: /
[16:33:02.000] WARN: Static file not found: /
[16:33:06.000] WARN: Static file not found: /
[16:33:10.000] WARN: Static file not found: /
[16:33:14.000] WARN: Static file not found: /
[16:33:18.000] WARN: Static file not found: /
[16:33:22.000] WARN: Static file not found: /
[16:33:26.000] WARN: Static file not found: /
[16:33:30.000] WARN: Static file not found: /
[16:33:34.000] WARN: Static file not found: /
[16:33:38.000] WARN: Static file not found: /
[16:33:42.000] WARN: Static file not found: /
[16:33:46.000] WARN: Static file not found: /
[16:33:50.000] WARN: Static file not found: /
[16:33:54.000] WARN: Static file not found: /
[16:33:58.000] WARN: Static file not found: /
[16:34:02.000] WARN: Static file not found: /
[16:34:06.000] WARN: Static file not found: /
[16:34:10.000] WARN: Static file not found: /
[16:34:14.000] WARN: Static file not found: /
[16:34:18.000] WARN: Static file not found: /
[16:34:23.000] WARN: Static file not found: /
[16:34:26.000] WARN: Static file not found: /
[16:34:30.000] WARN: Static file not found: /
[16:34:34.000] WARN: Static file not found: /
[16:34:38.000] WARN: Static file not found: /
[16:34:42.000] WARN: Static file not found: /
[16:34:46.000] WARN: Static file not found: /
[16:34:50.000] WARN: Static file not found: /
[16:34:54.000] WARN: Static file not found: /
[16:34:58.000] WARN: Static file not found: /
[16:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:35:02.000] WARN: Static file not found: /
[16:35:06.000] WARN: Static file not found: /
[16:35:12.000] WARN: Static file not found: /
[16:35:14.000] WARN: Static file not found: /
[16:35:18.000] WARN: Static file not found: /
[16:35:22.000] WARN: Static file not found: /
[16:35:26.000] WARN: Static file not found: /
[16:35:30.000] WARN: Static file not found: /
[16:35:34.000] WARN: Static file not found: /
[16:35:38.000] WARN: Static file not found: /
[16:35:42.000] WARN: Static file not found: /
[16:35:46.000] WARN: Static file not found: /
[16:35:50.000] WARN: Static file not found: /
[16:35:54.000] WARN: Static file not found: /
[16:35:58.000] WARN: Static file not found: /
[16:36:03.000] WARN: Static file not found: /
[16:36:06.000] WARN: Static file not found: /
[16:36:10.000] WARN: Static file not found: /
[16:36:14.000] WARN: Static file not found: /
[16:36:18.000] WARN: Static file not found: /
[16:36:22.000] WARN: Static file not found: /
[16:36:26.000] WARN: Static file not found: /
[16:36:30.000] WARN: Static file not found: /
[16:36:34.000] WARN: Static file not found: /
[16:36:39.000] WARN: Static file not found: /
[16:36:42.000] WARN: Static file not found: /
[16:36:46.000] WARN: Static file not found: /
[16:36:50.000] WARN: Static file not found: /
[16:36:54.000] WARN: Static file not found: /
[16:36:58.000] WARN: Static file not found: /
[16:37:02.000] WARN: Static file not found: /
[16:37:06.000] WARN: Static file not found: /
[16:37:10.000] WARN: Static file not found: /
[16:37:14.000] WARN: Static file not found: /
[16:37:18.000] WARN: Static file not found: /
[16:37:22.000] WARN: Static file not found: /
[16:37:26.000] WARN: Static file not found: /
[16:37:30.000] WARN: Static file not found: /
[16:37:34.000] WARN: Static file not found: /
[16:37:38.000] WARN: Static file not found: /
[16:37:47.000] WARN: Static file not found: /
[16:37:50.000] WARN: Static file not found: /
[16:37:53.000] WARN: Static file not found: /
[16:37:54.000] WARN: Static file not found: /
[16:37:58.000] WARN: Static file not found: /
[16:38:02.000] WARN: Static file not found: /
[16:38:06.000] WARN: Static file not found: /
[16:38:10.000] WARN: Static file not found: /
[16:38:14.000] WARN: Static file not found: /
[16:38:18.000] WARN: Static file not found: /
[16:38:22.000] WARN: Static file not found: /
[16:38:26.000] WARN: Static file not found: /
[16:38:30.000] WARN: Static file not found: /
[16:38:34.000] WARN: Static file not found: /
[16:38:39.000] WARN: Static file not found: /
[16:38:42.000] WARN: Static file not found: /
[16:38:46.000] WARN: Static file not found: /
[16:38:50.000] WARN: Static file not found: /
[16:38:54.000] WARN: Static file not found: /
[16:38:59.000] WARN: Static file not found: /
[16:39:02.000] WARN: Static file not found: /
[16:39:06.000] WARN: Static file not found: /
[16:39:10.000] WARN: Static file not found: /
[16:39:14.000] WARN: Static file not found: /
[16:39:18.000] WARN: Static file not found: /
[16:39:22.000] WARN: Static file not found: /
[16:39:26.000] WARN: Static file not found: /
[16:39:30.000] WARN: Static file not found: /
[16:39:34.000] WARN: Static file not found: /
[16:39:38.000] WARN: Static file not found: /
[16:39:43.000] WARN: Static file not found: /
[16:39:46.000] WARN: Static file not found: /
[16:39:52.000] WARN: Static file not found: /
[16:39:54.000] WARN: Static file not found: /
[16:39:58.000] WARN: Static file not found: /
[16:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:40:02.000] WARN: Static file not found: /
[16:40:06.000] WARN: Static file not found: /
[16:40:11.000] WARN: Static file not found: /
[16:40:14.000] WARN: Static file not found: /
[16:40:18.000] WARN: Static file not found: /
[16:40:22.000] WARN: Static file not found: /
[16:40:26.000] WARN: Static file not found: /
[16:40:30.000] WARN: Static file not found: /
[16:40:37.000] WARN: Static file not found: /
[16:40:38.000] WARN: Static file not found: /
[16:40:42.000] WARN: Static file not found: /
[16:40:46.000] WARN: Static file not found: /
[16:40:50.000] WARN: Static file not found: /
[16:40:54.000] WARN: Static file not found: /
[16:40:58.000] WARN: Static file not found: /
[16:41:02.000] WARN: Static file not found: /
[16:41:06.000] WARN: Static file not found: /
[16:41:10.000] WARN: Static file not found: /
[16:41:15.000] WARN: Static file not found: /
[16:41:18.000] WARN: Static file not found: /
[16:41:22.000] WARN: Static file not found: /
[16:41:26.000] WARN: Static file not found: /
[16:41:30.000] WARN: Static file not found: /
[16:41:34.000] WARN: Static file not found: /
[16:41:38.000] WARN: Static file not found: /
[16:41:43.000] WARN: Static file not found: /
[16:41:46.000] WARN: Static file not found: /
[16:41:50.000] WARN: Static file not found: /
[16:41:54.000] WARN: Static file not found: /
[16:41:58.000] WARN: Static file not found: /
[16:42:02.000] WARN: Static file not found: /
[16:42:06.000] WARN: Static file not found: /
[16:42:10.000] WARN: Static file not found: /
[16:42:14.000] WARN: Static file not found: /
[16:42:18.000] WARN: Static file not found: /
[16:42:22.000] WARN: Static file not found: /
[16:42:26.000] WARN: Static file not found: /
[16:42:30.000] WARN: Static file not found: /
[16:42:34.000] WARN: Static file not found: /
[16:42:38.000] WARN: Static file not found: /
[16:42:42.000] WARN: Static file not found: /
[16:42:46.000] WARN: Static file not found: /
[16:42:50.000] WARN: Static file not found: /
[16:42:54.000] WARN: Static file not found: /
[16:42:58.000] WARN: Static file not found: /
[16:43:02.000] WARN: Static file not found: /
[16:43:06.000] WARN: Static file not found: /
[16:43:10.000] WARN: Static file not found: /
[16:43:14.000] WARN: Static file not found: /
[16:43:18.000] WARN: Static file not found: /
[16:43:22.000] WARN: Static file not found: /
[16:43:26.000] WARN: Static file not found: /
[16:43:30.000] WARN: Static file not found: /
[16:43:34.000] WARN: Static file not found: /
[16:43:38.000] WARN: Static file not found: /
[16:43:42.000] WARN: Static file not found: /
[16:43:46.000] WARN: Static file not found: /
[16:43:51.000] WARN: Static file not found: /
[16:43:54.000] WARN: Static file not found: /
[16:43:58.000] WARN: Static file not found: /
[16:44:02.000] WARN: Static file not found: /
[16:44:06.000] WARN: Static file not found: /
[16:44:10.000] WARN: Static file not found: /
[16:44:14.000] WARN: Static file not found: /
[16:44:18.000] WARN: Static file not found: /
[16:44:22.000] WARN: Static file not found: /
[16:44:26.000] WARN: Static file not found: /
[16:44:30.000] WARN: Static file not found: /
[16:44:34.000] WARN: Static file not found: /
[16:44:38.000] WARN: Static file not found: /
[16:44:42.000] WARN: Static file not found: /
[16:44:46.000] WARN: Static file not found: /
[16:44:50.000] WARN: Static file not found: /
[16:44:54.000] WARN: Static file not found: /
[16:44:58.000] WARN: Static file not found: /
[16:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:45:02.000] WARN: Static file not found: /
[16:45:09.000] INFO: HTTP Server is running on port 3000
[16:45:09.000] WARN: Static file not found: /
[16:45:10.000] WARN: Static file not found: /
[16:45:15.000] WARN: Static file not found: /
[16:45:18.000] WARN: Static file not found: /
[16:45:22.000] WARN: Static file not found: /
[16:45:26.000] WARN: Static file not found: /
[16:45:30.000] WARN: Static file not found: /
[16:45:34.000] WARN: Static file not found: /
[16:45:38.000] WARN: Static file not found: /
[16:45:42.000] WARN: Static file not found: /
[16:45:46.000] WARN: Static file not found: /
[16:45:50.000] WARN: Static file not found: /
[16:45:54.000] WARN: Static file not found: /
[16:45:58.000] WARN: Static file not found: /
[16:46:02.000] WARN: Static file not found: /
[16:46:06.000] WARN: Static file not found: /
[16:46:10.000] WARN: Static file not found: /
[16:46:14.000] WARN: Static file not found: /
[16:46:18.000] WARN: Static file not found: /
[16:46:22.000] WARN: Static file not found: /
[16:46:26.000] WARN: Static file not found: /
[16:46:30.000] WARN: Static file not found: /
[16:46:35.000] WARN: Static file not found: /
[16:46:38.000] WARN: Static file not found: /
[16:46:42.000] WARN: Static file not found: /
[16:46:46.000] WARN: Static file not found: /
[16:46:50.000] WARN: Static file not found: /
[16:46:54.000] WARN: Static file not found: /
[16:46:58.000] WARN: Static file not found: /
[16:47:03.000] WARN: Static file not found: /
[16:47:06.000] WARN: Static file not found: /
[16:47:10.000] WARN: Static file not found: /
[16:47:14.000] WARN: Static file not found: /
[16:47:18.000] WARN: Static file not found: /
[16:47:22.000] WARN: Static file not found: /
[16:47:26.000] WARN: Static file not found: /
[16:47:30.000] WARN: Static file not found: /
[16:47:34.000] WARN: Static file not found: /
[16:47:38.000] WARN: Static file not found: /
[16:47:42.000] WARN: Static file not found: /
[16:47:46.000] WARN: Static file not found: /
[16:47:50.000] WARN: Static file not found: /
[16:47:54.000] WARN: Static file not found: /
[16:47:59.000] WARN: Static file not found: /
[16:48:02.000] WARN: Static file not found: /
[16:48:06.000] WARN: Static file not found: /
[16:48:10.000] WARN: Static file not found: /
[16:48:14.000] WARN: Static file not found: /
[16:48:18.000] WARN: Static file not found: /
[16:48:22.000] WARN: Static file not found: /
[16:48:26.000] WARN: Static file not found: /
[16:48:30.000] WARN: Static file not found: /
[16:48:34.000] WARN: Static file not found: /
[16:48:38.000] WARN: Static file not found: /
[16:48:42.000] WARN: Static file not found: /
[16:48:46.000] WARN: Static file not found: /
[16:48:50.000] WARN: Static file not found: /
[16:48:54.000] WARN: Static file not found: /
[16:48:58.000] WARN: Static file not found: /
[16:49:02.000] WARN: Static file not found: /
[16:49:06.000] WARN: Static file not found: /
[16:49:10.000] WARN: Static file not found: /
[16:49:14.000] WARN: Static file not found: /
[16:49:18.000] WARN: Static file not found: /
[16:49:22.000] WARN: Static file not found: /
[16:49:26.000] WARN: Static file not found: /
[16:49:30.000] WARN: Static file not found: /
[16:49:34.000] WARN: Static file not found: /
[16:49:38.000] WARN: Static file not found: /
[16:49:42.000] WARN: Static file not found: /
[16:49:46.000] WARN: Static file not found: /
[16:49:50.000] WARN: Static file not found: /
[16:49:54.000] WARN: Static file not found: /
[16:49:58.000] WARN: Static file not found: /
[16:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:50:02.000] WARN: Static file not found: /
[16:50:06.000] WARN: Static file not found: /
[16:50:10.000] WARN: Static file not found: /
[16:50:14.000] WARN: Static file not found: /
[16:50:18.000] WARN: Static file not found: /
[16:50:22.000] WARN: Static file not found: /
[16:50:26.000] WARN: Static file not found: /
[16:50:30.000] WARN: Static file not found: /
[16:50:34.000] WARN: Static file not found: /
[16:50:39.000] WARN: Static file not found: /
[16:50:42.000] WARN: Static file not found: /
[16:50:47.000] WARN: Static file not found: /
[16:50:50.000] WARN: Static file not found: /
[16:50:54.000] WARN: Static file not found: /
[16:50:58.000] WARN: Static file not found: /
[16:51:02.000] WARN: Static file not found: /
[16:51:06.000] WARN: Static file not found: /
[16:51:10.000] WARN: Static file not found: /
[16:51:14.000] WARN: Static file not found: /
[16:51:18.000] WARN: Static file not found: /
[16:51:22.000] WARN: Static file not found: /
[16:51:26.000] WARN: Static file not found: /
[16:51:30.000] WARN: Static file not found: /
[16:51:34.000] WARN: Static file not found: /
[16:51:38.000] WARN: Static file not found: /
[16:51:42.000] WARN: Static file not found: /
[16:51:46.000] WARN: Static file not found: /
[16:51:51.000] WARN: Static file not found: /
[16:51:54.000] WARN: Static file not found: /
[16:51:58.000] WARN: Static file not found: /
[16:52:02.000] WARN: Static file not found: /
[16:52:06.000] WARN: Static file not found: /
[16:52:11.000] WARN: Static file not found: /
[16:52:14.000] WARN: Static file not found: /
[16:52:18.000] WARN: Static file not found: /
[16:52:22.000] WARN: Static file not found: /
[16:52:26.000] WARN: Static file not found: /
[16:52:30.000] WARN: Static file not found: /
[16:52:35.000] WARN: Static file not found: /
[16:52:38.000] WARN: Static file not found: /
[16:52:42.000] WARN: Static file not found: /
[16:52:46.000] WARN: Static file not found: /
[16:52:50.000] WARN: Static file not found: /
[16:52:55.000] WARN: Static file not found: /
[16:52:58.000] WARN: Static file not found: /
[16:53:03.000] WARN: Static file not found: /
[16:53:06.000] WARN: Static file not found: /
[16:53:11.000] WARN: Static file not found: /
[16:53:14.000] WARN: Static file not found: /
[16:53:18.000] WARN: Static file not found: /
[16:53:22.000] WARN: Static file not found: /
[16:53:26.000] WARN: Static file not found: /
[16:53:30.000] WARN: Static file not found: /
[16:53:34.000] WARN: Static file not found: /
[16:53:38.000] WARN: Static file not found: /
[16:53:42.000] WARN: Static file not found: /
[16:53:47.000] WARN: Static file not found: /
[16:53:50.000] WARN: Static file not found: /
[16:53:55.000] WARN: Static file not found: /
[16:53:58.000] WARN: Static file not found: /
[16:54:03.000] WARN: Static file not found: /
[16:54:06.000] WARN: Static file not found: /
[16:54:10.000] WARN: Static file not found: /
[16:54:14.000] WARN: Static file not found: /
[16:54:18.000] WARN: Static file not found: /
[16:54:22.000] WARN: Static file not found: /
[16:54:26.000] WARN: Static file not found: /
[16:54:30.000] WARN: Static file not found: /
[16:54:34.000] WARN: Static file not found: /
[16:54:39.000] WARN: Static file not found: /
[16:54:42.000] WARN: Static file not found: /
[16:54:46.000] WARN: Static file not found: /
[16:54:50.000] WARN: Static file not found: /
[16:54:55.000] WARN: Static file not found: /
[16:54:58.000] WARN: Static file not found: /
[16:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[16:55:02.000] WARN: Static file not found: /
[16:55:06.000] WARN: Static file not found: /
[16:55:10.000] WARN: Static file not found: /
[16:55:14.000] WARN: Static file not found: /
[16:55:18.000] WARN: Static file not found: /
[16:55:22.000] WARN: Static file not found: /
[16:55:26.000] WARN: Static file not found: /
[16:55:30.000] WARN: Static file not found: /
[16:55:34.000] WARN: Static file not found: /
[16:55:39.000] WARN: Static file not found: /
[16:55:42.000] WARN: Static file not found: /
[16:55:46.000] WARN: Static file not found: /
[16:55:50.000] WARN: Static file not found: /
[16:55:54.000] WARN: Static file not found: /
[16:55:58.000] WARN: Static file not found: /
[16:56:02.000] WARN: Static file not found: /
[16:56:06.000] WARN: Static file not found: /
[16:56:10.000] WARN: Static file not found: /
[16:56:14.000] WARN: Static file not found: /
[16:56:18.000] WARN: Static file not found: /
[16:56:22.000] WARN: Static file not found: /
[16:56:26.000] WARN: Static file not found: /
[16:56:30.000] WARN: Static file not found: /
[16:56:34.000] WARN: Static file not found: /
[16:56:38.000] WARN: Static file not found: /
[16:56:42.000] WARN: Static file not found: /
[16:56:46.000] WARN: Static file not found: /
[16:56:50.000] WARN: Static file not found: /
[16:56:54.000] WARN: Static file not found: /
[16:56:59.000] WARN: Static file not found: /
[16:57:02.000] WARN: Static file not found: /
[16:57:06.000] WARN: Static file not found: /
[16:57:10.000] WARN: Static file not found: /
[16:57:16.000] WARN: Static file not found: /
[16:57:18.000] WARN: Static file not found: /
[16:57:22.000] WARN: Static file not found: /
[16:57:26.000] WARN: Static file not found: /
[16:57:30.000] WARN: Static file not found: /
[16:57:34.000] WARN: Static file not found: /
[16:57:39.000] WARN: Static file not found: /
[16:57:42.000] WARN: Static file not found: /
[16:57:46.000] WARN: Static file not found: /
[16:57:50.000] WARN: Static file not found: /
[16:57:54.000] WARN: Static file not found: /
[16:57:58.000] WARN: Static file not found: /
[16:58:04.000] WARN: Static file not found: /
[16:58:06.000] WARN: Static file not found: /
[16:58:10.000] WARN: Static file not found: /
[16:58:14.000] WARN: Static file not found: /
[16:58:18.000] WARN: Static file not found: /
[16:58:22.000] WARN: Static file not found: /
[16:58:26.000] WARN: Static file not found: /
[16:58:30.000] WARN: Static file not found: /
[16:58:34.000] WARN: Static file not found: /
[16:58:38.000] WARN: Static file not found: /
[16:58:42.000] WARN: Static file not found: /
[16:58:47.000] WARN: Static file not found: /
[16:58:50.000] WARN: Static file not found: /
[16:58:54.000] WARN: Static file not found: /
[16:58:58.000] WARN: Static file not found: /
[16:59:02.000] WARN: Static file not found: /
[16:59:06.000] WARN: Static file not found: /
[16:59:12.000] WARN: Static file not found: /
[16:59:14.000] WARN: Static file not found: /
[16:59:18.000] WARN: Static file not found: /
[16:59:22.000] WARN: Static file not found: /
[16:59:26.000] WARN: Static file not found: /
[16:59:30.000] WARN: Static file not found: /
[16:59:34.000] WARN: Static file not found: /
[16:59:39.000] WARN: Static file not found: /
[16:59:42.000] WARN: Static file not found: /
[16:59:46.000] WARN: Static file not found: /
[16:59:50.000] WARN: Static file not found: /
[16:59:55.000] WARN: Static file not found: /
[16:59:58.000] WARN: Static file not found: /
[17:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[17:00:02.000] WARN: Static file not found: /
[17:00:06.000] WARN: Static file not found: /
[17:00:10.000] WARN: Static file not found: /
[17:00:14.000] WARN: Static file not found: /
[17:00:18.000] WARN: Static file not found: /
[17:00:22.000] WARN: Static file not found: /
[17:00:26.000] WARN: Static file not found: /
[17:00:30.000] WARN: Static file not found: /
[17:00:34.000] WARN: Static file not found: /
[17:00:38.000] WARN: Static file not found: /
[17:00:42.000] WARN: Static file not found: /
[17:00:46.000] WARN: Static file not found: /
[17:00:51.000] WARN: Static file not found: /
[17:00:54.000] WARN: Static file not found: /
[17:00:59.000] WARN: Static file not found: /
[17:01:02.000] WARN: Static file not found: /
[17:01:06.000] WARN: Static file not found: /
[17:01:10.000] WARN: Static file not found: /
[17:01:15.000] WARN: Static file not found: /
[17:01:18.000] WARN: Static file not found: /
[17:01:22.000] WARN: Static file not found: /
[17:01:26.000] WARN: Static file not found: /
[17:01:30.000] WARN: Static file not found: /
[17:01:34.000] WARN: Static file not found: /
[17:01:39.000] WARN: Static file not found: /
[17:01:42.000] WARN: Static file not found: /
[17:01:46.000] WARN: Static file not found: /
[17:01:50.000] WARN: Static file not found: /
[17:01:54.000] WARN: Static file not found: /
[17:01:59.000] WARN: Static file not found: /
[17:02:02.000] WARN: Static file not found: /
[17:02:06.000] WARN: Static file not found: /
[17:02:10.000] WARN: Static file not found: /
[17:02:14.000] WARN: Static file not found: /
[17:02:20.000] WARN: Static file not found: /
[17:02:22.000] WARN: Static file not found: /
[17:02:26.000] WARN: Static file not found: /
[17:02:30.000] WARN: Static file not found: /
[17:02:34.000] WARN: Static file not found: /
[17:02:38.000] WARN: Static file not found: /
[17:02:43.000] WARN: Static file not found: /
[17:02:46.000] WARN: Static file not found: /
[17:02:50.000] WARN: Static file not found: /
[17:02:54.000] WARN: Static file not found: /
[17:02:58.000] WARN: Static file not found: /
[17:03:02.000] WARN: Static file not found: /
[17:03:06.000] WARN: Static file not found: /
[17:03:10.000] WARN: Static file not found: /
[17:03:14.000] WARN: Static file not found: /
[17:03:18.000] WARN: Static file not found: /
[17:03:22.000] WARN: Static file not found: /
[17:03:26.000] WARN: Static file not found: /
[17:03:31.000] WARN: Static file not found: /
[17:03:34.000] WARN: Static file not found: /
[17:03:38.000] WARN: Static file not found: /
[17:03:42.000] WARN: Static file not found: /
[17:03:46.000] WARN: Static file not found: /
[17:03:58.000] WARN: Static file not found: /
[17:03:58.000] WARN: Static file not found: /
[17:03:58.000] WARN: Static file not found: /
[17:04:02.000] WARN: Static file not found: /
[17:04:06.000] WARN: Static file not found: /
[17:04:10.000] WARN: Static file not found: /
[17:04:16.000] WARN: Static file not found: /
[17:04:18.000] WARN: Static file not found: /
[17:04:22.000] WARN: Static file not found: /
[17:04:26.000] WARN: Static file not found: /
[17:04:30.000] WARN: Static file not found: /
[17:04:34.000] WARN: Static file not found: /
[17:04:38.000] WARN: Static file not found: /
[17:04:42.000] WARN: Static file not found: /
[17:04:46.000] WARN: Static file not found: /
[17:04:50.000] WARN: Static file not found: /
[17:04:54.000] WARN: Static file not found: /
[17:04:58.000] WARN: Static file not found: /
[17:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:05:02.000] WARN: Static file not found: /
[17:05:06.000] WARN: Static file not found: /
[17:05:10.000] WARN: Static file not found: /
[17:05:14.000] WARN: Static file not found: /
[17:05:18.000] WARN: Static file not found: /
[17:05:22.000] WARN: Static file not found: /
[17:05:26.000] WARN: Static file not found: /
[17:05:30.000] WARN: Static file not found: /
[17:05:34.000] WARN: Static file not found: /
[17:05:38.000] WARN: Static file not found: /
[17:05:42.000] WARN: Static file not found: /
[17:05:46.000] WARN: Static file not found: /
[17:05:51.000] WARN: Static file not found: /
[17:05:54.000] WARN: Static file not found: /
[17:05:58.000] WARN: Static file not found: /
[17:06:02.000] WARN: Static file not found: /
[17:06:06.000] WARN: Static file not found: /
[17:06:10.000] WARN: Static file not found: /
[17:06:14.000] WARN: Static file not found: /
[17:06:18.000] WARN: Static file not found: /
[17:06:22.000] WARN: Static file not found: /
[17:06:26.000] WARN: Static file not found: /
[17:06:30.000] WARN: Static file not found: /
[17:06:34.000] WARN: Static file not found: /
[17:06:38.000] WARN: Static file not found: /
[17:06:42.000] WARN: Static file not found: /
[17:06:46.000] WARN: Static file not found: /
[17:06:50.000] WARN: Static file not found: /
[17:06:54.000] WARN: Static file not found: /
[17:06:58.000] WARN: Static file not found: /
[17:07:02.000] WARN: Static file not found: /
[17:07:06.000] WARN: Static file not found: /
[17:07:10.000] WARN: Static file not found: /
[17:07:14.000] WARN: Static file not found: /
[17:07:18.000] WARN: Static file not found: /
[17:07:22.000] WARN: Static file not found: /
[17:07:26.000] WARN: Static file not found: /
[17:07:30.000] WARN: Static file not found: /
[17:07:34.000] WARN: Static file not found: /
[17:07:38.000] WARN: Static file not found: /
[17:07:43.000] WARN: Static file not found: /
[17:07:46.000] WARN: Static file not found: /
[17:07:50.000] WARN: Static file not found: /
[17:07:54.000] WARN: Static file not found: /
[17:07:58.000] WARN: Static file not found: /
[17:08:02.000] WARN: Static file not found: /
[17:08:06.000] WARN: Static file not found: /
[17:08:10.000] WARN: Static file not found: /
[17:08:14.000] WARN: Static file not found: /
[17:08:18.000] WARN: Static file not found: /
[17:08:22.000] WARN: Static file not found: /
[17:08:26.000] WARN: Static file not found: /
[17:08:30.000] WARN: Static file not found: /
[17:08:34.000] WARN: Static file not found: /
[17:08:38.000] WARN: Static file not found: /
[17:08:42.000] WARN: Static file not found: /
[17:08:46.000] WARN: Static file not found: /
[17:08:50.000] WARN: Static file not found: /
[17:08:54.000] WARN: Static file not found: /
[17:08:58.000] WARN: Static file not found: /
[17:09:02.000] WARN: Static file not found: /
[17:09:06.000] WARN: Static file not found: /
[17:09:10.000] WARN: Static file not found: /
[17:09:14.000] WARN: Static file not found: /
[17:09:18.000] WARN: Static file not found: /
[17:09:22.000] WARN: Static file not found: /
[17:09:26.000] WARN: Static file not found: /
[17:09:30.000] WARN: Static file not found: /
[17:09:34.000] WARN: Static file not found: /
[17:09:38.000] WARN: Static file not found: /
[17:09:42.000] WARN: Static file not found: /
[17:09:46.000] WARN: Static file not found: /
[17:09:51.000] WARN: Static file not found: /
[17:09:54.000] WARN: Static file not found: /
[17:09:58.000] WARN: Static file not found: /
[17:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:10:02.000] WARN: Static file not found: /
[17:10:06.000] WARN: Static file not found: /
[17:10:10.000] WARN: Static file not found: /
[17:10:14.000] WARN: Static file not found: /
[17:10:18.000] WARN: Static file not found: /
[17:10:22.000] WARN: Static file not found: /
[17:10:26.000] WARN: Static file not found: /
[17:10:30.000] WARN: Static file not found: /
[17:10:34.000] WARN: Static file not found: /
[17:10:39.000] WARN: Static file not found: /
[17:10:42.000] WARN: Static file not found: /
[17:10:46.000] WARN: Static file not found: /
[17:10:51.000] WARN: Static file not found: /
[17:10:54.000] WARN: Static file not found: /
[17:11:01.000] WARN: Static file not found: /
[17:11:02.000] WARN: Static file not found: /
[17:11:06.000] WARN: Static file not found: /
[17:11:10.000] WARN: Static file not found: /
[17:11:14.000] WARN: Static file not found: /
[17:11:18.000] WARN: Static file not found: /
[17:11:22.000] WARN: Static file not found: /
[17:11:26.000] WARN: Static file not found: /
[17:11:30.000] WARN: Static file not found: /
[17:11:34.000] WARN: Static file not found: /
[17:11:38.000] WARN: Static file not found: /
[17:11:42.000] WARN: Static file not found: /
[17:11:46.000] WARN: Static file not found: /
[17:11:50.000] WARN: Static file not found: /
[17:11:54.000] WARN: Static file not found: /
[17:11:58.000] WARN: Static file not found: /
[17:12:02.000] WARN: Static file not found: /
[17:12:06.000] WARN: Static file not found: /
[17:12:10.000] WARN: Static file not found: /
[17:12:14.000] WARN: Static file not found: /
[17:12:18.000] WARN: Static file not found: /
[17:12:22.000] WARN: Static file not found: /
[17:12:26.000] WARN: Static file not found: /
[17:12:30.000] WARN: Static file not found: /
[17:12:34.000] WARN: Static file not found: /
[17:12:38.000] WARN: Static file not found: /
[17:12:42.000] WARN: Static file not found: /
[17:12:46.000] WARN: Static file not found: /
[17:12:50.000] WARN: Static file not found: /
[17:12:54.000] WARN: Static file not found: /
[17:12:58.000] WARN: Static file not found: /
[17:13:02.000] WARN: Static file not found: /
[17:13:06.000] WARN: Static file not found: /
[17:13:10.000] WARN: Static file not found: /
[17:13:15.000] WARN: Static file not found: /
[17:13:18.000] WARN: Static file not found: /
[17:13:22.000] WARN: Static file not found: /
[17:13:26.000] WARN: Static file not found: /
[17:13:30.000] WARN: Static file not found: /
[17:13:34.000] WARN: Static file not found: /
[17:13:38.000] WARN: Static file not found: /
[17:13:42.000] WARN: Static file not found: /
[17:13:46.000] WARN: Static file not found: /
[17:13:50.000] WARN: Static file not found: /
[17:13:54.000] WARN: Static file not found: /
[17:13:58.000] WARN: Static file not found: /
[17:14:02.000] WARN: Static file not found: /
[17:14:06.000] WARN: Static file not found: /
[17:14:10.000] WARN: Static file not found: /
[17:14:14.000] WARN: Static file not found: /
[17:14:18.000] WARN: Static file not found: /
[17:14:22.000] WARN: Static file not found: /
[17:14:26.000] WARN: Static file not found: /
[17:14:30.000] WARN: Static file not found: /
[17:14:34.000] WARN: Static file not found: /
[17:14:38.000] WARN: Static file not found: /
[17:14:42.000] WARN: Static file not found: /
[17:14:46.000] WARN: Static file not found: /
[17:14:50.000] WARN: Static file not found: /
[17:14:54.000] WARN: Static file not found: /
[17:14:58.000] WARN: Static file not found: /
[17:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[17:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:15:02.000] WARN: Static file not found: /
[17:15:06.000] WARN: Static file not found: /
[17:15:10.000] WARN: Static file not found: /
[17:15:14.000] WARN: Static file not found: /
[17:15:18.000] WARN: Static file not found: /
[17:15:22.000] WARN: Static file not found: /
[17:15:26.000] WARN: Static file not found: /
[17:15:31.000] WARN: Static file not found: /
[17:15:34.000] WARN: Static file not found: /
[17:15:40.000] WARN: Static file not found: /
[17:15:42.000] WARN: Static file not found: /
[17:15:46.000] WARN: Static file not found: /
[17:15:50.000] WARN: Static file not found: /
[17:15:54.000] WARN: Static file not found: /
[17:15:59.000] WARN: Static file not found: /
[17:16:02.000] WARN: Static file not found: /
[17:16:06.000] WARN: Static file not found: /
[17:16:10.000] WARN: Static file not found: /
[17:16:14.000] WARN: Static file not found: /
[17:16:18.000] WARN: Static file not found: /
[17:16:22.000] WARN: Static file not found: /
[17:16:26.000] WARN: Static file not found: /
[17:16:30.000] WARN: Static file not found: /
[17:16:34.000] WARN: Static file not found: /
[17:16:38.000] WARN: Static file not found: /
[17:16:42.000] WARN: Static file not found: /
[17:16:46.000] WARN: Static file not found: /
[17:16:50.000] WARN: Static file not found: /
[17:16:54.000] WARN: Static file not found: /
[17:16:58.000] WARN: Static file not found: /
[17:17:02.000] WARN: Static file not found: /
[17:17:06.000] WARN: Static file not found: /
[17:17:11.000] WARN: Static file not found: /
[17:17:14.000] WARN: Static file not found: /
[17:17:18.000] WARN: Static file not found: /
[17:17:22.000] WARN: Static file not found: /
[17:17:26.000] WARN: Static file not found: /
[17:17:30.000] WARN: Static file not found: /
[17:17:34.000] WARN: Static file not found: /
[17:17:38.000] WARN: Static file not found: /
[17:17:42.000] WARN: Static file not found: /
[17:17:46.000] WARN: Static file not found: /
[17:17:51.000] WARN: Static file not found: /
[17:17:54.000] WARN: Static file not found: /
[17:17:58.000] WARN: Static file not found: /
[17:18:02.000] WARN: Static file not found: /
[17:18:06.000] WARN: Static file not found: /
[17:18:10.000] WARN: Static file not found: /
[17:18:14.000] WARN: Static file not found: /
[17:18:19.000] WARN: Static file not found: /
[17:18:22.000] WARN: Static file not found: /
[17:18:26.000] WARN: Static file not found: /
[17:18:30.000] WARN: Static file not found: /
[17:18:34.000] WARN: Static file not found: /
[17:18:38.000] WARN: Static file not found: /
[17:18:42.000] WARN: Static file not found: /
[17:18:46.000] WARN: Static file not found: /
[17:18:50.000] WARN: Static file not found: /
[17:18:54.000] WARN: Static file not found: /
[17:18:58.000] WARN: Static file not found: /
[17:19:02.000] WARN: Static file not found: /
[17:19:06.000] WARN: Static file not found: /
[17:19:10.000] WARN: Static file not found: /
[17:19:14.000] WARN: Static file not found: /
[17:19:18.000] WARN: Static file not found: /
[17:19:22.000] WARN: Static file not found: /
[17:19:26.000] WARN: Static file not found: /
[17:19:30.000] WARN: Static file not found: /
[17:19:34.000] WARN: Static file not found: /
[17:19:38.000] WARN: Static file not found: /
[17:19:42.000] WARN: Static file not found: /
[17:19:46.000] WARN: Static file not found: /
[17:19:50.000] WARN: Static file not found: /
[17:19:54.000] WARN: Static file not found: /
[17:19:58.000] WARN: Static file not found: /
[17:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:20:02.000] WARN: Static file not found: /
[17:20:06.000] WARN: Static file not found: /
[17:20:10.000] WARN: Static file not found: /
[17:20:14.000] WARN: Static file not found: /
[17:20:18.000] WARN: Static file not found: /
[17:20:22.000] WARN: Static file not found: /
[17:20:26.000] WARN: Static file not found: /
[17:20:30.000] WARN: Static file not found: /
[17:20:34.000] WARN: Static file not found: /
[17:20:38.000] WARN: Static file not found: /
[17:20:42.000] WARN: Static file not found: /
[17:20:46.000] WARN: Static file not found: /
[17:20:50.000] WARN: Static file not found: /
[17:20:55.000] WARN: Static file not found: /
[17:20:58.000] WARN: Static file not found: /
[17:21:02.000] WARN: Static file not found: /
[17:21:06.000] WARN: Static file not found: /
[17:21:10.000] WARN: Static file not found: /
[17:21:14.000] WARN: Static file not found: /
[17:21:18.000] WARN: Static file not found: /
[17:21:22.000] WARN: Static file not found: /
[17:21:26.000] WARN: Static file not found: /
[17:21:30.000] WARN: Static file not found: /
[17:21:34.000] WARN: Static file not found: /
[17:21:38.000] WARN: Static file not found: /
[17:21:42.000] WARN: Static file not found: /
[17:21:46.000] WARN: Static file not found: /
[17:21:50.000] WARN: Static file not found: /
[17:21:54.000] WARN: Static file not found: /
[17:21:58.000] WARN: Static file not found: /
[17:22:02.000] WARN: Static file not found: /
[17:22:06.000] WARN: Static file not found: /
[17:22:10.000] WARN: Static file not found: /
[17:22:14.000] WARN: Static file not found: /
[17:22:18.000] WARN: Static file not found: /
[17:22:22.000] WARN: Static file not found: /
[17:22:26.000] WARN: Static file not found: /
[17:22:30.000] WARN: Static file not found: /
[17:22:34.000] WARN: Static file not found: /
[17:22:38.000] WARN: Static file not found: /
[17:22:42.000] WARN: Static file not found: /
[17:22:46.000] WARN: Static file not found: /
[17:22:50.000] WARN: Static file not found: /
[17:22:54.000] WARN: Static file not found: /
[17:22:58.000] WARN: Static file not found: /
[17:23:02.000] WARN: Static file not found: /
[17:23:06.000] WARN: Static file not found: /
[17:23:10.000] WARN: Static file not found: /
[17:23:14.000] WARN: Static file not found: /
[17:23:19.000] WARN: Static file not found: /
[17:23:22.000] WARN: Static file not found: /
[17:23:26.000] WARN: Static file not found: /
[17:23:31.000] WARN: Static file not found: /
[17:23:34.000] WARN: Static file not found: /
[17:23:38.000] WARN: Static file not found: /
[17:23:42.000] WARN: Static file not found: /
[17:23:46.000] WARN: Static file not found: /
[17:23:50.000] WARN: Static file not found: /
[17:23:54.000] WARN: Static file not found: /
[17:23:58.000] WARN: Static file not found: /
[17:24:02.000] WARN: Static file not found: /
[17:24:06.000] WARN: Static file not found: /
[17:24:10.000] WARN: Static file not found: /
[17:24:14.000] WARN: Static file not found: /
[17:24:18.000] WARN: Static file not found: /
[17:24:22.000] WARN: Static file not found: /
[17:24:26.000] WARN: Static file not found: /
[17:24:30.000] WARN: Static file not found: /
[17:24:34.000] WARN: Static file not found: /
[17:24:38.000] WARN: Static file not found: /
[17:24:42.000] WARN: Static file not found: /
[17:24:47.000] WARN: Static file not found: /
[17:24:50.000] WARN: Static file not found: /
[17:24:54.000] WARN: Static file not found: /
[17:24:58.000] WARN: Static file not found: /
[17:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:25:02.000] WARN: Static file not found: /
[17:25:06.000] WARN: Static file not found: /
[17:25:11.000] WARN: Static file not found: /
[17:25:14.000] WARN: Static file not found: /
[17:25:18.000] WARN: Static file not found: /
[17:25:23.000] WARN: Static file not found: /
[17:25:26.000] WARN: Static file not found: /
[17:25:30.000] WARN: Static file not found: /
[17:25:34.000] WARN: Static file not found: /
[17:25:38.000] WARN: Static file not found: /
[17:25:42.000] WARN: Static file not found: /
[17:25:46.000] WARN: Static file not found: /
[17:25:50.000] WARN: Static file not found: /
[17:25:54.000] WARN: Static file not found: /
[17:25:58.000] WARN: Static file not found: /
[17:26:02.000] WARN: Static file not found: /
[17:26:06.000] WARN: Static file not found: /
[17:26:10.000] WARN: Static file not found: /
[17:26:15.000] WARN: Static file not found: /
[17:26:18.000] WARN: Static file not found: /
[17:26:22.000] WARN: Static file not found: /
[17:26:26.000] WARN: Static file not found: /
[17:26:31.000] WARN: Static file not found: /
[17:26:34.000] WARN: Static file not found: /
[17:26:38.000] WARN: Static file not found: /
[17:26:42.000] WARN: Static file not found: /
[17:26:46.000] WARN: Static file not found: /
[17:26:50.000] WARN: Static file not found: /
[17:26:56.000] WARN: Static file not found: /
[17:26:58.000] WARN: Static file not found: /
[17:27:02.000] WARN: Static file not found: /
[17:27:06.000] WARN: Static file not found: /
[17:27:10.000] WARN: Static file not found: /
[17:27:14.000] WARN: Static file not found: /
[17:27:18.000] WARN: Static file not found: /
[17:27:22.000] WARN: Static file not found: /
[17:27:26.000] WARN: Static file not found: /
[17:27:30.000] WARN: Static file not found: /
[17:27:34.000] WARN: Static file not found: /
[17:27:38.000] WARN: Static file not found: /
[17:27:42.000] WARN: Static file not found: /
[17:27:46.000] WARN: Static file not found: /
[17:27:50.000] WARN: Static file not found: /
[17:27:54.000] WARN: Static file not found: /
[17:27:58.000] WARN: Static file not found: /
[17:28:02.000] WARN: Static file not found: /
[17:28:06.000] WARN: Static file not found: /
[17:28:10.000] WARN: Static file not found: /
[17:28:14.000] WARN: Static file not found: /
[17:28:18.000] WARN: Static file not found: /
[17:28:22.000] WARN: Static file not found: /
[17:28:26.000] WARN: Static file not found: /
[17:28:30.000] WARN: Static file not found: /
[17:28:34.000] WARN: Static file not found: /
[17:28:38.000] WARN: Static file not found: /
[17:28:42.000] WARN: Static file not found: /
[17:28:46.000] WARN: Static file not found: /
[17:28:50.000] WARN: Static file not found: /
[17:28:54.000] WARN: Static file not found: /
[17:28:58.000] WARN: Static file not found: /
[17:29:02.000] WARN: Static file not found: /
[17:29:06.000] WARN: Static file not found: /
[17:29:10.000] WARN: Static file not found: /
[17:29:14.000] WARN: Static file not found: /
[17:29:18.000] WARN: Static file not found: /
[17:29:22.000] WARN: Static file not found: /
[17:29:26.000] WARN: Static file not found: /
[17:29:30.000] WARN: Static file not found: /
[17:29:34.000] WARN: Static file not found: /
[17:29:38.000] WARN: Static file not found: /
[17:29:42.000] WARN: Static file not found: /
[17:29:47.000] WARN: Static file not found: /
[17:29:50.000] WARN: Static file not found: /
[17:29:54.000] WARN: Static file not found: /
[17:29:58.000] WARN: Static file not found: /
[17:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[17:30:02.000] WARN: Static file not found: /
[17:30:06.000] WARN: Static file not found: /
[17:30:10.000] WARN: Static file not found: /
[17:30:14.000] WARN: Static file not found: /
[17:30:18.000] WARN: Static file not found: /
[17:30:22.000] WARN: Static file not found: /
[17:30:27.000] WARN: Static file not found: /
[17:30:30.000] WARN: Static file not found: /
[17:30:34.000] WARN: Static file not found: /
[17:30:38.000] WARN: Static file not found: /
[17:30:42.000] WARN: Static file not found: /
[17:30:46.000] WARN: Static file not found: /
[17:30:50.000] WARN: Static file not found: /
[17:30:54.000] WARN: Static file not found: /
[17:30:58.000] WARN: Static file not found: /
[17:31:02.000] WARN: Static file not found: /
[17:31:06.000] WARN: Static file not found: /
[17:31:10.000] WARN: Static file not found: /
[17:31:14.000] WARN: Static file not found: /
[17:31:18.000] WARN: Static file not found: /
[17:31:22.000] WARN: Static file not found: /
[17:31:26.000] WARN: Static file not found: /
[17:31:30.000] WARN: Static file not found: /
[17:31:34.000] WARN: Static file not found: /
[17:31:38.000] WARN: Static file not found: /
[17:31:42.000] WARN: Static file not found: /
[17:31:46.000] WARN: Static file not found: /
[17:31:50.000] WARN: Static file not found: /
[17:31:54.000] WARN: Static file not found: /
[17:31:58.000] WARN: Static file not found: /
[17:32:02.000] WARN: Static file not found: /
[17:32:07.000] WARN: Static file not found: /
[17:32:10.000] WARN: Static file not found: /
[17:32:14.000] WARN: Static file not found: /
[17:32:19.000] WARN: Static file not found: /
[17:32:22.000] WARN: Static file not found: /
[17:32:26.000] WARN: Static file not found: /
[17:32:30.000] WARN: Static file not found: /
[17:32:34.000] WARN: Static file not found: /
[17:32:38.000] WARN: Static file not found: /
[17:32:42.000] WARN: Static file not found: /
[17:32:46.000] WARN: Static file not found: /
[17:32:50.000] WARN: Static file not found: /
[17:32:54.000] WARN: Static file not found: /
[17:32:58.000] WARN: Static file not found: /
[17:33:02.000] WARN: Static file not found: /
[17:33:06.000] WARN: Static file not found: /
[17:33:10.000] WARN: Static file not found: /
[17:33:14.000] WARN: Static file not found: /
[17:33:18.000] WARN: Static file not found: /
[17:33:22.000] WARN: Static file not found: /
[17:33:26.000] WARN: Static file not found: /
[17:33:30.000] WARN: Static file not found: /
[17:33:34.000] WARN: Static file not found: /
[17:33:38.000] WARN: Static file not found: /
[17:33:42.000] WARN: Static file not found: /
[17:33:46.000] WARN: Static file not found: /
[17:33:50.000] WARN: Static file not found: /
[17:33:54.000] WARN: Static file not found: /
[17:33:58.000] WARN: Static file not found: /
[17:34:02.000] WARN: Static file not found: /
[17:34:06.000] WARN: Static file not found: /
[17:34:10.000] WARN: Static file not found: /
[17:34:14.000] WARN: Static file not found: /
[17:34:18.000] WARN: Static file not found: /
[17:34:22.000] WARN: Static file not found: /
[17:34:26.000] WARN: Static file not found: /
[17:34:30.000] WARN: Static file not found: /
[17:34:34.000] WARN: Static file not found: /
[17:34:38.000] WARN: Static file not found: /
[17:34:42.000] WARN: Static file not found: /
[17:34:46.000] WARN: Static file not found: /
[17:34:50.000] WARN: Static file not found: /
[17:34:54.000] WARN: Static file not found: /
[17:34:58.000] WARN: Static file not found: /
[17:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:35:02.000] WARN: Static file not found: /
[17:35:06.000] WARN: Static file not found: /
[17:35:10.000] WARN: Static file not found: /
[17:35:14.000] WARN: Static file not found: /
[17:35:18.000] WARN: Static file not found: /
[17:35:22.000] WARN: Static file not found: /
[17:35:26.000] WARN: Static file not found: /
[17:35:30.000] WARN: Static file not found: /
[17:35:34.000] WARN: Static file not found: /
[17:35:38.000] WARN: Static file not found: /
[17:35:42.000] WARN: Static file not found: /
[17:35:46.000] WARN: Static file not found: /
[17:35:50.000] WARN: Static file not found: /
[17:35:54.000] WARN: Static file not found: /
[17:35:58.000] WARN: Static file not found: /
[17:36:02.000] WARN: Static file not found: /
[17:36:06.000] WARN: Static file not found: /
[17:36:10.000] WARN: Static file not found: /
[17:36:14.000] WARN: Static file not found: /
[17:36:18.000] WARN: Static file not found: /
[17:36:22.000] WARN: Static file not found: /
[17:36:26.000] WARN: Static file not found: /
[17:36:30.000] WARN: Static file not found: /
[17:36:34.000] WARN: Static file not found: /
[17:36:38.000] WARN: Static file not found: /
[17:36:42.000] WARN: Static file not found: /
[17:36:47.000] WARN: Static file not found: /
[17:36:50.000] WARN: Static file not found: /
[17:36:54.000] WARN: Static file not found: /
[17:36:58.000] WARN: Static file not found: /
[17:37:02.000] WARN: Static file not found: /
[17:37:06.000] WARN: Static file not found: /
[17:37:10.000] WARN: Static file not found: /
[17:37:14.000] WARN: Static file not found: /
[17:37:18.000] WARN: Static file not found: /
[17:37:22.000] WARN: Static file not found: /
[17:37:26.000] WARN: Static file not found: /
[17:37:30.000] WARN: Static file not found: /
[17:37:34.000] WARN: Static file not found: /
[17:37:38.000] WARN: Static file not found: /
[17:37:42.000] WARN: Static file not found: /
[17:37:46.000] WARN: Static file not found: /
[17:37:50.000] WARN: Static file not found: /
[17:37:54.000] WARN: Static file not found: /
[17:37:58.000] WARN: Static file not found: /
[17:38:02.000] WARN: Static file not found: /
[17:38:06.000] WARN: Static file not found: /
[17:38:10.000] WARN: Static file not found: /
[17:38:14.000] WARN: Static file not found: /
[17:38:18.000] WARN: Static file not found: /
[17:38:22.000] WARN: Static file not found: /
[17:38:26.000] WARN: Static file not found: /
[17:38:30.000] WARN: Static file not found: /
[17:38:34.000] WARN: Static file not found: /
[17:38:38.000] WARN: Static file not found: /
[17:38:42.000] WARN: Static file not found: /
[17:38:46.000] WARN: Static file not found: /
[17:38:50.000] WARN: Static file not found: /
[17:38:54.000] WARN: Static file not found: /
[17:38:58.000] WARN: Static file not found: /
[17:39:02.000] WARN: Static file not found: /
[17:39:06.000] WARN: Static file not found: /
[17:39:10.000] WARN: Static file not found: /
[17:39:14.000] WARN: Static file not found: /
[17:39:18.000] WARN: Static file not found: /
[17:39:22.000] WARN: Static file not found: /
[17:39:26.000] WARN: Static file not found: /
[17:39:30.000] WARN: Static file not found: /
[17:39:34.000] WARN: Static file not found: /
[17:39:38.000] WARN: Static file not found: /
[17:39:42.000] WARN: Static file not found: /
[17:39:46.000] WARN: Static file not found: /
[17:39:50.000] WARN: Static file not found: /
[17:39:54.000] WARN: Static file not found: /
[17:39:58.000] WARN: Static file not found: /
[17:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:40:02.000] WARN: Static file not found: /
[17:40:06.000] WARN: Static file not found: /
[17:40:10.000] WARN: Static file not found: /
[17:40:14.000] WARN: Static file not found: /
[17:40:18.000] WARN: Static file not found: /
[17:40:22.000] WARN: Static file not found: /
[17:40:26.000] WARN: Static file not found: /
[17:40:31.000] WARN: Static file not found: /
[17:40:34.000] WARN: Static file not found: /
[17:40:38.000] WARN: Static file not found: /
[17:40:42.000] WARN: Static file not found: /
[17:40:46.000] WARN: Static file not found: /
[17:40:50.000] WARN: Static file not found: /
[17:40:54.000] WARN: Static file not found: /
[17:40:58.000] WARN: Static file not found: /
[17:41:02.000] WARN: Static file not found: /
[17:41:06.000] WARN: Static file not found: /
[17:41:10.000] WARN: Static file not found: /
[17:41:14.000] WARN: Static file not found: /
[17:41:18.000] WARN: Static file not found: /
[17:41:22.000] WARN: Static file not found: /
[17:41:26.000] WARN: Static file not found: /
[17:41:30.000] WARN: Static file not found: /
[17:41:34.000] WARN: Static file not found: /
[17:41:38.000] WARN: Static file not found: /
[17:41:42.000] WARN: Static file not found: /
[17:41:47.000] WARN: Static file not found: /
[17:41:50.000] WARN: Static file not found: /
[17:41:54.000] WARN: Static file not found: /
[17:41:58.000] WARN: Static file not found: /
[17:42:02.000] WARN: Static file not found: /
[17:42:06.000] WARN: Static file not found: /
[17:42:10.000] WARN: Static file not found: /
[17:42:14.000] WARN: Static file not found: /
[17:42:18.000] WARN: Static file not found: /
[17:42:22.000] WARN: Static file not found: /
[17:42:26.000] WARN: Static file not found: /
[17:42:30.000] WARN: Static file not found: /
[17:42:34.000] WARN: Static file not found: /
[17:42:38.000] WARN: Static file not found: /
[17:42:42.000] WARN: Static file not found: /
[17:42:46.000] WARN: Static file not found: /
[17:42:50.000] WARN: Static file not found: /
[17:42:54.000] WARN: Static file not found: /
[17:42:58.000] WARN: Static file not found: /
[17:43:02.000] WARN: Static file not found: /
[17:43:06.000] WARN: Static file not found: /
[17:43:10.000] WARN: Static file not found: /
[17:43:14.000] WARN: Static file not found: /
[17:43:18.000] WARN: Static file not found: /
[17:43:22.000] WARN: Static file not found: /
[17:43:26.000] WARN: Static file not found: /
[17:43:30.000] WARN: Static file not found: /
[17:43:34.000] WARN: Static file not found: /
[17:43:38.000] WARN: Static file not found: /
[17:43:42.000] WARN: Static file not found: /
[17:43:46.000] WARN: Static file not found: /
[17:43:50.000] WARN: Static file not found: /
[17:43:54.000] WARN: Static file not found: /
[17:43:58.000] WARN: Static file not found: /
[17:44:02.000] WARN: Static file not found: /
[17:44:06.000] WARN: Static file not found: /
[17:44:10.000] WARN: Static file not found: /
[17:44:14.000] WARN: Static file not found: /
[17:44:18.000] WARN: Static file not found: /
[17:44:22.000] WARN: Static file not found: /
[17:44:26.000] WARN: Static file not found: /
[17:44:30.000] WARN: Static file not found: /
[17:44:34.000] WARN: Static file not found: /
[17:44:38.000] WARN: Static file not found: /
[17:44:42.000] WARN: Static file not found: /
[17:44:46.000] WARN: Static file not found: /
[17:44:50.000] WARN: Static file not found: /
[17:44:54.000] WARN: Static file not found: /
[17:44:58.000] WARN: Static file not found: /
[17:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:45:02.000] WARN: Static file not found: /
[17:45:06.000] WARN: Static file not found: /
[17:45:10.000] WARN: Static file not found: /
[17:45:14.000] WARN: Static file not found: /
[17:45:18.000] WARN: Static file not found: /
[17:45:22.000] WARN: Static file not found: /
[17:45:26.000] WARN: Static file not found: /
[17:45:30.000] WARN: Static file not found: /
[17:45:34.000] WARN: Static file not found: /
[17:45:38.000] WARN: Static file not found: /
[17:45:42.000] WARN: Static file not found: /
[17:45:46.000] WARN: Static file not found: /
[17:45:50.000] WARN: Static file not found: /
[17:45:58.000] WARN: Static file not found: /
[17:45:58.000] WARN: Static file not found: /
[17:46:02.000] WARN: Static file not found: /
[17:46:06.000] WARN: Static file not found: /
[17:46:12.000] WARN: Static file not found: /
[17:46:14.000] WARN: Static file not found: /
[17:46:18.000] WARN: Static file not found: /
[17:46:22.000] WARN: Static file not found: /
[17:46:26.000] WARN: Static file not found: /
[17:46:30.000] WARN: Static file not found: /
[17:46:34.000] WARN: Static file not found: /
[17:46:38.000] WARN: Static file not found: /
[17:46:42.000] WARN: Static file not found: /
[17:46:46.000] WARN: Static file not found: /
[17:46:50.000] WARN: Static file not found: /
[17:46:54.000] WARN: Static file not found: /
[17:46:58.000] WARN: Static file not found: /
[17:47:02.000] WARN: Static file not found: /
[17:47:06.000] WARN: Static file not found: /
[17:47:11.000] WARN: Static file not found: /
[17:47:14.000] WARN: Static file not found: /
[17:47:18.000] WARN: Static file not found: /
[17:47:22.000] WARN: Static file not found: /
[17:47:26.000] WARN: Static file not found: /
[17:47:30.000] WARN: Static file not found: /
[17:47:35.000] WARN: Static file not found: /
[17:47:38.000] WARN: Static file not found: /
[17:47:43.000] WARN: Static file not found: /
[17:47:46.000] WARN: Static file not found: /
[17:47:51.000] WARN: Static file not found: /
[17:47:54.000] WARN: Static file not found: /
[17:47:58.000] WARN: Static file not found: /
[17:48:02.000] WARN: Static file not found: /
[17:48:06.000] WARN: Static file not found: /
[17:48:10.000] WARN: Static file not found: /
[17:48:14.000] WARN: Static file not found: /
[17:48:19.000] WARN: Static file not found: /
[17:48:22.000] WARN: Static file not found: /
[17:48:26.000] WARN: Static file not found: /
[17:48:30.000] WARN: Static file not found: /
[17:48:34.000] WARN: Static file not found: /
[17:48:38.000] WARN: Static file not found: /
[17:48:43.000] WARN: Static file not found: /
[17:48:48.000] WARN: Static file not found: /
[17:48:52.000] WARN: Static file not found: /
[17:48:56.000] WARN: Static file not found: /
[17:48:58.000] WARN: Static file not found: /
[17:49:02.000] WARN: Static file not found: /
[17:49:06.000] WARN: Static file not found: /
[17:49:12.000] WARN: Static file not found: /
[17:49:14.000] WARN: Static file not found: /
[17:49:18.000] WARN: Static file not found: /
[17:49:22.000] WARN: Static file not found: /
[17:49:26.000] WARN: Static file not found: /
[17:49:30.000] WARN: Static file not found: /
[17:49:34.000] WARN: Static file not found: /
[17:49:38.000] WARN: Static file not found: /
[17:49:42.000] WARN: Static file not found: /
[17:49:47.000] WARN: Static file not found: /
[17:49:50.000] WARN: Static file not found: /
[17:49:54.000] WARN: Static file not found: /
[17:49:59.000] WARN: Static file not found: /
[17:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:50:02.000] WARN: Static file not found: /
[17:50:11.000] INFO: HTTP Server is running on port 3000
[17:50:11.000] WARN: Static file not found: /
[17:50:14.000] WARN: Static file not found: /
[17:50:18.000] WARN: Static file not found: /
[17:50:22.000] WARN: Static file not found: /
[17:50:26.000] WARN: Static file not found: /
[17:50:30.000] WARN: Static file not found: /
[17:50:34.000] WARN: Static file not found: /
[17:50:38.000] WARN: Static file not found: /
[17:50:42.000] WARN: Static file not found: /
[17:50:46.000] WARN: Static file not found: /
[17:50:50.000] WARN: Static file not found: /
[17:50:54.000] WARN: Static file not found: /
[17:50:58.000] WARN: Static file not found: /
[17:51:02.000] WARN: Static file not found: /
[17:51:06.000] WARN: Static file not found: /
[17:51:10.000] WARN: Static file not found: /
[17:51:14.000] WARN: Static file not found: /
[17:51:18.000] WARN: Static file not found: /
[17:51:22.000] WARN: Static file not found: /
[17:51:26.000] WARN: Static file not found: /
[17:51:30.000] WARN: Static file not found: /
[17:51:34.000] WARN: Static file not found: /
[17:51:38.000] WARN: Static file not found: /
[17:51:42.000] WARN: Static file not found: /
[17:51:46.000] WARN: Static file not found: /
[17:51:50.000] WARN: Static file not found: /
[17:51:55.000] WARN: Static file not found: /
[17:51:58.000] WARN: Static file not found: /
[17:52:02.000] WARN: Static file not found: /
[17:52:06.000] WARN: Static file not found: /
[17:52:10.000] WARN: Static file not found: /
[17:52:14.000] WARN: Static file not found: /
[17:52:18.000] WARN: Static file not found: /
[17:52:22.000] WARN: Static file not found: /
[17:52:26.000] WARN: Static file not found: /
[17:52:30.000] WARN: Static file not found: /
[17:52:35.000] WARN: Static file not found: /
[17:52:38.000] WARN: Static file not found: /
[17:52:42.000] WARN: Static file not found: /
[17:52:46.000] WARN: Static file not found: /
[17:52:50.000] WARN: Static file not found: /
[17:52:54.000] WARN: Static file not found: /
[17:52:58.000] WARN: Static file not found: /
[17:53:02.000] WARN: Static file not found: /
[17:53:06.000] WARN: Static file not found: /
[17:53:10.000] WARN: Static file not found: /
[17:53:14.000] WARN: Static file not found: /
[17:53:18.000] WARN: Static file not found: /
[17:53:22.000] WARN: Static file not found: /
[17:53:26.000] WARN: Static file not found: /
[17:53:30.000] WARN: Static file not found: /
[17:53:34.000] WARN: Static file not found: /
[17:53:38.000] WARN: Static file not found: /
[17:53:42.000] WARN: Static file not found: /
[17:53:46.000] WARN: Static file not found: /
[17:53:50.000] WARN: Static file not found: /
[17:53:54.000] WARN: Static file not found: /
[17:53:58.000] WARN: Static file not found: /
[17:54:02.000] WARN: Static file not found: /
[17:54:06.000] WARN: Static file not found: /
[17:54:10.000] WARN: Static file not found: /
[17:54:14.000] WARN: Static file not found: /
[17:54:19.000] WARN: Static file not found: /
[17:54:22.000] WARN: Static file not found: /
[17:54:26.000] WARN: Static file not found: /
[17:54:30.000] WARN: Static file not found: /
[17:54:34.000] WARN: Static file not found: /
[17:54:38.000] WARN: Static file not found: /
[17:54:42.000] WARN: Static file not found: /
[17:54:46.000] WARN: Static file not found: /
[17:54:50.000] WARN: Static file not found: /
[17:54:54.000] WARN: Static file not found: /
[17:54:58.000] WARN: Static file not found: /
[17:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[17:55:02.000] WARN: Static file not found: /
[17:55:06.000] WARN: Static file not found: /
[17:55:10.000] WARN: Static file not found: /
[17:55:14.000] WARN: Static file not found: /
[17:55:18.000] WARN: Static file not found: /
[17:55:22.000] WARN: Static file not found: /
[17:55:26.000] WARN: Static file not found: /
[17:55:30.000] WARN: Static file not found: /
[17:55:34.000] WARN: Static file not found: /
[17:55:38.000] WARN: Static file not found: /
[17:55:42.000] WARN: Static file not found: /
[17:55:46.000] WARN: Static file not found: /
[17:55:50.000] WARN: Static file not found: /
[17:55:54.000] WARN: Static file not found: /
[17:55:58.000] WARN: Static file not found: /
[17:56:02.000] WARN: Static file not found: /
[17:56:06.000] WARN: Static file not found: /
[17:56:10.000] WARN: Static file not found: /
[17:56:15.000] WARN: Static file not found: /
[17:56:18.000] WARN: Static file not found: /
[17:56:22.000] WARN: Static file not found: /
[17:56:26.000] WARN: Static file not found: /
[17:56:30.000] WARN: Static file not found: /
[17:56:34.000] WARN: Static file not found: /
[17:56:38.000] WARN: Static file not found: /
[17:56:42.000] WARN: Static file not found: /
[17:56:46.000] WARN: Static file not found: /
[17:56:50.000] WARN: Static file not found: /
[17:56:54.000] WARN: Static file not found: /
[17:56:58.000] WARN: Static file not found: /
[17:57:02.000] WARN: Static file not found: /
[17:57:06.000] WARN: Static file not found: /
[17:57:10.000] WARN: Static file not found: /
[17:57:14.000] WARN: Static file not found: /
[17:57:18.000] WARN: Static file not found: /
[17:57:22.000] WARN: Static file not found: /
[17:57:26.000] WARN: Static file not found: /
[17:57:30.000] WARN: Static file not found: /
[17:57:34.000] WARN: Static file not found: /
[17:57:39.000] WARN: Static file not found: /
[17:57:42.000] WARN: Static file not found: /
[17:57:46.000] WARN: Static file not found: /
[17:57:50.000] WARN: Static file not found: /
[17:57:54.000] WARN: Static file not found: /
[17:57:58.000] WARN: Static file not found: /
[17:58:02.000] WARN: Static file not found: /
[17:58:06.000] WARN: Static file not found: /
[17:58:10.000] WARN: Static file not found: /
[17:58:14.000] WARN: Static file not found: /
[17:58:18.000] WARN: Static file not found: /
[17:58:23.000] WARN: Static file not found: /
[17:58:26.000] WARN: Static file not found: /
[17:58:30.000] WARN: Static file not found: /
[17:58:34.000] WARN: Static file not found: /
[17:58:38.000] WARN: Static file not found: /
[17:58:42.000] WARN: Static file not found: /
[17:58:46.000] WARN: Static file not found: /
[17:58:50.000] WARN: Static file not found: /
[17:58:54.000] WARN: Static file not found: /
[17:58:58.000] WARN: Static file not found: /
[17:59:02.000] WARN: Static file not found: /
[17:59:06.000] WARN: Static file not found: /
[17:59:10.000] WARN: Static file not found: /
[17:59:14.000] WARN: Static file not found: /
[17:59:18.000] WARN: Static file not found: /
[17:59:22.000] WARN: Static file not found: /
[17:59:26.000] WARN: Static file not found: /
[17:59:30.000] WARN: Static file not found: /
[17:59:34.000] WARN: Static file not found: /
[17:59:38.000] WARN: Static file not found: /
[17:59:42.000] WARN: Static file not found: /
[17:59:46.000] WARN: Static file not found: /
[17:59:50.000] WARN: Static file not found: /
[17:59:54.000] WARN: Static file not found: /
[17:59:58.000] WARN: Static file not found: /
[18:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[18:00:02.000] WARN: Static file not found: /
[18:00:06.000] WARN: Static file not found: /
[18:00:10.000] WARN: Static file not found: /
[18:00:16.000] WARN: Static file not found: /
[18:00:18.000] WARN: Static file not found: /
[18:00:22.000] WARN: Static file not found: /
[18:00:26.000] WARN: Static file not found: /
[18:00:30.000] WARN: Static file not found: /
[18:00:34.000] WARN: Static file not found: /
[18:00:38.000] WARN: Static file not found: /
[18:00:42.000] WARN: Static file not found: /
[18:00:46.000] WARN: Static file not found: /
[18:00:50.000] WARN: Static file not found: /
[18:00:54.000] WARN: Static file not found: /
[18:00:58.000] WARN: Static file not found: /
[18:01:02.000] WARN: Static file not found: /
[18:01:06.000] WARN: Static file not found: /
[18:01:10.000] WARN: Static file not found: /
[18:01:14.000] WARN: Static file not found: /
[18:01:18.000] WARN: Static file not found: /
[18:01:22.000] WARN: Static file not found: /
[18:01:26.000] WARN: Static file not found: /
[18:01:30.000] WARN: Static file not found: /
[18:01:35.000] WARN: Static file not found: /
[18:01:38.000] WARN: Static file not found: /
[18:01:42.000] WARN: Static file not found: /
[18:01:46.000] WARN: Static file not found: /
[18:01:50.000] WARN: Static file not found: /
[18:01:54.000] WARN: Static file not found: /
[18:01:58.000] WARN: Static file not found: /
[18:02:02.000] WARN: Static file not found: /
[18:02:06.000] WARN: Static file not found: /
[18:02:10.000] WARN: Static file not found: /
[18:02:15.000] WARN: Static file not found: /
[18:02:18.000] WARN: Static file not found: /
[18:02:23.000] WARN: Static file not found: /
[18:02:26.000] WARN: Static file not found: /
[18:02:30.000] WARN: Static file not found: /
[18:02:34.000] WARN: Static file not found: /
[18:02:38.000] WARN: Static file not found: /
[18:02:43.000] WARN: Static file not found: /
[18:02:46.000] WARN: Static file not found: /
[18:02:51.000] WARN: Static file not found: /
[18:02:54.000] WARN: Static file not found: /
[18:02:58.000] WARN: Static file not found: /
[18:03:02.000] WARN: Static file not found: /
[18:03:06.000] WARN: Static file not found: /
[18:03:10.000] WARN: Static file not found: /
[18:03:14.000] WARN: Static file not found: /
[18:03:18.000] WARN: Static file not found: /
[18:03:22.000] WARN: Static file not found: /
[18:03:26.000] WARN: Static file not found: /
[18:03:30.000] WARN: Static file not found: /
[18:03:34.000] WARN: Static file not found: /
[18:03:38.000] WARN: Static file not found: /
[18:03:42.000] WARN: Static file not found: /
[18:03:46.000] WARN: Static file not found: /
[18:03:50.000] WARN: Static file not found: /
[18:03:54.000] WARN: Static file not found: /
[18:03:59.000] WARN: Static file not found: /
[18:04:02.000] WARN: Static file not found: /
[18:04:06.000] WARN: Static file not found: /
[18:04:10.000] WARN: Static file not found: /
[18:04:14.000] WARN: Static file not found: /
[18:04:18.000] WARN: Static file not found: /
[18:04:22.000] WARN: Static file not found: /
[18:04:26.000] WARN: Static file not found: /
[18:04:30.000] WARN: Static file not found: /
[18:04:34.000] WARN: Static file not found: /
[18:04:38.000] WARN: Static file not found: /
[18:04:42.000] WARN: Static file not found: /
[18:04:46.000] WARN: Static file not found: /
[18:04:50.000] WARN: Static file not found: /
[18:04:54.000] WARN: Static file not found: /
[18:04:58.000] WARN: Static file not found: /
[18:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:05:02.000] WARN: Static file not found: /
[18:05:06.000] WARN: Static file not found: /
[18:05:10.000] WARN: Static file not found: /
[18:05:14.000] WARN: Static file not found: /
[18:05:18.000] WARN: Static file not found: /
[18:05:22.000] WARN: Static file not found: /
[18:05:26.000] WARN: Static file not found: /
[18:05:30.000] WARN: Static file not found: /
[18:05:34.000] WARN: Static file not found: /
[18:05:38.000] WARN: Static file not found: /
[18:05:42.000] WARN: Static file not found: /
[18:05:46.000] WARN: Static file not found: /
[18:05:50.000] WARN: Static file not found: /
[18:05:54.000] WARN: Static file not found: /
[18:05:58.000] WARN: Static file not found: /
[18:06:02.000] WARN: Static file not found: /
[18:06:06.000] WARN: Static file not found: /
[18:06:10.000] WARN: Static file not found: /
[18:06:14.000] WARN: Static file not found: /
[18:06:18.000] WARN: Static file not found: /
[18:06:22.000] WARN: Static file not found: /
[18:06:26.000] WARN: Static file not found: /
[18:06:30.000] WARN: Static file not found: /
[18:06:36.000] WARN: Static file not found: /
[18:06:38.000] WARN: Static file not found: /
[18:06:42.000] WARN: Static file not found: /
[18:06:46.000] WARN: Static file not found: /
[18:06:51.000] WARN: Static file not found: /
[18:06:54.000] WARN: Static file not found: /
[18:06:58.000] WARN: Static file not found: /
[18:07:02.000] WARN: Static file not found: /
[18:07:12.000] WARN: Static file not found: /
[18:07:12.000] WARN: Static file not found: /
[18:07:15.000] WARN: Static file not found: /
[18:07:21.000] WARN: Static file not found: /
[18:07:22.000] WARN: Static file not found: /
[18:07:26.000] WARN: Static file not found: /
[18:07:30.000] WARN: Static file not found: /
[18:07:34.000] WARN: Static file not found: /
[18:07:38.000] WARN: Static file not found: /
[18:07:42.000] WARN: Static file not found: /
[18:07:53.000] WARN: Static file not found: /
[18:07:53.000] WARN: Static file not found: /
[18:07:54.000] WARN: Static file not found: /
[18:08:00.000] WARN: Static file not found: /
[18:08:02.000] WARN: Static file not found: /
[18:08:09.000] WARN: Static file not found: /
[18:08:10.000] WARN: Static file not found: /
[18:08:14.000] WARN: Static file not found: /
[18:08:18.000] WARN: Static file not found: /
[18:08:22.000] WARN: Static file not found: /
[18:08:26.000] WARN: Static file not found: /
[18:08:30.000] WARN: Static file not found: /
[18:08:34.000] WARN: Static file not found: /
[18:08:38.000] WARN: Static file not found: /
[18:08:42.000] WARN: Static file not found: /
[18:08:46.000] WARN: Static file not found: /
[18:08:52.000] WARN: Static file not found: /
[18:08:54.000] WARN: Static file not found: /
[18:08:58.000] WARN: Static file not found: /
[18:09:05.000] WARN: Static file not found: /
[18:09:06.000] WARN: Static file not found: /
[18:09:10.000] WARN: Static file not found: /
[18:09:14.000] WARN: Static file not found: /
[18:09:18.000] WARN: Static file not found: /
[18:09:22.000] WARN: Static file not found: /
[18:09:26.000] WARN: Static file not found: /
[18:09:33.000] WARN: Static file not found: /
[18:09:34.000] WARN: Static file not found: /
[18:09:39.000] WARN: Static file not found: /
[18:09:42.000] WARN: Static file not found: /
[18:09:49.000] WARN: Static file not found: /
[18:09:50.000] WARN: Static file not found: /
[18:09:54.000] WARN: Static file not found: /
[18:09:58.000] WARN: Static file not found: /
[18:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:10:02.000] WARN: Static file not found: /
[18:10:06.000] WARN: Static file not found: /
[18:10:14.000] INFO: HTTP Server is running on port 3000
[18:10:14.000] WARN: Static file not found: /
[18:10:14.000] WARN: Static file not found: /
[18:10:18.000] WARN: Static file not found: /
[18:10:22.000] WARN: Static file not found: /
[18:10:26.000] WARN: Static file not found: /
[18:10:30.000] WARN: Static file not found: /
[18:10:34.000] WARN: Static file not found: /
[18:10:42.000] WARN: Static file not found: /
[18:10:46.000] WARN: Static file not found: /
[18:10:51.000] WARN: Static file not found: /
[18:10:54.000] WARN: Static file not found: /
[18:10:59.000] WARN: Static file not found: /
[18:11:02.000] WARN: Static file not found: /
[18:11:07.000] WARN: Static file not found: /
[18:11:10.000] WARN: Static file not found: /
[18:11:14.000] WARN: Static file not found: /
[18:11:19.000] WARN: Static file not found: /
[18:11:22.000] WARN: Static file not found: /
[18:11:26.000] WARN: Static file not found: /
[18:11:30.000] WARN: Static file not found: /
[18:11:34.000] WARN: Static file not found: /
[18:11:40.000] WARN: Static file not found: /
[18:11:42.000] WARN: Static file not found: /
[18:11:46.000] WARN: Static file not found: /
[18:11:50.000] WARN: Static file not found: /
[18:11:54.000] WARN: Static file not found: /
[18:11:58.000] WARN: Static file not found: /
[18:12:02.000] WARN: Static file not found: /
[18:12:12.000] WARN: Static file not found: /
[18:12:12.000] WARN: Static file not found: /
[18:12:14.000] WARN: Static file not found: /
[18:12:18.000] WARN: Static file not found: /
[18:12:22.000] WARN: Static file not found: /
[18:12:26.000] WARN: Static file not found: /
[18:12:31.000] WARN: Static file not found: /
[18:12:34.000] WARN: Static file not found: /
[18:12:38.000] WARN: Static file not found: /
[18:12:42.000] WARN: Static file not found: /
[18:12:46.000] WARN: Static file not found: /
[18:12:54.000] WARN: Static file not found: /
[18:12:54.000] WARN: Static file not found: /
[18:12:58.000] WARN: Static file not found: /
[18:13:02.000] WARN: Static file not found: /
[18:13:06.000] WARN: Static file not found: /
[18:13:10.000] WARN: Static file not found: /
[18:13:16.000] WARN: Static file not found: /
[18:13:18.000] WARN: Static file not found: /
[18:13:22.000] WARN: Static file not found: /
[18:13:26.000] WARN: Static file not found: /
[18:13:31.000] WARN: Static file not found: /
[18:13:34.000] WARN: Static file not found: /
[18:13:38.000] WARN: Static file not found: /
[18:13:42.000] WARN: Static file not found: /
[18:13:46.000] WARN: Static file not found: /
[18:13:50.000] WARN: Static file not found: /
[18:13:55.000] WARN: Static file not found: /
[18:13:58.000] WARN: Static file not found: /
[18:14:02.000] WARN: Static file not found: /
[18:14:06.000] WARN: Static file not found: /
[18:14:10.000] WARN: Static file not found: /
[18:14:14.000] WARN: Static file not found: /
[18:14:18.000] WARN: Static file not found: /
[18:14:22.000] WARN: Static file not found: /
[18:14:26.000] WARN: Static file not found: /
[18:14:30.000] WARN: Static file not found: /
[18:14:34.000] WARN: Static file not found: /
[18:14:38.000] WARN: Static file not found: /
[18:14:42.000] WARN: Static file not found: /
[18:14:46.000] WARN: Static file not found: /
[18:14:50.000] WARN: Static file not found: /
[18:14:54.000] WARN: Static file not found: /
[18:14:58.000] WARN: Static file not found: /
[18:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[18:15:02.000] WARN: Static file not found: /
[18:15:06.000] WARN: Static file not found: /
[18:15:10.000] WARN: Static file not found: /
[18:15:14.000] WARN: Static file not found: /
[18:15:18.000] WARN: Static file not found: /
[18:15:22.000] WARN: Static file not found: /
[18:15:28.000] WARN: Static file not found: /
[18:15:30.000] WARN: Static file not found: /
[18:15:34.000] WARN: Static file not found: /
[18:15:38.000] WARN: Static file not found: /
[18:15:42.000] WARN: Static file not found: /
[18:15:46.000] WARN: Static file not found: /
[18:15:50.000] WARN: Static file not found: /
[18:15:54.000] WARN: Static file not found: /
[18:15:58.000] WARN: Static file not found: /
[18:16:02.000] WARN: Static file not found: /
[18:16:06.000] WARN: Static file not found: /
[18:16:10.000] WARN: Static file not found: /
[18:16:14.000] WARN: Static file not found: /
[18:16:18.000] WARN: Static file not found: /
[18:16:22.000] WARN: Static file not found: /
[18:16:26.000] WARN: Static file not found: /
[18:16:30.000] WARN: Static file not found: /
[18:16:34.000] WARN: Static file not found: /
[18:16:38.000] WARN: Static file not found: /
[18:16:42.000] WARN: Static file not found: /
[18:16:48.000] WARN: Static file not found: /
[18:16:50.000] WARN: Static file not found: /
[18:16:55.000] WARN: Static file not found: /
[18:17:00.000] WARN: Static file not found: /
[18:17:02.000] WARN: Static file not found: /
[18:17:06.000] WARN: Static file not found: /
[18:17:10.000] WARN: Static file not found: /
[18:17:14.000] WARN: Static file not found: /
[18:17:18.000] WARN: Static file not found: /
[18:17:22.000] WARN: Static file not found: /
[18:17:26.000] WARN: Static file not found: /
[18:17:30.000] WARN: Static file not found: /
[18:17:34.000] WARN: Static file not found: /
[18:17:38.000] WARN: Static file not found: /
[18:17:42.000] WARN: Static file not found: /
[18:17:46.000] WARN: Static file not found: /
[18:17:50.000] WARN: Static file not found: /
[18:17:54.000] WARN: Static file not found: /
[18:17:59.000] WARN: Static file not found: /
[18:18:02.000] WARN: Static file not found: /
[18:18:06.000] WARN: Static file not found: /
[18:18:10.000] WARN: Static file not found: /
[18:18:14.000] WARN: Static file not found: /
[18:18:19.000] WARN: Static file not found: /
[18:18:22.000] WARN: Static file not found: /
[18:18:26.000] WARN: Static file not found: /
[18:18:30.000] WARN: Static file not found: /
[18:18:34.000] WARN: Static file not found: /
[18:18:38.000] WARN: Static file not found: /
[18:18:42.000] WARN: Static file not found: /
[18:18:47.000] WARN: Static file not found: /
[18:18:50.000] WARN: Static file not found: /
[18:18:54.000] WARN: Static file not found: /
[18:18:58.000] WARN: Static file not found: /
[18:19:03.000] WARN: Static file not found: /
[18:19:06.000] WARN: Static file not found: /
[18:19:10.000] WARN: Static file not found: /
[18:19:14.000] WARN: Static file not found: /
[18:19:18.000] WARN: Static file not found: /
[18:19:22.000] WARN: Static file not found: /
[18:19:27.000] WARN: Static file not found: /
[18:19:30.000] WARN: Static file not found: /
[18:19:34.000] WARN: Static file not found: /
[18:19:38.000] WARN: Static file not found: /
[18:19:42.000] WARN: Static file not found: /
[18:19:46.000] WARN: Static file not found: /
[18:19:50.000] WARN: Static file not found: /
[18:19:54.000] WARN: Static file not found: /
[18:19:58.000] WARN: Static file not found: /
[18:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:20:02.000] WARN: Static file not found: /
[18:20:06.000] WARN: Static file not found: /
[18:20:10.000] WARN: Static file not found: /
[18:20:14.000] WARN: Static file not found: /
[18:20:18.000] WARN: Static file not found: /
[18:20:22.000] WARN: Static file not found: /
[18:20:26.000] WARN: Static file not found: /
[18:20:30.000] WARN: Static file not found: /
[18:20:34.000] WARN: Static file not found: /
[18:20:39.000] WARN: Static file not found: /
[18:20:42.000] WARN: Static file not found: /
[18:20:46.000] WARN: Static file not found: /
[18:20:50.000] WARN: Static file not found: /
[18:20:54.000] WARN: Static file not found: /
[18:20:59.000] WARN: Static file not found: /
[18:21:02.000] WARN: Static file not found: /
[18:21:06.000] WARN: Static file not found: /
[18:21:10.000] WARN: Static file not found: /
[18:21:14.000] WARN: Static file not found: /
[18:21:18.000] WARN: Static file not found: /
[18:21:22.000] WARN: Static file not found: /
[18:21:26.000] WARN: Static file not found: /
[18:21:30.000] WARN: Static file not found: /
[18:21:34.000] WARN: Static file not found: /
[18:21:38.000] WARN: Static file not found: /
[18:21:42.000] WARN: Static file not found: /
[18:21:46.000] WARN: Static file not found: /
[18:21:50.000] WARN: Static file not found: /
[18:21:54.000] WARN: Static file not found: /
[18:21:58.000] WARN: Static file not found: /
[18:22:02.000] WARN: Static file not found: /
[18:22:06.000] WARN: Static file not found: /
[18:22:10.000] WARN: Static file not found: /
[18:22:14.000] WARN: Static file not found: /
[18:22:18.000] WARN: Static file not found: /
[18:22:23.000] INFO: HTTP Server is running on port 3000
[18:22:23.000] WARN: Static file not found: /
[18:22:26.000] WARN: Static file not found: /
[18:22:30.000] WARN: Static file not found: /
[18:22:34.000] WARN: Static file not found: /
[18:22:38.000] WARN: Static file not found: /
[18:22:42.000] WARN: Static file not found: /
[18:22:48.000] WARN: Static file not found: /
[18:22:50.000] WARN: Static file not found: /
[18:22:54.000] WARN: Static file not found: /
[18:22:58.000] WARN: Static file not found: /
[18:23:02.000] WARN: Static file not found: /
[18:23:06.000] WARN: Static file not found: /
[18:23:10.000] WARN: Static file not found: /
[18:23:14.000] WARN: Static file not found: /
[18:23:18.000] WARN: Static file not found: /
[18:23:22.000] WARN: Static file not found: /
[18:23:26.000] WARN: Static file not found: /
[18:23:30.000] WARN: Static file not found: /
[18:23:34.000] WARN: Static file not found: /
[18:23:38.000] WARN: Static file not found: /
[18:23:42.000] WARN: Static file not found: /
[18:23:46.000] WARN: Static file not found: /
[18:23:50.000] WARN: Static file not found: /
[18:23:56.000] WARN: Static file not found: /
[18:23:58.000] WARN: Static file not found: /
[18:24:02.000] WARN: Static file not found: /
[18:24:06.000] WARN: Static file not found: /
[18:24:10.000] WARN: Static file not found: /
[18:24:14.000] WARN: Static file not found: /
[18:24:18.000] WARN: Static file not found: /
[18:24:22.000] WARN: Static file not found: /
[18:24:26.000] WARN: Static file not found: /
[18:24:30.000] WARN: Static file not found: /
[18:24:34.000] WARN: Static file not found: /
[18:24:38.000] WARN: Static file not found: /
[18:24:42.000] WARN: Static file not found: /
[18:24:46.000] WARN: Static file not found: /
[18:24:50.000] WARN: Static file not found: /
[18:24:54.000] WARN: Static file not found: /
[18:24:58.000] WARN: Static file not found: /
[18:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:25:02.000] WARN: Static file not found: /
[18:25:06.000] WARN: Static file not found: /
[18:25:10.000] WARN: Static file not found: /
[18:25:14.000] WARN: Static file not found: /
[18:25:18.000] WARN: Static file not found: /
[18:25:22.000] WARN: Static file not found: /
[18:25:26.000] WARN: Static file not found: /
[18:25:30.000] WARN: Static file not found: /
[18:25:34.000] WARN: Static file not found: /
[18:25:38.000] WARN: Static file not found: /
[18:25:42.000] WARN: Static file not found: /
[18:25:46.000] WARN: Static file not found: /
[18:25:50.000] WARN: Static file not found: /
[18:25:54.000] WARN: Static file not found: /
[18:25:58.000] WARN: Static file not found: /
[18:26:02.000] WARN: Static file not found: /
[18:26:06.000] WARN: Static file not found: /
[18:26:10.000] WARN: Static file not found: /
[18:26:14.000] WARN: Static file not found: /
[18:26:18.000] WARN: Static file not found: /
[18:26:22.000] WARN: Static file not found: /
[18:26:26.000] WARN: Static file not found: /
[18:26:30.000] WARN: Static file not found: /
[18:26:34.000] WARN: Static file not found: /
[18:26:38.000] WARN: Static file not found: /
[18:26:42.000] WARN: Static file not found: /
[18:26:46.000] WARN: Static file not found: /
[18:26:50.000] WARN: Static file not found: /
[18:26:54.000] WARN: Static file not found: /
[18:26:58.000] WARN: Static file not found: /
[18:27:02.000] WARN: Static file not found: /
[18:27:06.000] WARN: Static file not found: /
[18:27:10.000] WARN: Static file not found: /
[18:27:14.000] WARN: Static file not found: /
[18:27:18.000] WARN: Static file not found: /
[18:27:22.000] WARN: Static file not found: /
[18:27:26.000] WARN: Static file not found: /
[18:27:30.000] WARN: Static file not found: /
[18:27:34.000] WARN: Static file not found: /
[18:27:38.000] WARN: Static file not found: /
[18:27:42.000] WARN: Static file not found: /
[18:27:46.000] WARN: Static file not found: /
[18:27:50.000] WARN: Static file not found: /
[18:27:54.000] WARN: Static file not found: /
[18:27:58.000] WARN: Static file not found: /
[18:28:02.000] WARN: Static file not found: /
[18:28:06.000] WARN: Static file not found: /
[18:28:10.000] WARN: Static file not found: /
[18:28:14.000] WARN: Static file not found: /
[18:28:18.000] WARN: Static file not found: /
[18:28:22.000] WARN: Static file not found: /
[18:28:26.000] WARN: Static file not found: /
[18:28:30.000] WARN: Static file not found: /
[18:28:34.000] WARN: Static file not found: /
[18:28:38.000] WARN: Static file not found: /
[18:28:42.000] WARN: Static file not found: /
[18:28:46.000] WARN: Static file not found: /
[18:28:50.000] WARN: Static file not found: /
[18:28:54.000] WARN: Static file not found: /
[18:28:58.000] WARN: Static file not found: /
[18:29:02.000] WARN: Static file not found: /
[18:29:07.000] WARN: Static file not found: /
[18:29:10.000] WARN: Static file not found: /
[18:29:14.000] WARN: Static file not found: /
[18:29:18.000] WARN: Static file not found: /
[18:29:22.000] WARN: Static file not found: /
[18:29:26.000] WARN: Static file not found: /
[18:29:30.000] WARN: Static file not found: /
[18:29:34.000] WARN: Static file not found: /
[18:29:38.000] WARN: Static file not found: /
[18:29:42.000] WARN: Static file not found: /
[18:29:46.000] WARN: Static file not found: /
[18:29:50.000] WARN: Static file not found: /
[18:29:54.000] WARN: Static file not found: /
[18:29:58.000] WARN: Static file not found: /
[18:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[18:30:02.000] WARN: Static file not found: /
[18:30:06.000] WARN: Static file not found: /
[18:30:10.000] WARN: Static file not found: /
[18:30:14.000] WARN: Static file not found: /
[18:30:18.000] WARN: Static file not found: /
[18:30:22.000] WARN: Static file not found: /
[18:30:26.000] WARN: Static file not found: /
[18:30:30.000] WARN: Static file not found: /
[18:30:34.000] WARN: Static file not found: /
[18:30:38.000] WARN: Static file not found: /
[18:30:42.000] WARN: Static file not found: /
[18:30:47.000] WARN: Static file not found: /
[18:30:50.000] WARN: Static file not found: /
[18:30:54.000] WARN: Static file not found: /
[18:30:58.000] WARN: Static file not found: /
[18:31:02.000] WARN: Static file not found: /
[18:31:06.000] WARN: Static file not found: /
[18:31:10.000] WARN: Static file not found: /
[18:31:14.000] WARN: Static file not found: /
[18:31:18.000] WARN: Static file not found: /
[18:31:22.000] WARN: Static file not found: /
[18:31:26.000] WARN: Static file not found: /
[18:31:30.000] WARN: Static file not found: /
[18:31:34.000] WARN: Static file not found: /
[18:31:39.000] WARN: Static file not found: /
[18:31:42.000] WARN: Static file not found: /
[18:31:46.000] WARN: Static file not found: /
[18:31:50.000] WARN: Static file not found: /
[18:31:54.000] WARN: Static file not found: /
[18:31:58.000] WARN: Static file not found: /
[18:32:02.000] WARN: Static file not found: /
[18:32:06.000] WARN: Static file not found: /
[18:32:10.000] WARN: Static file not found: /
[18:32:14.000] WARN: Static file not found: /
[18:32:18.000] WARN: Static file not found: /
[18:32:22.000] WARN: Static file not found: /
[18:32:26.000] WARN: Static file not found: /
[18:32:30.000] WARN: Static file not found: /
[18:32:34.000] WARN: Static file not found: /
[18:32:38.000] WARN: Static file not found: /
[18:32:42.000] WARN: Static file not found: /
[18:32:46.000] WARN: Static file not found: /
[18:32:50.000] WARN: Static file not found: /
[18:32:54.000] WARN: Static file not found: /
[18:32:58.000] WARN: Static file not found: /
[18:33:02.000] WARN: Static file not found: /
[18:33:06.000] WARN: Static file not found: /
[18:33:10.000] WARN: Static file not found: /
[18:33:14.000] WARN: Static file not found: /
[18:33:18.000] WARN: Static file not found: /
[18:33:22.000] WARN: Static file not found: /
[18:33:26.000] WARN: Static file not found: /
[18:33:30.000] WARN: Static file not found: /
[18:33:34.000] WARN: Static file not found: /
[18:33:38.000] WARN: Static file not found: /
[18:33:42.000] WARN: Static file not found: /
[18:33:46.000] WARN: Static file not found: /
[18:33:50.000] WARN: Static file not found: /
[18:33:54.000] WARN: Static file not found: /
[18:33:58.000] WARN: Static file not found: /
[18:34:02.000] WARN: Static file not found: /
[18:34:06.000] WARN: Static file not found: /
[18:34:10.000] WARN: Static file not found: /
[18:34:14.000] WARN: Static file not found: /
[18:34:18.000] WARN: Static file not found: /
[18:34:22.000] WARN: Static file not found: /
[18:34:26.000] WARN: Static file not found: /
[18:34:30.000] WARN: Static file not found: /
[18:34:34.000] WARN: Static file not found: /
[18:34:38.000] WARN: Static file not found: /
[18:34:42.000] WARN: Static file not found: /
[18:34:46.000] WARN: Static file not found: /
[18:34:50.000] WARN: Static file not found: /
[18:34:54.000] WARN: Static file not found: /
[18:34:58.000] WARN: Static file not found: /
[18:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:35:02.000] WARN: Static file not found: /
[18:35:06.000] WARN: Static file not found: /
[18:35:10.000] WARN: Static file not found: /
[18:35:14.000] WARN: Static file not found: /
[18:35:18.000] WARN: Static file not found: /
[18:35:22.000] WARN: Static file not found: /
[18:35:26.000] WARN: Static file not found: /
[18:35:30.000] WARN: Static file not found: /
[18:35:34.000] WARN: Static file not found: /
[18:35:38.000] WARN: Static file not found: /
[18:35:42.000] WARN: Static file not found: /
[18:35:46.000] WARN: Static file not found: /
[18:35:50.000] WARN: Static file not found: /
[18:35:54.000] WARN: Static file not found: /
[18:35:58.000] WARN: Static file not found: /
[18:36:02.000] WARN: Static file not found: /
[18:36:06.000] WARN: Static file not found: /
[18:36:10.000] WARN: Static file not found: /
[18:36:14.000] WARN: Static file not found: /
[18:36:18.000] WARN: Static file not found: /
[18:36:22.000] WARN: Static file not found: /
[18:36:26.000] WARN: Static file not found: /
[18:36:30.000] WARN: Static file not found: /
[18:36:34.000] WARN: Static file not found: /
[18:36:38.000] WARN: Static file not found: /
[18:36:42.000] WARN: Static file not found: /
[18:36:47.000] WARN: Static file not found: /
[18:36:50.000] WARN: Static file not found: /
[18:36:54.000] WARN: Static file not found: /
[18:36:58.000] WARN: Static file not found: /
[18:37:02.000] WARN: Static file not found: /
[18:37:06.000] WARN: Static file not found: /
[18:37:10.000] WARN: Static file not found: /
[18:37:14.000] WARN: Static file not found: /
[18:37:18.000] WARN: Static file not found: /
[18:37:22.000] WARN: Static file not found: /
[18:37:26.000] WARN: Static file not found: /
[18:37:30.000] WARN: Static file not found: /
[18:37:34.000] WARN: Static file not found: /
[18:37:38.000] WARN: Static file not found: /
[18:37:42.000] WARN: Static file not found: /
[18:37:46.000] WARN: Static file not found: /
[18:37:50.000] WARN: Static file not found: /
[18:37:54.000] WARN: Static file not found: /
[18:37:58.000] WARN: Static file not found: /
[18:38:02.000] WARN: Static file not found: /
[18:38:06.000] WARN: Static file not found: /
[18:38:11.000] WARN: Static file not found: /
[18:38:14.000] WARN: Static file not found: /
[18:38:18.000] WARN: Static file not found: /
[18:38:22.000] WARN: Static file not found: /
[18:38:26.000] WARN: Static file not found: /
[18:38:30.000] WARN: Static file not found: /
[18:38:34.000] WARN: Static file not found: /
[18:38:38.000] WARN: Static file not found: /
[18:38:42.000] WARN: Static file not found: /
[18:38:46.000] WARN: Static file not found: /
[18:38:50.000] WARN: Static file not found: /
[18:38:54.000] WARN: Static file not found: /
[18:38:58.000] WARN: Static file not found: /
[18:39:02.000] WARN: Static file not found: /
[18:39:06.000] WARN: Static file not found: /
[18:39:10.000] WARN: Static file not found: /
[18:39:14.000] WARN: Static file not found: /
[18:39:18.000] WARN: Static file not found: /
[18:39:22.000] WARN: Static file not found: /
[18:39:26.000] WARN: Static file not found: /
[18:39:30.000] WARN: Static file not found: /
[18:39:34.000] WARN: Static file not found: /
[18:39:38.000] WARN: Static file not found: /
[18:39:42.000] WARN: Static file not found: /
[18:39:46.000] WARN: Static file not found: /
[18:39:50.000] WARN: Static file not found: /
[18:39:55.000] WARN: Static file not found: /
[18:39:58.000] WARN: Static file not found: /
[18:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:40:02.000] WARN: Static file not found: /
[18:40:06.000] WARN: Static file not found: /
[18:40:10.000] WARN: Static file not found: /
[18:40:14.000] WARN: Static file not found: /
[18:40:18.000] WARN: Static file not found: /
[18:40:22.000] WARN: Static file not found: /
[18:40:26.000] WARN: Static file not found: /
[18:40:30.000] WARN: Static file not found: /
[18:40:34.000] WARN: Static file not found: /
[18:40:38.000] WARN: Static file not found: /
[18:40:42.000] WARN: Static file not found: /
[18:40:46.000] WARN: Static file not found: /
[18:40:50.000] WARN: Static file not found: /
[18:40:54.000] WARN: Static file not found: /
[18:40:58.000] WARN: Static file not found: /
[18:41:02.000] WARN: Static file not found: /
[18:41:06.000] WARN: Static file not found: /
[18:41:10.000] WARN: Static file not found: /
[18:41:14.000] WARN: Static file not found: /
[18:41:18.000] WARN: Static file not found: /
[18:41:22.000] WARN: Static file not found: /
[18:41:26.000] WARN: Static file not found: /
[18:41:30.000] WARN: Static file not found: /
[18:41:34.000] WARN: Static file not found: /
[18:41:38.000] WARN: Static file not found: /
[18:41:42.000] WARN: Static file not found: /
[18:41:46.000] WARN: Static file not found: /
[18:41:50.000] WARN: Static file not found: /
[18:41:54.000] WARN: Static file not found: /
[18:41:58.000] WARN: Static file not found: /
[18:42:02.000] WARN: Static file not found: /
[18:42:06.000] WARN: Static file not found: /
[18:42:10.000] WARN: Static file not found: /
[18:42:14.000] WARN: Static file not found: /
[18:42:18.000] WARN: Static file not found: /
[18:42:22.000] WARN: Static file not found: /
[18:42:26.000] WARN: Static file not found: /
[18:42:30.000] WARN: Static file not found: /
[18:42:34.000] WARN: Static file not found: /
[18:42:38.000] WARN: Static file not found: /
[18:42:42.000] WARN: Static file not found: /
[18:42:46.000] WARN: Static file not found: /
[18:42:50.000] WARN: Static file not found: /
[18:42:54.000] WARN: Static file not found: /
[18:42:58.000] WARN: Static file not found: /
[18:43:02.000] WARN: Static file not found: /
[18:43:06.000] WARN: Static file not found: /
[18:43:10.000] WARN: Static file not found: /
[18:43:14.000] WARN: Static file not found: /
[18:43:18.000] WARN: Static file not found: /
[18:43:22.000] WARN: Static file not found: /
[18:43:26.000] WARN: Static file not found: /
[18:43:30.000] WARN: Static file not found: /
[18:43:34.000] WARN: Static file not found: /
[18:43:38.000] WARN: Static file not found: /
[18:43:42.000] WARN: Static file not found: /
[18:43:46.000] WARN: Static file not found: /
[18:43:50.000] WARN: Static file not found: /
[18:43:54.000] WARN: Static file not found: /
[18:43:58.000] WARN: Static file not found: /
[18:44:02.000] WARN: Static file not found: /
[18:44:06.000] WARN: Static file not found: /
[18:44:10.000] WARN: Static file not found: /
[18:44:14.000] WARN: Static file not found: /
[18:44:18.000] WARN: Static file not found: /
[18:44:22.000] WARN: Static file not found: /
[18:44:26.000] WARN: Static file not found: /
[18:44:30.000] WARN: Static file not found: /
[18:44:34.000] WARN: Static file not found: /
[18:44:38.000] WARN: Static file not found: /
[18:44:42.000] WARN: Static file not found: /
[18:44:46.000] WARN: Static file not found: /
[18:44:50.000] WARN: Static file not found: /
[18:44:54.000] WARN: Static file not found: /
[18:44:58.000] WARN: Static file not found: /
[18:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:45:02.000] WARN: Static file not found: /
[18:45:06.000] WARN: Static file not found: /
[18:45:10.000] WARN: Static file not found: /
[18:45:14.000] WARN: Static file not found: /
[18:45:18.000] WARN: Static file not found: /
[18:45:22.000] WARN: Static file not found: /
[18:45:26.000] WARN: Static file not found: /
[18:45:31.000] WARN: Static file not found: /
[18:45:34.000] WARN: Static file not found: /
[18:45:38.000] WARN: Static file not found: /
[18:45:42.000] WARN: Static file not found: /
[18:45:47.000] WARN: Static file not found: /
[18:45:50.000] WARN: Static file not found: /
[18:45:54.000] WARN: Static file not found: /
[18:45:58.000] WARN: Static file not found: /
[18:46:02.000] WARN: Static file not found: /
[18:46:06.000] WARN: Static file not found: /
[18:46:10.000] WARN: Static file not found: /
[18:46:14.000] WARN: Static file not found: /
[18:46:18.000] WARN: Static file not found: /
[18:46:22.000] WARN: Static file not found: /
[18:46:26.000] WARN: Static file not found: /
[18:46:30.000] WARN: Static file not found: /
[18:46:34.000] WARN: Static file not found: /
[18:46:38.000] WARN: Static file not found: /
[18:46:42.000] WARN: Static file not found: /
[18:46:46.000] WARN: Static file not found: /
[18:46:50.000] WARN: Static file not found: /
[18:46:54.000] WARN: Static file not found: /
[18:46:58.000] WARN: Static file not found: /
[18:47:03.000] WARN: Static file not found: /
[18:47:06.000] WARN: Static file not found: /
[18:47:10.000] WARN: Static file not found: /
[18:47:14.000] WARN: Static file not found: /
[18:47:18.000] WARN: Static file not found: /
[18:47:22.000] WARN: Static file not found: /
[18:47:26.000] WARN: Static file not found: /
[18:47:31.000] WARN: Static file not found: /
[18:47:34.000] WARN: Static file not found: /
[18:47:38.000] WARN: Static file not found: /
[18:47:42.000] WARN: Static file not found: /
[18:47:46.000] WARN: Static file not found: /
[18:47:50.000] WARN: Static file not found: /
[18:47:54.000] WARN: Static file not found: /
[18:47:58.000] WARN: Static file not found: /
[18:48:02.000] WARN: Static file not found: /
[18:48:07.000] WARN: Static file not found: /
[18:48:10.000] WARN: Static file not found: /
[18:48:14.000] WARN: Static file not found: /
[18:48:18.000] WARN: Static file not found: /
[18:48:22.000] WARN: Static file not found: /
[18:48:26.000] WARN: Static file not found: /
[18:48:30.000] WARN: Static file not found: /
[18:48:34.000] WARN: Static file not found: /
[18:48:38.000] WARN: Static file not found: /
[18:48:42.000] WARN: Static file not found: /
[18:48:46.000] WARN: Static file not found: /
[18:48:50.000] WARN: Static file not found: /
[18:48:54.000] WARN: Static file not found: /
[18:48:58.000] WARN: Static file not found: /
[18:49:02.000] WARN: Static file not found: /
[18:49:06.000] WARN: Static file not found: /
[18:49:11.000] WARN: Static file not found: /
[18:49:14.000] WARN: Static file not found: /
[18:49:18.000] WARN: Static file not found: /
[18:49:22.000] WARN: Static file not found: /
[18:49:26.000] WARN: Static file not found: /
[18:49:30.000] WARN: Static file not found: /
[18:49:34.000] WARN: Static file not found: /
[18:49:39.000] WARN: Static file not found: /
[18:49:42.000] WARN: Static file not found: /
[18:49:47.000] WARN: Static file not found: /
[18:49:50.000] WARN: Static file not found: /
[18:49:54.000] WARN: Static file not found: /
[18:49:58.000] WARN: Static file not found: /
[18:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:50:02.000] WARN: Static file not found: /
[18:50:06.000] WARN: Static file not found: /
[18:50:10.000] WARN: Static file not found: /
[18:50:15.000] WARN: Static file not found: /
[18:50:18.000] WARN: Static file not found: /
[18:50:22.000] WARN: Static file not found: /
[18:50:26.000] WARN: Static file not found: /
[18:50:30.000] WARN: Static file not found: /
[18:50:34.000] WARN: Static file not found: /
[18:50:38.000] WARN: Static file not found: /
[18:50:42.000] WARN: Static file not found: /
[18:50:46.000] WARN: Static file not found: /
[18:50:50.000] WARN: Static file not found: /
[18:50:54.000] WARN: Static file not found: /
[18:50:58.000] WARN: Static file not found: /
[18:51:02.000] WARN: Static file not found: /
[18:51:06.000] WARN: Static file not found: /
[18:51:10.000] WARN: Static file not found: /
[18:51:14.000] WARN: Static file not found: /
[18:51:18.000] WARN: Static file not found: /
[18:51:22.000] WARN: Static file not found: /
[18:51:26.000] WARN: Static file not found: /
[18:51:30.000] WARN: Static file not found: /
[18:51:34.000] WARN: Static file not found: /
[18:51:38.000] WARN: Static file not found: /
[18:51:42.000] WARN: Static file not found: /
[18:51:46.000] WARN: Static file not found: /
[18:51:50.000] WARN: Static file not found: /
[18:51:54.000] WARN: Static file not found: /
[18:51:58.000] WARN: Static file not found: /
[18:52:02.000] WARN: Static file not found: /
[18:52:06.000] WARN: Static file not found: /
[18:52:10.000] WARN: Static file not found: /
[18:52:14.000] WARN: Static file not found: /
[18:52:18.000] WARN: Static file not found: /
[18:52:22.000] WARN: Static file not found: /
[18:52:26.000] WARN: Static file not found: /
[18:52:30.000] WARN: Static file not found: /
[18:52:34.000] WARN: Static file not found: /
[18:52:38.000] WARN: Static file not found: /
[18:52:42.000] WARN: Static file not found: /
[18:52:46.000] WARN: Static file not found: /
[18:52:50.000] WARN: Static file not found: /
[18:52:54.000] WARN: Static file not found: /
[18:52:59.000] WARN: Static file not found: /
[18:53:02.000] WARN: Static file not found: /
[18:53:06.000] WARN: Static file not found: /
[18:53:10.000] WARN: Static file not found: /
[18:53:14.000] WARN: Static file not found: /
[18:53:18.000] WARN: Static file not found: /
[18:53:22.000] WARN: Static file not found: /
[18:53:26.000] WARN: Static file not found: /
[18:53:30.000] WARN: Static file not found: /
[18:53:34.000] WARN: Static file not found: /
[18:53:38.000] WARN: Static file not found: /
[18:53:42.000] WARN: Static file not found: /
[18:53:46.000] WARN: Static file not found: /
[18:53:50.000] WARN: Static file not found: /
[18:53:54.000] WARN: Static file not found: /
[18:53:58.000] WARN: Static file not found: /
[18:54:02.000] WARN: Static file not found: /
[18:54:06.000] WARN: Static file not found: /
[18:54:10.000] WARN: Static file not found: /
[18:54:15.000] WARN: Static file not found: /
[18:54:18.000] WARN: Static file not found: /
[18:54:22.000] WARN: Static file not found: /
[18:54:26.000] WARN: Static file not found: /
[18:54:30.000] WARN: Static file not found: /
[18:54:34.000] WARN: Static file not found: /
[18:54:38.000] WARN: Static file not found: /
[18:54:42.000] WARN: Static file not found: /
[18:54:46.000] WARN: Static file not found: /
[18:54:50.000] WARN: Static file not found: /
[18:54:54.000] WARN: Static file not found: /
[18:54:58.000] WARN: Static file not found: /
[18:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[18:55:02.000] WARN: Static file not found: /
[18:55:09.000] INFO: HTTP Server is running on port 3000
[18:55:09.000] WARN: Static file not found: /
[18:55:10.000] WARN: Static file not found: /
[18:55:14.000] WARN: Static file not found: /
[18:55:19.000] WARN: Static file not found: /
[18:55:22.000] WARN: Static file not found: /
[18:55:26.000] WARN: Static file not found: /
[18:55:30.000] WARN: Static file not found: /
[18:55:34.000] WARN: Static file not found: /
[18:55:38.000] WARN: Static file not found: /
[18:55:42.000] WARN: Static file not found: /
[18:55:46.000] WARN: Static file not found: /
[18:55:50.000] WARN: Static file not found: /
[18:55:54.000] WARN: Static file not found: /
[18:55:58.000] WARN: Static file not found: /
[18:56:02.000] WARN: Static file not found: /
[18:56:06.000] WARN: Static file not found: /
[18:56:10.000] WARN: Static file not found: /
[18:56:14.000] WARN: Static file not found: /
[18:56:18.000] WARN: Static file not found: /
[18:56:22.000] WARN: Static file not found: /
[18:56:26.000] WARN: Static file not found: /
[18:56:31.000] WARN: Static file not found: /
[18:56:34.000] WARN: Static file not found: /
[18:56:38.000] WARN: Static file not found: /
[18:56:42.000] WARN: Static file not found: /
[18:56:46.000] WARN: Static file not found: /
[18:56:50.000] WARN: Static file not found: /
[18:56:56.000] WARN: Static file not found: /
[18:56:58.000] WARN: Static file not found: /
[18:57:02.000] WARN: Static file not found: /
[18:57:06.000] WARN: Static file not found: /
[18:57:10.000] WARN: Static file not found: /
[18:57:14.000] WARN: Static file not found: /
[18:57:18.000] WARN: Static file not found: /
[18:57:22.000] WARN: Static file not found: /
[18:57:26.000] WARN: Static file not found: /
[18:57:30.000] WARN: Static file not found: /
[18:57:34.000] WARN: Static file not found: /
[18:57:38.000] WARN: Static file not found: /
[18:57:42.000] WARN: Static file not found: /
[18:57:46.000] WARN: Static file not found: /
[18:57:51.000] WARN: Static file not found: /
[18:57:54.000] WARN: Static file not found: /
[18:57:58.000] WARN: Static file not found: /
[18:58:02.000] WARN: Static file not found: /
[18:58:06.000] WARN: Static file not found: /
[18:58:10.000] WARN: Static file not found: /
[18:58:14.000] WARN: Static file not found: /
[18:58:18.000] WARN: Static file not found: /
[18:58:22.000] WARN: Static file not found: /
[18:58:26.000] WARN: Static file not found: /
[18:58:30.000] WARN: Static file not found: /
[18:58:34.000] WARN: Static file not found: /
[18:58:38.000] WARN: Static file not found: /
[18:58:42.000] WARN: Static file not found: /
[18:58:46.000] WARN: Static file not found: /
[18:58:50.000] WARN: Static file not found: /
[18:58:54.000] WARN: Static file not found: /
[18:58:58.000] WARN: Static file not found: /
[18:59:02.000] WARN: Static file not found: /
[18:59:06.000] WARN: Static file not found: /
[18:59:10.000] WARN: Static file not found: /
[18:59:14.000] WARN: Static file not found: /
[18:59:18.000] WARN: Static file not found: /
[18:59:22.000] WARN: Static file not found: /
[18:59:26.000] WARN: Static file not found: /
[18:59:31.000] WARN: Static file not found: /
[18:59:34.000] WARN: Static file not found: /
[18:59:38.000] WARN: Static file not found: /
[18:59:42.000] WARN: Static file not found: /
[18:59:46.000] WARN: Static file not found: /
[18:59:50.000] WARN: Static file not found: /
[18:59:54.000] WARN: Static file not found: /
[18:59:58.000] WARN: Static file not found: /
[19:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[19:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:00:02.000] WARN: Static file not found: /
[19:00:06.000] WARN: Static file not found: /
[19:00:10.000] WARN: Static file not found: /
[19:00:14.000] WARN: Static file not found: /
[19:00:18.000] WARN: Static file not found: /
[19:00:22.000] WARN: Static file not found: /
[19:00:26.000] WARN: Static file not found: /
[19:00:30.000] WARN: Static file not found: /
[19:00:34.000] WARN: Static file not found: /
[19:00:38.000] WARN: Static file not found: /
[19:00:42.000] WARN: Static file not found: /
[19:00:46.000] WARN: Static file not found: /
[19:00:50.000] WARN: Static file not found: /
[19:00:54.000] WARN: Static file not found: /
[19:00:58.000] WARN: Static file not found: /
[19:01:02.000] WARN: Static file not found: /
[19:01:06.000] WARN: Static file not found: /
[19:01:10.000] WARN: Static file not found: /
[19:01:14.000] WARN: Static file not found: /
[19:01:18.000] WARN: Static file not found: /
[19:01:22.000] WARN: Static file not found: /
[19:01:26.000] WARN: Static file not found: /
[19:01:30.000] WARN: Static file not found: /
[19:01:34.000] WARN: Static file not found: /
[19:01:38.000] WARN: Static file not found: /
[19:01:42.000] WARN: Static file not found: /
[19:01:46.000] WARN: Static file not found: /
[19:01:50.000] WARN: Static file not found: /
[19:01:54.000] WARN: Static file not found: /
[19:01:58.000] WARN: Static file not found: /
[19:02:02.000] WARN: Static file not found: /
[19:02:06.000] WARN: Static file not found: /
[19:02:10.000] WARN: Static file not found: /
[19:02:14.000] WARN: Static file not found: /
[19:02:18.000] WARN: Static file not found: /
[19:02:22.000] WARN: Static file not found: /
[19:02:26.000] WARN: Static file not found: /
[19:02:30.000] WARN: Static file not found: /
[19:02:34.000] WARN: Static file not found: /
[19:02:38.000] WARN: Static file not found: /
[19:02:42.000] WARN: Static file not found: /
[19:02:46.000] WARN: Static file not found: /
[19:02:50.000] WARN: Static file not found: /
[19:02:54.000] WARN: Static file not found: /
[19:02:58.000] WARN: Static file not found: /
[19:03:02.000] WARN: Static file not found: /
[19:03:06.000] WARN: Static file not found: /
[19:03:10.000] WARN: Static file not found: /
[19:03:14.000] WARN: Static file not found: /
[19:03:18.000] WARN: Static file not found: /
[19:03:22.000] WARN: Static file not found: /
[19:03:26.000] WARN: Static file not found: /
[19:03:30.000] WARN: Static file not found: /
[19:03:34.000] WARN: Static file not found: /
[19:03:38.000] WARN: Static file not found: /
[19:03:42.000] WARN: Static file not found: /
[19:03:46.000] WARN: Static file not found: /
[19:03:50.000] WARN: Static file not found: /
[19:03:55.000] WARN: Static file not found: /
[19:03:58.000] WARN: Static file not found: /
[19:04:02.000] WARN: Static file not found: /
[19:04:06.000] WARN: Static file not found: /
[19:04:10.000] WARN: Static file not found: /
[19:04:14.000] WARN: Static file not found: /
[19:04:18.000] WARN: Static file not found: /
[19:04:23.000] WARN: Static file not found: /
[19:04:26.000] WARN: Static file not found: /
[19:04:31.000] WARN: Static file not found: /
[19:04:34.000] WARN: Static file not found: /
[19:04:38.000] WARN: Static file not found: /
[19:04:43.000] WARN: Static file not found: /
[19:04:46.000] WARN: Static file not found: /
[19:04:51.000] WARN: Static file not found: /
[19:04:54.000] WARN: Static file not found: /
[19:04:58.000] WARN: Static file not found: /
[19:05:02.000] WARN: Static file not found: /
[19:05:06.000] WARN: Static file not found: /
[19:05:10.000] WARN: Static file not found: /
[19:05:15.000] WARN: Static file not found: /
[19:05:18.000] WARN: Static file not found: /
[19:05:22.000] WARN: Static file not found: /
[19:05:26.000] WARN: Static file not found: /
[19:05:30.000] WARN: Static file not found: /
[19:05:34.000] WARN: Static file not found: /
[19:05:38.000] WARN: Static file not found: /
[19:05:43.000] WARN: Static file not found: /
[19:05:46.000] WARN: Static file not found: /
[19:05:50.000] WARN: Static file not found: /
[19:05:54.000] WARN: Static file not found: /
[19:06:02.000] WARN: Static file not found: /
[19:06:03.000] WARN: Static file not found: /
[19:06:06.000] WARN: Static file not found: /
[19:06:10.000] WARN: Static file not found: /
[19:06:15.000] WARN: Static file not found: /
[19:06:18.000] WARN: Static file not found: /
[19:06:23.000] WARN: Static file not found: /
[19:06:26.000] WARN: Static file not found: /
[19:06:30.000] WARN: Static file not found: /
[19:06:34.000] WARN: Static file not found: /
[19:06:38.000] WARN: Static file not found: /
[19:06:42.000] WARN: Static file not found: /
[19:06:46.000] WARN: Static file not found: /
[19:06:50.000] WARN: Static file not found: /
[19:06:54.000] WARN: Static file not found: /
[19:06:58.000] WARN: Static file not found: /
[19:07:02.000] WARN: Static file not found: /
[19:07:08.000] WARN: Static file not found: /
[19:07:10.000] WARN: Static file not found: /
[19:07:14.000] WARN: Static file not found: /
[19:07:18.000] WARN: Static file not found: /
[19:07:23.000] WARN: Static file not found: /
[19:07:26.000] WARN: Static file not found: /
[19:07:31.000] WARN: Static file not found: /
[19:07:34.000] WARN: Static file not found: /
[19:07:38.000] WARN: Static file not found: /
[19:07:42.000] WARN: Static file not found: /
[19:07:47.000] WARN: Static file not found: /
[19:07:50.000] WARN: Static file not found: /
[19:07:55.000] WARN: Static file not found: /
[19:07:58.000] WARN: Static file not found: /
[19:08:02.000] WARN: Static file not found: /
[19:08:06.000] WARN: Static file not found: /
[19:08:10.000] WARN: Static file not found: /
[19:08:15.000] WARN: Static file not found: /
[19:08:18.000] WARN: Static file not found: /
[19:08:22.000] WARN: Static file not found: /
[19:08:26.000] WARN: Static file not found: /
[19:08:30.000] WARN: Static file not found: /
[19:08:35.000] WARN: Static file not found: /
[19:08:38.000] WARN: Static file not found: /
[19:08:42.000] WARN: Static file not found: /
[19:08:46.000] WARN: Static file not found: /
[19:08:50.000] WARN: Static file not found: /
[19:08:54.000] WARN: Static file not found: /
[19:08:59.000] WARN: Static file not found: /
[19:09:02.000] WARN: Static file not found: /
[19:09:06.000] WARN: Static file not found: /
[19:09:10.000] WARN: Static file not found: /
[19:09:14.000] WARN: Static file not found: /
[19:09:18.000] WARN: Static file not found: /
[19:09:22.000] WARN: Static file not found: /
[19:09:27.000] WARN: Static file not found: /
[19:09:30.000] WARN: Static file not found: /
[19:09:34.000] WARN: Static file not found: /
[19:09:38.000] WARN: Static file not found: /
[19:09:42.000] WARN: Static file not found: /
[19:09:46.000] WARN: Static file not found: /
[19:09:50.000] WARN: Static file not found: /
[19:09:54.000] WARN: Static file not found: /
[19:09:58.000] WARN: Static file not found: /
[19:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:10:02.000] WARN: Static file not found: /
[19:10:08.000] WARN: Static file not found: /
[19:10:10.000] WARN: Static file not found: /
[19:10:14.000] WARN: Static file not found: /
[19:10:18.000] WARN: Static file not found: /
[19:10:22.000] WARN: Static file not found: /
[19:10:27.000] WARN: Static file not found: /
[19:10:30.000] WARN: Static file not found: /
[19:10:34.000] WARN: Static file not found: /
[19:10:38.000] WARN: Static file not found: /
[19:10:42.000] WARN: Static file not found: /
[19:10:46.000] WARN: Static file not found: /
[19:10:50.000] WARN: Static file not found: /
[19:10:54.000] WARN: Static file not found: /
[19:10:58.000] WARN: Static file not found: /
[19:11:02.000] WARN: Static file not found: /
[19:11:06.000] WARN: Static file not found: /
[19:11:10.000] WARN: Static file not found: /
[19:11:14.000] WARN: Static file not found: /
[19:11:19.000] WARN: Static file not found: /
[19:11:22.000] WARN: Static file not found: /
[19:11:27.000] WARN: Static file not found: /
[19:11:30.000] WARN: Static file not found: /
[19:11:34.000] WARN: Static file not found: /
[19:11:38.000] WARN: Static file not found: /
[19:11:42.000] WARN: Static file not found: /
[19:11:50.000] WARN: Static file not found: /
[19:11:50.000] WARN: Static file not found: /
[19:11:54.000] WARN: Static file not found: /
[19:11:59.000] WARN: Static file not found: /
[19:12:02.000] WARN: Static file not found: /
[19:12:07.000] WARN: Static file not found: /
[19:12:10.000] WARN: Static file not found: /
[19:12:15.000] WARN: Static file not found: /
[19:12:18.000] WARN: Static file not found: /
[19:12:22.000] WARN: Static file not found: /
[19:12:26.000] WARN: Static file not found: /
[19:12:30.000] WARN: Static file not found: /
[19:12:36.000] WARN: Static file not found: /
[19:12:38.000] WARN: Static file not found: /
[19:12:42.000] WARN: Static file not found: /
[19:12:46.000] WARN: Static file not found: /
[19:12:50.000] WARN: Static file not found: /
[19:12:54.000] WARN: Static file not found: /
[19:12:58.000] WARN: Static file not found: /
[19:13:02.000] WARN: Static file not found: /
[19:13:06.000] WARN: Static file not found: /
[19:13:10.000] WARN: Static file not found: /
[19:13:14.000] WARN: Static file not found: /
[19:13:18.000] WARN: Static file not found: /
[19:13:22.000] WARN: Static file not found: /
[19:13:26.000] WARN: Static file not found: /
[19:13:30.000] WARN: Static file not found: /
[19:13:35.000] WARN: Static file not found: /
[19:13:38.000] WARN: Static file not found: /
[19:13:43.000] WARN: Static file not found: /
[19:13:46.000] WARN: Static file not found: /
[19:13:50.000] WARN: Static file not found: /
[19:13:54.000] WARN: Static file not found: /
[19:13:58.000] WARN: Static file not found: /
[19:14:02.000] WARN: Static file not found: /
[19:14:06.000] WARN: Static file not found: /
[19:14:11.000] WARN: Static file not found: /
[19:14:14.000] WARN: Static file not found: /
[19:14:18.000] WARN: Static file not found: /
[19:14:22.000] WARN: Static file not found: /
[19:14:29.000] WARN: Static file not found: /
[19:14:30.000] WARN: Static file not found: /
[19:14:34.000] WARN: Static file not found: /
[19:14:38.000] WARN: Static file not found: /
[19:14:42.000] WARN: Static file not found: /
[19:14:46.000] WARN: Static file not found: /
[19:14:50.000] WARN: Static file not found: /
[19:14:55.000] WARN: Static file not found: /
[19:14:58.000] WARN: Static file not found: /
[19:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[19:15:02.000] WARN: Static file not found: /
[19:15:06.000] WARN: Static file not found: /
[19:15:10.000] WARN: Static file not found: /
[19:15:14.000] WARN: Static file not found: /
[19:15:18.000] WARN: Static file not found: /
[19:15:22.000] WARN: Static file not found: /
[19:15:26.000] WARN: Static file not found: /
[19:15:30.000] WARN: Static file not found: /
[19:15:34.000] WARN: Static file not found: /
[19:15:38.000] WARN: Static file not found: /
[19:15:43.000] WARN: Static file not found: /
[19:15:46.000] WARN: Static file not found: /
[19:15:50.000] WARN: Static file not found: /
[19:15:54.000] WARN: Static file not found: /
[19:15:58.000] WARN: Static file not found: /
[19:16:02.000] WARN: Static file not found: /
[19:16:06.000] WARN: Static file not found: /
[19:16:10.000] WARN: Static file not found: /
[19:16:14.000] WARN: Static file not found: /
[19:16:18.000] WARN: Static file not found: /
[19:16:22.000] WARN: Static file not found: /
[19:16:27.000] WARN: Static file not found: /
[19:16:30.000] WARN: Static file not found: /
[19:16:34.000] WARN: Static file not found: /
[19:16:38.000] WARN: Static file not found: /
[19:16:42.000] WARN: Static file not found: /
[19:16:46.000] WARN: Static file not found: /
[19:16:51.000] WARN: Static file not found: /
[19:16:54.000] WARN: Static file not found: /
[19:16:58.000] WARN: Static file not found: /
[19:17:02.000] WARN: Static file not found: /
[19:17:06.000] WARN: Static file not found: /
[19:17:10.000] WARN: Static file not found: /
[19:17:14.000] WARN: Static file not found: /
[19:17:18.000] WARN: Static file not found: /
[19:17:22.000] WARN: Static file not found: /
[19:17:26.000] WARN: Static file not found: /
[19:17:30.000] WARN: Static file not found: /
[19:17:34.000] WARN: Static file not found: /
[19:17:38.000] WARN: Static file not found: /
[19:17:42.000] WARN: Static file not found: /
[19:17:46.000] WARN: Static file not found: /
[19:17:50.000] WARN: Static file not found: /
[19:17:54.000] WARN: Static file not found: /
[19:17:58.000] WARN: Static file not found: /
[19:18:02.000] WARN: Static file not found: /
[19:18:06.000] WARN: Static file not found: /
[19:18:10.000] WARN: Static file not found: /
[19:18:14.000] WARN: Static file not found: /
[19:18:18.000] WARN: Static file not found: /
[19:18:22.000] WARN: Static file not found: /
[19:18:28.000] WARN: Static file not found: /
[19:18:30.000] WARN: Static file not found: /
[19:18:34.000] WARN: Static file not found: /
[19:18:39.000] WARN: Static file not found: /
[19:18:42.000] WARN: Static file not found: /
[19:18:48.000] WARN: Static file not found: /
[19:18:50.000] WARN: Static file not found: /
[19:18:54.000] WARN: Static file not found: /
[19:18:59.000] WARN: Static file not found: /
[19:19:02.000] WARN: Static file not found: /
[19:19:06.000] WARN: Static file not found: /
[19:19:10.000] WARN: Static file not found: /
[19:19:14.000] WARN: Static file not found: /
[19:19:18.000] WARN: Static file not found: /
[19:19:22.000] WARN: Static file not found: /
[19:19:26.000] WARN: Static file not found: /
[19:19:30.000] WARN: Static file not found: /
[19:19:34.000] WARN: Static file not found: /
[19:19:38.000] WARN: Static file not found: /
[19:19:42.000] WARN: Static file not found: /
[19:19:46.000] WARN: Static file not found: /
[19:19:50.000] WARN: Static file not found: /
[19:19:54.000] WARN: Static file not found: /
[19:19:58.000] WARN: Static file not found: /
[19:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:20:03.000] WARN: Static file not found: /
[19:20:06.000] WARN: Static file not found: /
[19:20:10.000] WARN: Static file not found: /
[19:20:14.000] WARN: Static file not found: /
[19:20:18.000] WARN: Static file not found: /
[19:20:22.000] WARN: Static file not found: /
[19:20:26.000] WARN: Static file not found: /
[19:20:30.000] WARN: Static file not found: /
[19:20:34.000] WARN: Static file not found: /
[19:20:38.000] WARN: Static file not found: /
[19:20:42.000] WARN: Static file not found: /
[19:20:46.000] WARN: Static file not found: /
[19:20:50.000] WARN: Static file not found: /
[19:20:54.000] WARN: Static file not found: /
[19:20:58.000] WARN: Static file not found: /
[19:21:02.000] WARN: Static file not found: /
[19:21:06.000] WARN: Static file not found: /
[19:21:10.000] WARN: Static file not found: /
[19:21:14.000] WARN: Static file not found: /
[19:21:18.000] WARN: Static file not found: /
[19:21:22.000] WARN: Static file not found: /
[19:21:26.000] WARN: Static file not found: /
[19:21:30.000] WARN: Static file not found: /
[19:21:34.000] WARN: Static file not found: /
[19:21:38.000] WARN: Static file not found: /
[19:21:43.000] WARN: Static file not found: /
[19:21:46.000] WARN: Static file not found: /
[19:21:51.000] WARN: Static file not found: /
[19:21:54.000] WARN: Static file not found: /
[19:21:59.000] WARN: Static file not found: /
[19:22:02.000] WARN: Static file not found: /
[19:22:09.000] WARN: Static file not found: /
[19:22:10.000] WARN: Static file not found: /
[19:22:14.000] WARN: Static file not found: /
[19:22:18.000] WARN: Static file not found: /
[19:22:22.000] WARN: Static file not found: /
[19:22:26.000] WARN: Static file not found: /
[19:22:30.000] WARN: Static file not found: /
[19:22:34.000] WARN: Static file not found: /
[19:22:38.000] WARN: Static file not found: /
[19:22:42.000] WARN: Static file not found: /
[19:22:46.000] WARN: Static file not found: /
[19:22:52.000] WARN: Static file not found: /
[19:22:54.000] WARN: Static file not found: /
[19:22:59.000] WARN: Static file not found: /
[19:23:02.000] WARN: Static file not found: /
[19:23:06.000] WARN: Static file not found: /
[19:23:10.000] WARN: Static file not found: /
[19:23:14.000] WARN: Static file not found: /
[19:23:18.000] WARN: Static file not found: /
[19:23:22.000] WARN: Static file not found: /
[19:23:26.000] WARN: Static file not found: /
[19:23:30.000] WARN: Static file not found: /
[19:23:34.000] WARN: Static file not found: /
[19:23:38.000] WARN: Static file not found: /
[19:23:42.000] WARN: Static file not found: /
[19:23:46.000] WARN: Static file not found: /
[19:23:50.000] WARN: Static file not found: /
[19:23:54.000] WARN: Static file not found: /
[19:23:58.000] WARN: Static file not found: /
[19:24:02.000] WARN: Static file not found: /
[19:24:06.000] WARN: Static file not found: /
[19:24:10.000] WARN: Static file not found: /
[19:24:14.000] WARN: Static file not found: /
[19:24:18.000] WARN: Static file not found: /
[19:24:22.000] WARN: Static file not found: /
[19:24:26.000] WARN: Static file not found: /
[19:24:31.000] WARN: Static file not found: /
[19:24:34.000] WARN: Static file not found: /
[19:24:38.000] WARN: Static file not found: /
[19:24:42.000] WARN: Static file not found: /
[19:24:46.000] WARN: Static file not found: /
[19:24:50.000] WARN: Static file not found: /
[19:24:54.000] WARN: Static file not found: /
[19:24:58.000] WARN: Static file not found: /
[19:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:25:03.000] WARN: Static file not found: /
[19:25:06.000] WARN: Static file not found: /
[19:25:10.000] WARN: Static file not found: /
[19:25:14.000] WARN: Static file not found: /
[19:25:18.000] WARN: Static file not found: /
[19:25:22.000] WARN: Static file not found: /
[19:25:26.000] WARN: Static file not found: /
[19:25:30.000] WARN: Static file not found: /
[19:25:34.000] WARN: Static file not found: /
[19:25:38.000] WARN: Static file not found: /
[19:25:42.000] WARN: Static file not found: /
[19:25:47.000] WARN: Static file not found: /
[19:25:50.000] WARN: Static file not found: /
[19:25:54.000] WARN: Static file not found: /
[19:25:58.000] WARN: Static file not found: /
[19:26:02.000] WARN: Static file not found: /
[19:26:06.000] WARN: Static file not found: /
[19:26:10.000] WARN: Static file not found: /
[19:26:14.000] WARN: Static file not found: /
[19:26:18.000] WARN: Static file not found: /
[19:26:22.000] WARN: Static file not found: /
[19:26:26.000] WARN: Static file not found: /
[19:26:30.000] WARN: Static file not found: /
[19:26:34.000] WARN: Static file not found: /
[19:26:38.000] WARN: Static file not found: /
[19:26:42.000] WARN: Static file not found: /
[19:26:46.000] WARN: Static file not found: /
[19:26:50.000] WARN: Static file not found: /
[19:26:54.000] WARN: Static file not found: /
[19:26:58.000] WARN: Static file not found: /
[19:27:02.000] WARN: Static file not found: /
[19:27:06.000] WARN: Static file not found: /
[19:27:10.000] WARN: Static file not found: /
[19:27:14.000] WARN: Static file not found: /
[19:27:18.000] WARN: Static file not found: /
[19:27:22.000] WARN: Static file not found: /
[19:27:26.000] WARN: Static file not found: /
[19:27:30.000] WARN: Static file not found: /
[19:27:34.000] WARN: Static file not found: /
[19:27:38.000] WARN: Static file not found: /
[19:27:42.000] WARN: Static file not found: /
[19:27:46.000] WARN: Static file not found: /
[19:27:50.000] WARN: Static file not found: /
[19:27:54.000] WARN: Static file not found: /
[19:27:58.000] WARN: Static file not found: /
[19:28:02.000] WARN: Static file not found: /
[19:28:06.000] WARN: Static file not found: /
[19:28:10.000] WARN: Static file not found: /
[19:28:14.000] WARN: Static file not found: /
[19:28:18.000] WARN: Static file not found: /
[19:28:22.000] WARN: Static file not found: /
[19:28:26.000] WARN: Static file not found: /
[19:28:30.000] WARN: Static file not found: /
[19:28:35.000] WARN: Static file not found: /
[19:28:38.000] WARN: Static file not found: /
[19:28:42.000] WARN: Static file not found: /
[19:28:46.000] WARN: Static file not found: /
[19:28:50.000] WARN: Static file not found: /
[19:28:54.000] WARN: Static file not found: /
[19:28:58.000] WARN: Static file not found: /
[19:29:02.000] WARN: Static file not found: /
[19:29:06.000] WARN: Static file not found: /
[19:29:10.000] WARN: Static file not found: /
[19:29:14.000] WARN: Static file not found: /
[19:29:18.000] WARN: Static file not found: /
[19:29:22.000] WARN: Static file not found: /
[19:29:26.000] WARN: Static file not found: /
[19:29:30.000] WARN: Static file not found: /
[19:29:35.000] WARN: Static file not found: /
[19:29:38.000] WARN: Static file not found: /
[19:29:42.000] WARN: Static file not found: /
[19:29:46.000] WARN: Static file not found: /
[19:29:50.000] WARN: Static file not found: /
[19:29:54.000] WARN: Static file not found: /
[19:29:58.000] WARN: Static file not found: /
[19:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[19:30:02.000] WARN: Static file not found: /
[19:30:06.000] WARN: Static file not found: /
[19:30:10.000] WARN: Static file not found: /
[19:30:14.000] WARN: Static file not found: /
[19:30:18.000] WARN: Static file not found: /
[19:30:22.000] WARN: Static file not found: /
[19:30:26.000] WARN: Static file not found: /
[19:30:30.000] WARN: Static file not found: /
[19:30:34.000] WARN: Static file not found: /
[19:30:38.000] WARN: Static file not found: /
[19:30:42.000] WARN: Static file not found: /
[19:30:47.000] WARN: Static file not found: /
[19:30:50.000] WARN: Static file not found: /
[19:30:54.000] WARN: Static file not found: /
[19:30:58.000] WARN: Static file not found: /
[19:31:02.000] WARN: Static file not found: /
[19:31:06.000] WARN: Static file not found: /
[19:31:10.000] WARN: Static file not found: /
[19:31:14.000] WARN: Static file not found: /
[19:31:18.000] WARN: Static file not found: /
[19:31:26.000] WARN: Static file not found: /
[19:31:31.000] WARN: Static file not found: /
[19:31:34.000] WARN: Static file not found: /
[19:31:39.000] WARN: Static file not found: /
[19:31:42.000] WARN: Static file not found: /
[19:31:46.000] WARN: Static file not found: /
[19:31:46.000] WARN: Static file not found: /
[19:31:50.000] WARN: Static file not found: /
[19:31:54.000] WARN: Static file not found: /
[19:31:59.000] WARN: Static file not found: /
[19:32:02.000] WARN: Static file not found: /
[19:32:06.000] WARN: Static file not found: /
[19:32:10.000] WARN: Static file not found: /
[19:32:14.000] WARN: Static file not found: /
[19:32:18.000] WARN: Static file not found: /
[19:32:22.000] WARN: Static file not found: /
[19:32:26.000] WARN: Static file not found: /
[19:32:30.000] WARN: Static file not found: /
[19:32:34.000] WARN: Static file not found: /
[19:32:38.000] WARN: Static file not found: /
[19:32:42.000] WARN: Static file not found: /
[19:32:46.000] WARN: Static file not found: /
[19:32:50.000] WARN: Static file not found: /
[19:32:54.000] WARN: Static file not found: /
[19:32:58.000] WARN: Static file not found: /
[19:33:02.000] WARN: Static file not found: /
[19:33:06.000] WARN: Static file not found: /
[19:33:10.000] WARN: Static file not found: /
[19:33:14.000] WARN: Static file not found: /
[19:33:18.000] WARN: Static file not found: /
[19:33:22.000] WARN: Static file not found: /
[19:33:26.000] WARN: Static file not found: /
[19:33:30.000] WARN: Static file not found: /
[19:33:34.000] WARN: Static file not found: /
[19:33:38.000] WARN: Static file not found: /
[19:33:43.000] WARN: Static file not found: /
[19:33:46.000] WARN: Static file not found: /
[19:33:50.000] WARN: Static file not found: /
[19:33:54.000] WARN: Static file not found: /
[19:33:58.000] WARN: Static file not found: /
[19:34:02.000] WARN: Static file not found: /
[19:34:06.000] WARN: Static file not found: /
[19:34:10.000] WARN: Static file not found: /
[19:34:14.000] WARN: Static file not found: /
[19:34:18.000] WARN: Static file not found: /
[19:34:22.000] WARN: Static file not found: /
[19:34:26.000] WARN: Static file not found: /
[19:34:30.000] WARN: Static file not found: /
[19:34:34.000] WARN: Static file not found: /
[19:34:38.000] WARN: Static file not found: /
[19:34:42.000] WARN: Static file not found: /
[19:34:46.000] WARN: Static file not found: /
[19:34:50.000] WARN: Static file not found: /
[19:34:54.000] WARN: Static file not found: /
[19:34:58.000] WARN: Static file not found: /
[19:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:35:02.000] WARN: Static file not found: /
[19:35:06.000] WARN: Static file not found: /
[19:35:10.000] WARN: Static file not found: /
[19:35:14.000] WARN: Static file not found: /
[19:35:18.000] WARN: Static file not found: /
[19:35:22.000] WARN: Static file not found: /
[19:35:26.000] WARN: Static file not found: /
[19:35:30.000] WARN: Static file not found: /
[19:35:34.000] WARN: Static file not found: /
[19:35:38.000] WARN: Static file not found: /
[19:35:42.000] WARN: Static file not found: /
[19:35:46.000] WARN: Static file not found: /
[19:35:50.000] WARN: Static file not found: /
[19:35:54.000] WARN: Static file not found: /
[19:35:58.000] WARN: Static file not found: /
[19:36:02.000] WARN: Static file not found: /
[19:36:06.000] WARN: Static file not found: /
[19:36:10.000] WARN: Static file not found: /
[19:36:14.000] WARN: Static file not found: /
[19:36:18.000] WARN: Static file not found: /
[19:36:22.000] WARN: Static file not found: /
[19:36:26.000] WARN: Static file not found: /
[19:36:30.000] WARN: Static file not found: /
[19:36:34.000] WARN: Static file not found: /
[19:36:38.000] WARN: Static file not found: /
[19:36:42.000] WARN: Static file not found: /
[19:36:46.000] WARN: Static file not found: /
[19:36:50.000] WARN: Static file not found: /
[19:36:54.000] WARN: Static file not found: /
[19:36:58.000] WARN: Static file not found: /
[19:37:02.000] WARN: Static file not found: /
[19:37:06.000] WARN: Static file not found: /
[19:37:10.000] WARN: Static file not found: /
[19:37:14.000] WARN: Static file not found: /
[19:37:18.000] WARN: Static file not found: /
[19:37:22.000] WARN: Static file not found: /
[19:37:26.000] WARN: Static file not found: /
[19:37:30.000] WARN: Static file not found: /
[19:37:34.000] WARN: Static file not found: /
[19:37:38.000] WARN: Static file not found: /
[19:37:42.000] WARN: Static file not found: /
[19:37:46.000] WARN: Static file not found: /
[19:37:50.000] WARN: Static file not found: /
[19:37:54.000] WARN: Static file not found: /
[19:37:58.000] WARN: Static file not found: /
[19:38:02.000] WARN: Static file not found: /
[19:38:07.000] WARN: Static file not found: /
[19:38:10.000] WARN: Static file not found: /
[19:38:15.000] WARN: Static file not found: /
[19:38:18.000] WARN: Static file not found: /
[19:38:22.000] WARN: Static file not found: /
[19:38:26.000] WARN: Static file not found: /
[19:38:30.000] WARN: Static file not found: /
[19:38:34.000] WARN: Static file not found: /
[19:38:38.000] WARN: Static file not found: /
[19:38:42.000] WARN: Static file not found: /
[19:38:46.000] WARN: Static file not found: /
[19:38:50.000] WARN: Static file not found: /
[19:38:54.000] WARN: Static file not found: /
[19:38:58.000] WARN: Static file not found: /
[19:39:02.000] WARN: Static file not found: /
[19:39:06.000] WARN: Static file not found: /
[19:39:10.000] WARN: Static file not found: /
[19:39:14.000] WARN: Static file not found: /
[19:39:18.000] WARN: Static file not found: /
[19:39:22.000] WARN: Static file not found: /
[19:39:26.000] WARN: Static file not found: /
[19:39:30.000] WARN: Static file not found: /
[19:39:34.000] WARN: Static file not found: /
[19:39:38.000] WARN: Static file not found: /
[19:39:42.000] WARN: Static file not found: /
[19:39:46.000] WARN: Static file not found: /
[19:39:50.000] WARN: Static file not found: /
[19:39:54.000] WARN: Static file not found: /
[19:39:58.000] WARN: Static file not found: /
[19:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:40:02.000] WARN: Static file not found: /
[19:40:06.000] WARN: Static file not found: /
[19:40:10.000] WARN: Static file not found: /
[19:40:14.000] WARN: Static file not found: /
[19:40:18.000] WARN: Static file not found: /
[19:40:22.000] WARN: Static file not found: /
[19:40:26.000] WARN: Static file not found: /
[19:40:30.000] WARN: Static file not found: /
[19:40:34.000] WARN: Static file not found: /
[19:40:38.000] WARN: Static file not found: /
[19:40:42.000] WARN: Static file not found: /
[19:40:46.000] WARN: Static file not found: /
[19:40:50.000] WARN: Static file not found: /
[19:40:54.000] WARN: Static file not found: /
[19:40:58.000] WARN: Static file not found: /
[19:41:02.000] WARN: Static file not found: /
[19:41:07.000] WARN: Static file not found: /
[19:41:10.000] WARN: Static file not found: /
[19:41:14.000] WARN: Static file not found: /
[19:41:19.000] WARN: Static file not found: /
[19:41:22.000] WARN: Static file not found: /
[19:41:26.000] WARN: Static file not found: /
[19:41:31.000] WARN: Static file not found: /
[19:41:34.000] WARN: Static file not found: /
[19:41:38.000] WARN: Static file not found: /
[19:41:42.000] WARN: Static file not found: /
[19:41:46.000] WARN: Static file not found: /
[19:41:50.000] WARN: Static file not found: /
[19:41:55.000] WARN: Static file not found: /
[19:41:58.000] WARN: Static file not found: /
[19:42:02.000] WARN: Static file not found: /
[19:42:06.000] WARN: Static file not found: /
[19:42:10.000] WARN: Static file not found: /
[19:42:14.000] WARN: Static file not found: /
[19:42:18.000] WARN: Static file not found: /
[19:42:22.000] WARN: Static file not found: /
[19:42:26.000] WARN: Static file not found: /
[19:42:30.000] WARN: Static file not found: /
[19:42:35.000] WARN: Static file not found: /
[19:42:38.000] WARN: Static file not found: /
[19:42:42.000] WARN: Static file not found: /
[19:42:47.000] WARN: Static file not found: /
[19:42:50.000] WARN: Static file not found: /
[19:42:54.000] WARN: Static file not found: /
[19:42:58.000] WARN: Static file not found: /
[19:43:02.000] WARN: Static file not found: /
[19:43:06.000] WARN: Static file not found: /
[19:43:10.000] WARN: Static file not found: /
[19:43:14.000] WARN: Static file not found: /
[19:43:18.000] WARN: Static file not found: /
[19:43:22.000] WARN: Static file not found: /
[19:43:26.000] WARN: Static file not found: /
[19:43:30.000] WARN: Static file not found: /
[19:43:34.000] WARN: Static file not found: /
[19:43:38.000] WARN: Static file not found: /
[19:43:42.000] WARN: Static file not found: /
[19:43:46.000] WARN: Static file not found: /
[19:43:51.000] WARN: Static file not found: /
[19:43:54.000] WARN: Static file not found: /
[19:43:58.000] WARN: Static file not found: /
[19:44:02.000] WARN: Static file not found: /
[19:44:06.000] WARN: Static file not found: /
[19:44:10.000] WARN: Static file not found: /
[19:44:14.000] WARN: Static file not found: /
[19:44:18.000] WARN: Static file not found: /
[19:44:22.000] WARN: Static file not found: /
[19:44:26.000] WARN: Static file not found: /
[19:44:30.000] WARN: Static file not found: /
[19:44:35.000] WARN: Static file not found: /
[19:44:38.000] WARN: Static file not found: /
[19:44:42.000] WARN: Static file not found: /
[19:44:47.000] WARN: Static file not found: /
[19:44:50.000] WARN: Static file not found: /
[19:44:54.000] WARN: Static file not found: /
[19:44:58.000] WARN: Static file not found: /
[19:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:45:02.000] WARN: Static file not found: /
[19:45:06.000] WARN: Static file not found: /
[19:45:10.000] WARN: Static file not found: /
[19:45:14.000] WARN: Static file not found: /
[19:45:18.000] WARN: Static file not found: /
[19:45:22.000] WARN: Static file not found: /
[19:45:26.000] WARN: Static file not found: /
[19:45:30.000] WARN: Static file not found: /
[19:45:34.000] WARN: Static file not found: /
[19:45:39.000] WARN: Static file not found: /
[19:45:42.000] WARN: Static file not found: /
[19:45:46.000] WARN: Static file not found: /
[19:45:50.000] WARN: Static file not found: /
[19:45:54.000] WARN: Static file not found: /
[19:45:58.000] WARN: Static file not found: /
[19:46:02.000] WARN: Static file not found: /
[19:46:06.000] WARN: Static file not found: /
[19:46:10.000] WARN: Static file not found: /
[19:46:14.000] WARN: Static file not found: /
[19:46:18.000] WARN: Static file not found: /
[19:46:22.000] WARN: Static file not found: /
[19:46:26.000] WARN: Static file not found: /
[19:46:30.000] WARN: Static file not found: /
[19:46:34.000] WARN: Static file not found: /
[19:46:38.000] WARN: Static file not found: /
[19:46:42.000] WARN: Static file not found: /
[19:46:46.000] WARN: Static file not found: /
[19:46:50.000] WARN: Static file not found: /
[19:46:54.000] WARN: Static file not found: /
[19:46:58.000] WARN: Static file not found: /
[19:47:02.000] WARN: Static file not found: /
[19:47:06.000] WARN: Static file not found: /
[19:47:10.000] WARN: Static file not found: /
[19:47:14.000] WARN: Static file not found: /
[19:47:18.000] WARN: Static file not found: /
[19:47:22.000] WARN: Static file not found: /
[19:47:26.000] WARN: Static file not found: /
[19:47:30.000] WARN: Static file not found: /
[19:47:34.000] WARN: Static file not found: /
[19:47:38.000] WARN: Static file not found: /
[19:47:42.000] WARN: Static file not found: /
[19:47:46.000] WARN: Static file not found: /
[19:47:50.000] WARN: Static file not found: /
[19:47:54.000] WARN: Static file not found: /
[19:47:59.000] WARN: Static file not found: /
[19:48:02.000] WARN: Static file not found: /
[19:48:06.000] WARN: Static file not found: /
[19:48:11.000] WARN: Static file not found: /
[19:48:14.000] WARN: Static file not found: /
[19:48:20.000] WARN: Static file not found: /
[19:48:22.000] WARN: Static file not found: /
[19:48:26.000] WARN: Static file not found: /
[19:48:30.000] WARN: Static file not found: /
[19:48:35.000] WARN: Static file not found: /
[19:48:38.000] WARN: Static file not found: /
[19:48:42.000] WARN: Static file not found: /
[19:48:46.000] WARN: Static file not found: /
[19:48:50.000] WARN: Static file not found: /
[19:48:54.000] WARN: Static file not found: /
[19:48:58.000] WARN: Static file not found: /
[19:49:02.000] WARN: Static file not found: /
[19:49:06.000] WARN: Static file not found: /
[19:49:10.000] WARN: Static file not found: /
[19:49:15.000] WARN: Static file not found: /
[19:49:18.000] WARN: Static file not found: /
[19:49:22.000] WARN: Static file not found: /
[19:49:26.000] WARN: Static file not found: /
[19:49:30.000] WARN: Static file not found: /
[19:49:34.000] WARN: Static file not found: /
[19:49:38.000] WARN: Static file not found: /
[19:49:42.000] WARN: Static file not found: /
[19:49:47.000] WARN: Static file not found: /
[19:49:50.000] WARN: Static file not found: /
[19:49:54.000] WARN: Static file not found: /
[19:49:58.000] WARN: Static file not found: /
[19:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:50:02.000] WARN: Static file not found: /
[19:50:06.000] WARN: Static file not found: /
[19:50:10.000] WARN: Static file not found: /
[19:50:15.000] WARN: Static file not found: /
[19:50:18.000] WARN: Static file not found: /
[19:50:22.000] WARN: Static file not found: /
[19:50:27.000] WARN: Static file not found: /
[19:50:30.000] WARN: Static file not found: /
[19:50:34.000] WARN: Static file not found: /
[19:50:38.000] WARN: Static file not found: /
[19:50:42.000] WARN: Static file not found: /
[19:50:46.000] WARN: Static file not found: /
[19:50:50.000] WARN: Static file not found: /
[19:50:55.000] WARN: Static file not found: /
[19:50:58.000] WARN: Static file not found: /
[19:51:03.000] WARN: Static file not found: /
[19:51:06.000] WARN: Static file not found: /
[19:51:10.000] WARN: Static file not found: /
[19:51:14.000] WARN: Static file not found: /
[19:51:18.000] WARN: Static file not found: /
[19:51:22.000] WARN: Static file not found: /
[19:51:26.000] WARN: Static file not found: /
[19:51:30.000] WARN: Static file not found: /
[19:51:34.000] WARN: Static file not found: /
[19:51:38.000] WARN: Static file not found: /
[19:51:42.000] WARN: Static file not found: /
[19:51:47.000] WARN: Static file not found: /
[19:51:50.000] WARN: Static file not found: /
[19:51:54.000] WARN: Static file not found: /
[19:51:58.000] WARN: Static file not found: /
[19:52:02.000] WARN: Static file not found: /
[19:52:06.000] WARN: Static file not found: /
[19:52:10.000] WARN: Static file not found: /
[19:52:14.000] WARN: Static file not found: /
[19:52:20.000] WARN: Static file not found: /
[19:52:22.000] WARN: Static file not found: /
[19:52:26.000] WARN: Static file not found: /
[19:52:30.000] WARN: Static file not found: /
[19:52:38.000] WARN: Static file not found: /
[19:52:39.000] WARN: Static file not found: /
[19:52:42.000] WARN: Static file not found: /
[19:52:48.000] WARN: Static file not found: /
[19:52:50.000] WARN: Static file not found: /
[19:52:54.000] WARN: Static file not found: /
[19:53:01.000] WARN: Static file not found: /
[19:53:02.000] WARN: Static file not found: /
[19:53:06.000] WARN: Static file not found: /
[19:53:10.000] WARN: Static file not found: /
[19:53:14.000] WARN: Static file not found: /
[19:53:20.000] WARN: Static file not found: /
[19:53:22.000] WARN: Static file not found: /
[19:53:27.000] WARN: Static file not found: /
[19:53:30.000] WARN: Static file not found: /
[19:53:34.000] WARN: Static file not found: /
[19:53:38.000] WARN: Static file not found: /
[19:53:45.000] WARN: Static file not found: /
[19:53:46.000] WARN: Static file not found: /
[19:53:50.000] WARN: Static file not found: /
[19:53:54.000] WARN: Static file not found: /
[19:53:58.000] WARN: Static file not found: /
[19:54:02.000] WARN: Static file not found: /
[19:54:09.000] WARN: Static file not found: /
[19:54:10.000] WARN: Static file not found: /
[19:54:14.000] WARN: Static file not found: /
[19:54:18.000] WARN: Static file not found: /
[19:54:22.000] WARN: Static file not found: /
[19:54:26.000] WARN: Static file not found: /
[19:54:35.000] WARN: Static file not found: /
[19:54:35.000] WARN: Static file not found: /
[19:54:38.000] WARN: Static file not found: /
[19:54:42.000] WARN: Static file not found: /
[19:54:46.000] WARN: Static file not found: /
[19:54:50.000] WARN: Static file not found: /
[19:54:55.000] WARN: Static file not found: /
[19:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[19:55:02.000] WARN: Static file not found: /
[19:55:06.000] WARN: Static file not found: /
[19:55:10.000] WARN: Static file not found: /
[19:55:14.000] WARN: Static file not found: /
[19:55:18.000] WARN: Static file not found: /
[19:55:23.000] WARN: Static file not found: /
[19:55:26.000] WARN: Static file not found: /
[19:55:30.000] WARN: Static file not found: /
[19:55:34.000] WARN: Static file not found: /
[19:55:38.000] WARN: Static file not found: /
[19:55:42.000] WARN: Static file not found: /
[19:55:47.000] WARN: Static file not found: /
[19:55:50.000] WARN: Static file not found: /
[19:55:54.000] WARN: Static file not found: /
[19:55:58.000] WARN: Static file not found: /
[19:56:02.000] WARN: Static file not found: /
[19:56:07.000] WARN: Static file not found: /
[19:56:10.000] WARN: Static file not found: /
[19:56:14.000] WARN: Static file not found: /
[19:56:18.000] WARN: Static file not found: /
[19:56:23.000] WARN: Static file not found: /
[19:56:26.000] WARN: Static file not found: /
[19:56:30.000] WARN: Static file not found: /
[19:56:34.000] WARN: Static file not found: /
[19:56:38.000] WARN: Static file not found: /
[19:56:42.000] WARN: Static file not found: /
[19:56:46.000] WARN: Static file not found: /
[19:56:50.000] WARN: Static file not found: /
[19:56:54.000] WARN: Static file not found: /
[19:56:58.000] WARN: Static file not found: /
[19:57:02.000] WARN: Static file not found: /
[19:57:06.000] WARN: Static file not found: /
[19:57:10.000] WARN: Static file not found: /
[19:57:14.000] WARN: Static file not found: /
[19:57:18.000] WARN: Static file not found: /
[19:57:22.000] WARN: Static file not found: /
[19:57:26.000] WARN: Static file not found: /
[19:57:30.000] WARN: Static file not found: /
[19:57:34.000] WARN: Static file not found: /
[19:57:38.000] WARN: Static file not found: /
[19:57:42.000] WARN: Static file not found: /
[19:57:46.000] WARN: Static file not found: /
[19:57:50.000] WARN: Static file not found: /
[19:57:55.000] WARN: Static file not found: /
[19:57:58.000] WARN: Static file not found: /
[19:58:02.000] WARN: Static file not found: /
[19:58:06.000] WARN: Static file not found: /
[19:58:10.000] WARN: Static file not found: /
[19:58:14.000] WARN: Static file not found: /
[19:58:18.000] WARN: Static file not found: /
[19:58:22.000] WARN: Static file not found: /
[19:58:26.000] WARN: Static file not found: /
[19:58:30.000] WARN: Static file not found: /
[19:58:34.000] WARN: Static file not found: /
[19:58:38.000] WARN: Static file not found: /
[19:58:43.000] WARN: Static file not found: /
[19:58:46.000] WARN: Static file not found: /
[19:58:50.000] WARN: Static file not found: /
[19:58:55.000] WARN: Static file not found: /
[19:58:58.000] WARN: Static file not found: /
[19:59:02.000] WARN: Static file not found: /
[19:59:06.000] WARN: Static file not found: /
[19:59:11.000] WARN: Static file not found: /
[19:59:14.000] WARN: Static file not found: /
[19:59:18.000] WARN: Static file not found: /
[19:59:22.000] WARN: Static file not found: /
[19:59:27.000] WARN: Static file not found: /
[19:59:30.000] WARN: Static file not found: /
[19:59:34.000] WARN: Static file not found: /
[19:59:39.000] WARN: Static file not found: /
[19:59:42.000] WARN: Static file not found: /
[19:59:46.000] WARN: Static file not found: /
[19:59:50.000] WARN: Static file not found: /
[19:59:54.000] WARN: Static file not found: /
[19:59:59.000] WARN: Static file not found: /
[20:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[20:00:02.000] WARN: Static file not found: /
[20:00:06.000] WARN: Static file not found: /
[20:00:10.000] WARN: Static file not found: /
[20:00:14.000] WARN: Static file not found: /
[20:00:18.000] WARN: Static file not found: /
[20:00:22.000] WARN: Static file not found: /
[20:00:26.000] WARN: Static file not found: /
[20:00:30.000] WARN: Static file not found: /
[20:00:34.000] WARN: Static file not found: /
[20:00:38.000] WARN: Static file not found: /
[20:00:42.000] WARN: Static file not found: /
[20:00:46.000] WARN: Static file not found: /
[20:00:50.000] WARN: Static file not found: /
[20:00:54.000] WARN: Static file not found: /
[20:00:58.000] WARN: Static file not found: /
[20:01:03.000] WARN: Static file not found: /
[20:01:06.000] WARN: Static file not found: /
[20:01:10.000] WARN: Static file not found: /
[20:01:14.000] WARN: Static file not found: /
[20:01:18.000] WARN: Static file not found: /
[20:01:22.000] WARN: Static file not found: /
[20:01:26.000] WARN: Static file not found: /
[20:01:30.000] WARN: Static file not found: /
[20:01:34.000] WARN: Static file not found: /
[20:01:38.000] WARN: Static file not found: /
[20:01:42.000] WARN: Static file not found: /
[20:01:46.000] WARN: Static file not found: /
[20:01:50.000] WARN: Static file not found: /
[20:01:54.000] WARN: Static file not found: /
[20:01:58.000] WARN: Static file not found: /
[20:02:02.000] WARN: Static file not found: /
[20:02:06.000] WARN: Static file not found: /
[20:02:10.000] WARN: Static file not found: /
[20:02:14.000] WARN: Static file not found: /
[20:02:18.000] WARN: Static file not found: /
[20:02:22.000] WARN: Static file not found: /
[20:02:26.000] WARN: Static file not found: /
[20:02:30.000] WARN: Static file not found: /
[20:02:34.000] WARN: Static file not found: /
[20:02:38.000] WARN: Static file not found: /
[20:02:42.000] WARN: Static file not found: /
[20:02:46.000] WARN: Static file not found: /
[20:02:50.000] WARN: Static file not found: /
[20:02:54.000] WARN: Static file not found: /
[20:02:58.000] WARN: Static file not found: /
[20:03:03.000] WARN: Static file not found: /
[20:03:06.000] WARN: Static file not found: /
[20:03:10.000] WARN: Static file not found: /
[20:03:14.000] WARN: Static file not found: /
[20:03:18.000] WARN: Static file not found: /
[20:03:22.000] WARN: Static file not found: /
[20:03:26.000] WARN: Static file not found: /
[20:03:30.000] WARN: Static file not found: /
[20:03:34.000] WARN: Static file not found: /
[20:03:38.000] WARN: Static file not found: /
[20:03:42.000] WARN: Static file not found: /
[20:03:46.000] WARN: Static file not found: /
[20:03:50.000] WARN: Static file not found: /
[20:03:54.000] WARN: Static file not found: /
[20:03:58.000] WARN: Static file not found: /
[20:04:02.000] WARN: Static file not found: /
[20:04:06.000] WARN: Static file not found: /
[20:04:10.000] WARN: Static file not found: /
[20:04:14.000] WARN: Static file not found: /
[20:04:18.000] WARN: Static file not found: /
[20:04:22.000] WARN: Static file not found: /
[20:04:26.000] WARN: Static file not found: /
[20:04:30.000] WARN: Static file not found: /
[20:04:34.000] WARN: Static file not found: /
[20:04:39.000] WARN: Static file not found: /
[20:04:42.000] WARN: Static file not found: /
[20:04:46.000] WARN: Static file not found: /
[20:04:50.000] WARN: Static file not found: /
[20:04:54.000] WARN: Static file not found: /
[20:04:58.000] WARN: Static file not found: /
[20:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:05:02.000] WARN: Static file not found: /
[20:05:06.000] WARN: Static file not found: /
[20:05:10.000] WARN: Static file not found: /
[20:05:14.000] WARN: Static file not found: /
[20:05:18.000] WARN: Static file not found: /
[20:05:22.000] WARN: Static file not found: /
[20:05:26.000] WARN: Static file not found: /
[20:05:30.000] WARN: Static file not found: /
[20:05:34.000] WARN: Static file not found: /
[20:05:38.000] WARN: Static file not found: /
[20:05:42.000] WARN: Static file not found: /
[20:05:46.000] WARN: Static file not found: /
[20:05:51.000] WARN: Static file not found: /
[20:05:54.000] WARN: Static file not found: /
[20:05:58.000] WARN: Static file not found: /
[20:06:03.000] WARN: Static file not found: /
[20:06:06.000] WARN: Static file not found: /
[20:06:10.000] WARN: Static file not found: /
[20:06:15.000] WARN: Static file not found: /
[20:06:18.000] WARN: Static file not found: /
[20:06:22.000] WARN: Static file not found: /
[20:06:26.000] WARN: Static file not found: /
[20:06:30.000] WARN: Static file not found: /
[20:06:34.000] WARN: Static file not found: /
[20:06:38.000] WARN: Static file not found: /
[20:06:42.000] WARN: Static file not found: /
[20:06:46.000] WARN: Static file not found: /
[20:06:50.000] WARN: Static file not found: /
[20:06:54.000] WARN: Static file not found: /
[20:06:58.000] WARN: Static file not found: /
[20:07:02.000] WARN: Static file not found: /
[20:07:06.000] WARN: Static file not found: /
[20:07:10.000] WARN: Static file not found: /
[20:07:14.000] WARN: Static file not found: /
[20:07:18.000] WARN: Static file not found: /
[20:07:26.000] WARN: Static file not found: /
[20:07:27.000] WARN: Static file not found: /
[20:07:30.000] WARN: Static file not found: /
[20:07:34.000] WARN: Static file not found: /
[20:07:38.000] WARN: Static file not found: /
[20:07:42.000] WARN: Static file not found: /
[20:07:46.000] WARN: Static file not found: /
[20:07:54.000] WARN: Static file not found: /
[20:07:54.000] WARN: Static file not found: /
[20:07:58.000] WARN: Static file not found: /
[20:08:02.000] WARN: Static file not found: /
[20:08:06.000] WARN: Static file not found: /
[20:08:10.000] WARN: Static file not found: /
[20:08:14.000] WARN: Static file not found: /
[20:08:18.000] WARN: Static file not found: /
[20:08:22.000] WARN: Static file not found: /
[20:08:26.000] WARN: Static file not found: /
[20:08:30.000] WARN: Static file not found: /
[20:08:34.000] WARN: Static file not found: /
[20:08:38.000] WARN: Static file not found: /
[20:08:42.000] WARN: Static file not found: /
[20:08:46.000] WARN: Static file not found: /
[20:08:50.000] WARN: Static file not found: /
[20:08:54.000] WARN: Static file not found: /
[20:08:58.000] WARN: Static file not found: /
[20:09:03.000] WARN: Static file not found: /
[20:09:06.000] WARN: Static file not found: /
[20:09:10.000] WARN: Static file not found: /
[20:09:14.000] WARN: Static file not found: /
[20:09:18.000] WARN: Static file not found: /
[20:09:22.000] WARN: Static file not found: /
[20:09:26.000] WARN: Static file not found: /
[20:09:30.000] WARN: Static file not found: /
[20:09:34.000] WARN: Static file not found: /
[20:09:38.000] WARN: Static file not found: /
[20:09:42.000] WARN: Static file not found: /
[20:09:46.000] WARN: Static file not found: /
[20:09:50.000] WARN: Static file not found: /
[20:09:54.000] WARN: Static file not found: /
[20:09:58.000] WARN: Static file not found: /
[20:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:10:02.000] WARN: Static file not found: /
[20:10:06.000] WARN: Static file not found: /
[20:10:10.000] WARN: Static file not found: /
[20:10:14.000] WARN: Static file not found: /
[20:10:18.000] WARN: Static file not found: /
[20:10:22.000] WARN: Static file not found: /
[20:10:26.000] WARN: Static file not found: /
[20:10:30.000] WARN: Static file not found: /
[20:10:34.000] WARN: Static file not found: /
[20:10:38.000] WARN: Static file not found: /
[20:10:42.000] WARN: Static file not found: /
[20:10:46.000] WARN: Static file not found: /
[20:10:51.000] WARN: Static file not found: /
[20:10:54.000] WARN: Static file not found: /
[20:10:58.000] WARN: Static file not found: /
[20:11:02.000] WARN: Static file not found: /
[20:11:06.000] WARN: Static file not found: /
[20:11:15.000] WARN: Static file not found: /
[20:11:15.000] WARN: Static file not found: /
[20:11:18.000] WARN: Static file not found: /
[20:11:24.000] WARN: Static file not found: /
[20:11:26.000] WARN: Static file not found: /
[20:11:30.000] WARN: Static file not found: /
[20:11:34.000] WARN: Static file not found: /
[20:11:38.000] WARN: Static file not found: /
[20:11:44.000] WARN: Static file not found: /
[20:11:46.000] WARN: Static file not found: /
[20:11:50.000] WARN: Static file not found: /
[20:11:54.000] WARN: Static file not found: /
[20:11:58.000] WARN: Static file not found: /
[20:12:02.000] WARN: Static file not found: /
[20:12:06.000] WARN: Static file not found: /
[20:12:12.000] WARN: Static file not found: /
[20:12:14.000] WARN: Static file not found: /
[20:12:19.000] WARN: Static file not found: /
[20:12:22.000] WARN: Static file not found: /
[20:12:26.000] WARN: Static file not found: /
[20:12:30.000] WARN: Static file not found: /
[20:12:34.000] WARN: Static file not found: /
[20:12:38.000] WARN: Static file not found: /
[20:12:42.000] WARN: Static file not found: /
[20:12:46.000] WARN: Static file not found: /
[20:12:50.000] WARN: Static file not found: /
[20:12:56.000] WARN: Static file not found: /
[20:12:58.000] WARN: Static file not found: /
[20:13:02.000] WARN: Static file not found: /
[20:13:06.000] WARN: Static file not found: /
[20:13:10.000] WARN: Static file not found: /
[20:13:14.000] WARN: Static file not found: /
[20:13:18.000] WARN: Static file not found: /
[20:13:23.000] WARN: Static file not found: /
[20:13:26.000] WARN: Static file not found: /
[20:13:30.000] WARN: Static file not found: /
[20:13:34.000] WARN: Static file not found: /
[20:13:39.000] WARN: Static file not found: /
[20:13:42.000] WARN: Static file not found: /
[20:13:46.000] WARN: Static file not found: /
[20:13:51.000] WARN: Static file not found: /
[20:13:54.000] WARN: Static file not found: /
[20:13:58.000] WARN: Static file not found: /
[20:14:04.000] WARN: Static file not found: /
[20:14:06.000] WARN: Static file not found: /
[20:14:10.000] WARN: Static file not found: /
[20:14:14.000] WARN: Static file not found: /
[20:14:18.000] WARN: Static file not found: /
[20:14:23.000] WARN: Static file not found: /
[20:14:30.000] WARN: Static file not found: /
[20:14:34.000] WARN: Static file not found: /
[20:14:38.000] WARN: Static file not found: /
[20:14:42.000] WARN: Static file not found: /
[20:14:46.000] WARN: Static file not found: /
[20:14:50.000] WARN: Static file not found: /
[20:14:54.000] WARN: Static file not found: /
[20:14:58.000] WARN: Static file not found: /
[20:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[20:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:15:02.000] WARN: Static file not found: /
[20:15:06.000] WARN: Static file not found: /
[20:15:10.000] WARN: Static file not found: /
[20:15:14.000] WARN: Static file not found: /
[20:15:18.000] WARN: Static file not found: /
[20:15:22.000] WARN: Static file not found: /
[20:15:26.000] WARN: Static file not found: /
[20:15:30.000] WARN: Static file not found: /
[20:15:34.000] WARN: Static file not found: /
[20:15:42.000] WARN: Static file not found: /
[20:15:42.000] WARN: Static file not found: /
[20:15:46.000] WARN: Static file not found: /
[20:15:50.000] WARN: Static file not found: /
[20:15:54.000] WARN: Static file not found: /
[20:15:58.000] WARN: Static file not found: /
[20:16:02.000] WARN: Static file not found: /
[20:16:06.000] WARN: Static file not found: /
[20:16:10.000] WARN: Static file not found: /
[20:16:14.000] WARN: Static file not found: /
[20:16:18.000] WARN: Static file not found: /
[20:16:25.000] WARN: Static file not found: /
[20:16:26.000] WARN: Static file not found: /
[20:16:30.000] WARN: Static file not found: /
[20:16:34.000] WARN: Static file not found: /
[20:16:38.000] WARN: Static file not found: /
[20:16:42.000] WARN: Static file not found: /
[20:16:46.000] WARN: Static file not found: /
[20:16:50.000] WARN: Static file not found: /
[20:16:54.000] WARN: Static file not found: /
[20:16:58.000] WARN: Static file not found: /
[20:17:02.000] WARN: Static file not found: /
[20:17:06.000] WARN: Static file not found: /
[20:17:10.000] WARN: Static file not found: /
[20:17:14.000] WARN: Static file not found: /
[20:17:18.000] WARN: Static file not found: /
[20:17:22.000] WARN: Static file not found: /
[20:17:26.000] WARN: Static file not found: /
[20:17:30.000] WARN: Static file not found: /
[20:17:34.000] WARN: Static file not found: /
[20:17:38.000] WARN: Static file not found: /
[20:17:42.000] WARN: Static file not found: /
[20:17:46.000] WARN: Static file not found: /
[20:17:50.000] WARN: Static file not found: /
[20:17:54.000] WARN: Static file not found: /
[20:17:58.000] WARN: Static file not found: /
[20:18:02.000] WARN: Static file not found: /
[20:18:06.000] WARN: Static file not found: /
[20:18:10.000] WARN: Static file not found: /
[20:18:14.000] WARN: Static file not found: /
[20:18:18.000] WARN: Static file not found: /
[20:18:22.000] WARN: Static file not found: /
[20:18:26.000] WARN: Static file not found: /
[20:18:30.000] WARN: Static file not found: /
[20:18:34.000] WARN: Static file not found: /
[20:18:38.000] WARN: Static file not found: /
[20:18:42.000] WARN: Static file not found: /
[20:18:46.000] WARN: Static file not found: /
[20:18:50.000] WARN: Static file not found: /
[20:18:54.000] WARN: Static file not found: /
[20:18:58.000] WARN: Static file not found: /
[20:19:02.000] WARN: Static file not found: /
[20:19:06.000] WARN: Static file not found: /
[20:19:10.000] WARN: Static file not found: /
[20:19:14.000] WARN: Static file not found: /
[20:19:18.000] WARN: Static file not found: /
[20:19:22.000] WARN: Static file not found: /
[20:19:26.000] WARN: Static file not found: /
[20:19:30.000] WARN: Static file not found: /
[20:19:34.000] WARN: Static file not found: /
[20:19:38.000] WARN: Static file not found: /
[20:19:42.000] WARN: Static file not found: /
[20:19:46.000] WARN: Static file not found: /
[20:19:50.000] WARN: Static file not found: /
[20:19:54.000] WARN: Static file not found: /
[20:19:58.000] WARN: Static file not found: /
[20:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:20:02.000] WARN: Static file not found: /
[20:20:07.000] WARN: Static file not found: /
[20:20:10.000] WARN: Static file not found: /
[20:20:14.000] WARN: Static file not found: /
[20:20:18.000] WARN: Static file not found: /
[20:20:22.000] WARN: Static file not found: /
[20:20:26.000] WARN: Static file not found: /
[20:20:30.000] WARN: Static file not found: /
[20:20:34.000] WARN: Static file not found: /
[20:20:38.000] WARN: Static file not found: /
[20:20:42.000] WARN: Static file not found: /
[20:20:46.000] WARN: Static file not found: /
[20:20:51.000] WARN: Static file not found: /
[20:20:54.000] WARN: Static file not found: /
[20:20:58.000] WARN: Static file not found: /
[20:21:02.000] WARN: Static file not found: /
[20:21:07.000] WARN: Static file not found: /
[20:21:10.000] WARN: Static file not found: /
[20:21:15.000] WARN: Static file not found: /
[20:21:18.000] WARN: Static file not found: /
[20:21:25.000] WARN: Static file not found: /
[20:21:26.000] WARN: Static file not found: /
[20:21:30.000] WARN: Static file not found: /
[20:21:35.000] WARN: Static file not found: /
[20:21:38.000] WARN: Static file not found: /
[20:21:43.000] WARN: Static file not found: /
[20:21:46.000] WARN: Static file not found: /
[20:21:51.000] WARN: Static file not found: /
[20:21:54.000] WARN: Static file not found: /
[20:21:59.000] WARN: Static file not found: /
[20:22:02.000] WARN: Static file not found: /
[20:22:06.000] WARN: Static file not found: /
[20:22:10.000] WARN: Static file not found: /
[20:22:15.000] WARN: Static file not found: /
[20:22:18.000] WARN: Static file not found: /
[20:22:22.000] WARN: Static file not found: /
[20:22:26.000] WARN: Static file not found: /
[20:22:30.000] WARN: Static file not found: /
[20:22:34.000] WARN: Static file not found: /
[20:22:38.000] WARN: Static file not found: /
[20:22:42.000] WARN: Static file not found: /
[20:22:46.000] WARN: Static file not found: /
[20:22:50.000] WARN: Static file not found: /
[20:22:54.000] WARN: Static file not found: /
[20:22:58.000] WARN: Static file not found: /
[20:23:02.000] WARN: Static file not found: /
[20:23:06.000] WARN: Static file not found: /
[20:23:10.000] WARN: Static file not found: /
[20:23:14.000] WARN: Static file not found: /
[20:23:18.000] WARN: Static file not found: /
[20:23:22.000] WARN: Static file not found: /
[20:23:26.000] WARN: Static file not found: /
[20:23:30.000] WARN: Static file not found: /
[20:23:34.000] WARN: Static file not found: /
[20:23:38.000] WARN: Static file not found: /
[20:23:42.000] WARN: Static file not found: /
[20:23:46.000] WARN: Static file not found: /
[20:23:50.000] WARN: Static file not found: /
[20:23:54.000] WARN: Static file not found: /
[20:23:58.000] WARN: Static file not found: /
[20:24:02.000] WARN: Static file not found: /
[20:24:06.000] WARN: Static file not found: /
[20:24:10.000] WARN: Static file not found: /
[20:24:14.000] WARN: Static file not found: /
[20:24:18.000] WARN: Static file not found: /
[20:24:22.000] WARN: Static file not found: /
[20:24:26.000] WARN: Static file not found: /
[20:24:30.000] WARN: Static file not found: /
[20:24:34.000] WARN: Static file not found: /
[20:24:38.000] WARN: Static file not found: /
[20:24:42.000] WARN: Static file not found: /
[20:24:47.000] WARN: Static file not found: /
[20:24:50.000] WARN: Static file not found: /
[20:24:54.000] WARN: Static file not found: /
[20:24:58.000] WARN: Static file not found: /
[20:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:25:03.000] WARN: Static file not found: /
[20:25:06.000] WARN: Static file not found: /
[20:25:10.000] WARN: Static file not found: /
[20:25:14.000] WARN: Static file not found: /
[20:25:18.000] WARN: Static file not found: /
[20:25:22.000] WARN: Static file not found: /
[20:25:26.000] WARN: Static file not found: /
[20:25:30.000] WARN: Static file not found: /
[20:25:34.000] WARN: Static file not found: /
[20:25:38.000] WARN: Static file not found: /
[20:25:42.000] WARN: Static file not found: /
[20:25:47.000] WARN: Static file not found: /
[20:25:50.000] WARN: Static file not found: /
[20:25:54.000] WARN: Static file not found: /
[20:25:58.000] WARN: Static file not found: /
[20:26:02.000] WARN: Static file not found: /
[20:26:06.000] WARN: Static file not found: /
[20:26:10.000] WARN: Static file not found: /
[20:26:14.000] WARN: Static file not found: /
[20:26:18.000] WARN: Static file not found: /
[20:26:22.000] WARN: Static file not found: /
[20:26:26.000] WARN: Static file not found: /
[20:26:30.000] WARN: Static file not found: /
[20:26:34.000] WARN: Static file not found: /
[20:26:38.000] WARN: Static file not found: /
[20:26:42.000] WARN: Static file not found: /
[20:26:46.000] WARN: Static file not found: /
[20:26:50.000] WARN: Static file not found: /
[20:26:54.000] WARN: Static file not found: /
[20:26:58.000] WARN: Static file not found: /
[20:27:02.000] WARN: Static file not found: /
[20:27:06.000] WARN: Static file not found: /
[20:27:10.000] WARN: Static file not found: /
[20:27:14.000] WARN: Static file not found: /
[20:27:18.000] WARN: Static file not found: /
[20:27:22.000] WARN: Static file not found: /
[20:27:26.000] WARN: Static file not found: /
[20:27:30.000] WARN: Static file not found: /
[20:27:34.000] WARN: Static file not found: /
[20:27:38.000] WARN: Static file not found: /
[20:27:42.000] WARN: Static file not found: /
[20:27:46.000] WARN: Static file not found: /
[20:27:50.000] WARN: Static file not found: /
[20:27:54.000] WARN: Static file not found: /
[20:27:58.000] WARN: Static file not found: /
[20:28:02.000] WARN: Static file not found: /
[20:28:06.000] WARN: Static file not found: /
[20:28:10.000] WARN: Static file not found: /
[20:28:15.000] WARN: Static file not found: /
[20:28:18.000] WARN: Static file not found: /
[20:28:23.000] WARN: Static file not found: /
[20:28:26.000] WARN: Static file not found: /
[20:28:30.000] WARN: Static file not found: /
[20:28:34.000] WARN: Static file not found: /
[20:28:38.000] WARN: Static file not found: /
[20:28:42.000] WARN: Static file not found: /
[20:28:46.000] WARN: Static file not found: /
[20:28:50.000] WARN: Static file not found: /
[20:28:54.000] WARN: Static file not found: /
[20:28:58.000] WARN: Static file not found: /
[20:29:02.000] WARN: Static file not found: /
[20:29:06.000] WARN: Static file not found: /
[20:29:10.000] WARN: Static file not found: /
[20:29:14.000] WARN: Static file not found: /
[20:29:18.000] WARN: Static file not found: /
[20:29:22.000] WARN: Static file not found: /
[20:29:26.000] WARN: Static file not found: /
[20:29:30.000] WARN: Static file not found: /
[20:29:34.000] WARN: Static file not found: /
[20:29:39.000] WARN: Static file not found: /
[20:29:42.000] WARN: Static file not found: /
[20:29:46.000] WARN: Static file not found: /
[20:29:50.000] WARN: Static file not found: /
[20:29:54.000] WARN: Static file not found: /
[20:29:58.000] WARN: Static file not found: /
[20:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[20:30:02.000] WARN: Static file not found: /
[20:30:06.000] WARN: Static file not found: /
[20:30:10.000] WARN: Static file not found: /
[20:30:14.000] WARN: Static file not found: /
[20:30:18.000] WARN: Static file not found: /
[20:30:22.000] WARN: Static file not found: /
[20:30:29.000] WARN: Static file not found: /
[20:30:30.000] WARN: Static file not found: /
[20:30:36.000] WARN: Static file not found: /
[20:30:38.000] WARN: Static file not found: /
[20:30:42.000] WARN: Static file not found: /
[20:30:46.000] WARN: Static file not found: /
[20:30:50.000] WARN: Static file not found: /
[20:30:54.000] WARN: Static file not found: /
[20:30:58.000] WARN: Static file not found: /
[20:31:02.000] WARN: Static file not found: /
[20:31:06.000] WARN: Static file not found: /
[20:31:10.000] WARN: Static file not found: /
[20:31:14.000] WARN: Static file not found: /
[20:31:18.000] WARN: Static file not found: /
[20:31:22.000] WARN: Static file not found: /
[20:31:26.000] WARN: Static file not found: /
[20:31:30.000] WARN: Static file not found: /
[20:31:34.000] WARN: Static file not found: /
[20:31:38.000] WARN: Static file not found: /
[20:31:44.000] WARN: Static file not found: /
[20:31:46.000] WARN: Static file not found: /
[20:31:50.000] WARN: Static file not found: /
[20:31:54.000] WARN: Static file not found: /
[20:31:58.000] WARN: Static file not found: /
[20:32:02.000] WARN: Static file not found: /
[20:32:06.000] WARN: Static file not found: /
[20:32:10.000] WARN: Static file not found: /
[20:32:14.000] WARN: Static file not found: /
[20:32:18.000] WARN: Static file not found: /
[20:32:22.000] WARN: Static file not found: /
[20:32:26.000] WARN: Static file not found: /
[20:32:30.000] WARN: Static file not found: /
[20:32:34.000] WARN: Static file not found: /
[20:32:38.000] WARN: Static file not found: /
[20:32:42.000] WARN: Static file not found: /
[20:32:46.000] WARN: Static file not found: /
[20:32:50.000] WARN: Static file not found: /
[20:32:54.000] WARN: Static file not found: /
[20:32:58.000] WARN: Static file not found: /
[20:33:02.000] WARN: Static file not found: /
[20:33:06.000] WARN: Static file not found: /
[20:33:10.000] WARN: Static file not found: /
[20:33:14.000] WARN: Static file not found: /
[20:33:18.000] WARN: Static file not found: /
[20:33:22.000] WARN: Static file not found: /
[20:33:26.000] WARN: Static file not found: /
[20:33:30.000] WARN: Static file not found: /
[20:33:34.000] WARN: Static file not found: /
[20:33:39.000] WARN: Static file not found: /
[20:33:42.000] WARN: Static file not found: /
[20:33:47.000] WARN: Static file not found: /
[20:33:50.000] WARN: Static file not found: /
[20:33:54.000] WARN: Static file not found: /
[20:33:58.000] WARN: Static file not found: /
[20:34:02.000] WARN: Static file not found: /
[20:34:06.000] WARN: Static file not found: /
[20:34:10.000] WARN: Static file not found: /
[20:34:14.000] WARN: Static file not found: /
[20:34:18.000] WARN: Static file not found: /
[20:34:22.000] WARN: Static file not found: /
[20:34:27.000] WARN: Static file not found: /
[20:34:30.000] WARN: Static file not found: /
[20:34:34.000] WARN: Static file not found: /
[20:34:38.000] WARN: Static file not found: /
[20:34:42.000] WARN: Static file not found: /
[20:34:46.000] WARN: Static file not found: /
[20:34:50.000] WARN: Static file not found: /
[20:34:54.000] WARN: Static file not found: /
[20:34:58.000] WARN: Static file not found: /
[20:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:35:02.000] WARN: Static file not found: /
[20:35:06.000] WARN: Static file not found: /
[20:35:10.000] WARN: Static file not found: /
[20:35:14.000] WARN: Static file not found: /
[20:35:18.000] WARN: Static file not found: /
[20:35:22.000] WARN: Static file not found: /
[20:35:26.000] WARN: Static file not found: /
[20:35:30.000] WARN: Static file not found: /
[20:35:34.000] WARN: Static file not found: /
[20:35:38.000] WARN: Static file not found: /
[20:35:42.000] WARN: Static file not found: /
[20:35:46.000] WARN: Static file not found: /
[20:35:50.000] WARN: Static file not found: /
[20:35:54.000] WARN: Static file not found: /
[20:35:58.000] WARN: Static file not found: /
[20:36:02.000] WARN: Static file not found: /
[20:36:06.000] WARN: Static file not found: /
[20:36:10.000] WARN: Static file not found: /
[20:36:14.000] WARN: Static file not found: /
[20:36:18.000] WARN: Static file not found: /
[20:36:22.000] WARN: Static file not found: /
[20:36:26.000] WARN: Static file not found: /
[20:36:30.000] WARN: Static file not found: /
[20:36:34.000] WARN: Static file not found: /
[20:36:38.000] WARN: Static file not found: /
[20:36:42.000] WARN: Static file not found: /
[20:36:46.000] WARN: Static file not found: /
[20:36:51.000] WARN: Static file not found: /
[20:36:54.000] WARN: Static file not found: /
[20:36:58.000] WARN: Static file not found: /
[20:37:02.000] WARN: Static file not found: /
[20:37:06.000] WARN: Static file not found: /
[20:37:10.000] WARN: Static file not found: /
[20:37:14.000] WARN: Static file not found: /
[20:37:18.000] WARN: Static file not found: /
[20:37:22.000] WARN: Static file not found: /
[20:37:27.000] WARN: Static file not found: /
[20:37:30.000] WARN: Static file not found: /
[20:37:35.000] WARN: Static file not found: /
[20:37:38.000] WARN: Static file not found: /
[20:37:42.000] WARN: Static file not found: /
[20:37:46.000] WARN: Static file not found: /
[20:37:50.000] WARN: Static file not found: /
[20:37:54.000] WARN: Static file not found: /
[20:37:58.000] WARN: Static file not found: /
[20:38:02.000] WARN: Static file not found: /
[20:38:06.000] WARN: Static file not found: /
[20:38:10.000] WARN: Static file not found: /
[20:38:14.000] WARN: Static file not found: /
[20:38:18.000] WARN: Static file not found: /
[20:38:22.000] WARN: Static file not found: /
[20:38:29.000] WARN: Static file not found: /
[20:38:30.000] WARN: Static file not found: /
[20:38:34.000] WARN: Static file not found: /
[20:38:38.000] WARN: Static file not found: /
[20:38:42.000] WARN: Static file not found: /
[20:38:46.000] WARN: Static file not found: /
[20:38:50.000] WARN: Static file not found: /
[20:38:54.000] WARN: Static file not found: /
[20:38:58.000] WARN: Static file not found: /
[20:39:02.000] WARN: Static file not found: /
[20:39:06.000] WARN: Static file not found: /
[20:39:10.000] WARN: Static file not found: /
[20:39:14.000] WARN: Static file not found: /
[20:39:18.000] WARN: Static file not found: /
[20:39:22.000] WARN: Static file not found: /
[20:39:26.000] WARN: Static file not found: /
[20:39:30.000] WARN: Static file not found: /
[20:39:34.000] WARN: Static file not found: /
[20:39:38.000] WARN: Static file not found: /
[20:39:43.000] WARN: Static file not found: /
[20:39:46.000] WARN: Static file not found: /
[20:39:50.000] WARN: Static file not found: /
[20:39:54.000] WARN: Static file not found: /
[20:39:58.000] WARN: Static file not found: /
[20:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:40:02.000] WARN: Static file not found: /
[20:40:06.000] WARN: Static file not found: /
[20:40:10.000] WARN: Static file not found: /
[20:40:14.000] WARN: Static file not found: /
[20:40:18.000] WARN: Static file not found: /
[20:40:22.000] WARN: Static file not found: /
[20:40:26.000] WARN: Static file not found: /
[20:40:30.000] WARN: Static file not found: /
[20:40:34.000] WARN: Static file not found: /
[20:40:38.000] WARN: Static file not found: /
[20:40:43.000] WARN: Static file not found: /
[20:40:46.000] WARN: Static file not found: /
[20:40:50.000] WARN: Static file not found: /
[20:40:55.000] WARN: Static file not found: /
[20:40:58.000] WARN: Static file not found: /
[20:41:02.000] WARN: Static file not found: /
[20:41:06.000] WARN: Static file not found: /
[20:41:11.000] WARN: Static file not found: /
[20:41:14.000] WARN: Static file not found: /
[20:41:18.000] WARN: Static file not found: /
[20:41:22.000] WARN: Static file not found: /
[20:41:26.000] WARN: Static file not found: /
[20:41:30.000] WARN: Static file not found: /
[20:41:34.000] WARN: Static file not found: /
[20:41:38.000] WARN: Static file not found: /
[20:41:42.000] WARN: Static file not found: /
[20:41:46.000] WARN: Static file not found: /
[20:41:50.000] WARN: Static file not found: /
[20:41:54.000] WARN: Static file not found: /
[20:41:59.000] WARN: Static file not found: /
[20:42:02.000] WARN: Static file not found: /
[20:42:06.000] WARN: Static file not found: /
[20:42:10.000] WARN: Static file not found: /
[20:42:14.000] WARN: Static file not found: /
[20:42:18.000] WARN: Static file not found: /
[20:42:22.000] WARN: Static file not found: /
[20:42:26.000] WARN: Static file not found: /
[20:42:30.000] WARN: Static file not found: /
[20:42:34.000] WARN: Static file not found: /
[20:42:38.000] WARN: Static file not found: /
[20:42:42.000] WARN: Static file not found: /
[20:42:46.000] WARN: Static file not found: /
[20:42:50.000] WARN: Static file not found: /
[20:42:55.000] WARN: Static file not found: /
[20:42:58.000] WARN: Static file not found: /
[20:43:02.000] WARN: Static file not found: /
[20:43:07.000] WARN: Static file not found: /
[20:43:10.000] WARN: Static file not found: /
[20:43:14.000] WARN: Static file not found: /
[20:43:18.000] WARN: Static file not found: /
[20:43:22.000] WARN: Static file not found: /
[20:43:26.000] WARN: Static file not found: /
[20:43:30.000] WARN: Static file not found: /
[20:43:34.000] WARN: Static file not found: /
[20:43:39.000] WARN: Static file not found: /
[20:43:42.000] WARN: Static file not found: /
[20:43:46.000] WARN: Static file not found: /
[20:43:50.000] WARN: Static file not found: /
[20:43:54.000] WARN: Static file not found: /
[20:43:58.000] WARN: Static file not found: /
[20:44:02.000] WARN: Static file not found: /
[20:44:06.000] WARN: Static file not found: /
[20:44:10.000] WARN: Static file not found: /
[20:44:14.000] WARN: Static file not found: /
[20:44:18.000] WARN: Static file not found: /
[20:44:22.000] WARN: Static file not found: /
[20:44:26.000] WARN: Static file not found: /
[20:44:30.000] WARN: Static file not found: /
[20:44:34.000] WARN: Static file not found: /
[20:44:38.000] WARN: Static file not found: /
[20:44:42.000] WARN: Static file not found: /
[20:44:46.000] WARN: Static file not found: /
[20:44:50.000] WARN: Static file not found: /
[20:44:54.000] WARN: Static file not found: /
[20:44:58.000] WARN: Static file not found: /
[20:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:45:02.000] WARN: Static file not found: /
[20:45:06.000] WARN: Static file not found: /
[20:45:11.000] WARN: Static file not found: /
[20:45:14.000] WARN: Static file not found: /
[20:45:18.000] WARN: Static file not found: /
[20:45:22.000] WARN: Static file not found: /
[20:45:26.000] WARN: Static file not found: /
[20:45:30.000] WARN: Static file not found: /
[20:45:34.000] WARN: Static file not found: /
[20:45:38.000] WARN: Static file not found: /
[20:45:42.000] WARN: Static file not found: /
[20:45:46.000] WARN: Static file not found: /
[20:45:50.000] WARN: Static file not found: /
[20:45:54.000] WARN: Static file not found: /
[20:45:58.000] WARN: Static file not found: /
[20:46:02.000] WARN: Static file not found: /
[20:46:06.000] WARN: Static file not found: /
[20:46:10.000] WARN: Static file not found: /
[20:46:14.000] WARN: Static file not found: /
[20:46:18.000] WARN: Static file not found: /
[20:46:22.000] WARN: Static file not found: /
[20:46:26.000] WARN: Static file not found: /
[20:46:31.000] WARN: Static file not found: /
[20:46:34.000] WARN: Static file not found: /
[20:46:38.000] WARN: Static file not found: /
[20:46:42.000] WARN: Static file not found: /
[20:46:46.000] WARN: Static file not found: /
[20:46:50.000] WARN: Static file not found: /
[20:46:54.000] WARN: Static file not found: /
[20:46:58.000] WARN: Static file not found: /
[20:47:02.000] WARN: Static file not found: /
[20:47:06.000] WARN: Static file not found: /
[20:47:10.000] WARN: Static file not found: /
[20:47:14.000] WARN: Static file not found: /
[20:47:18.000] WARN: Static file not found: /
[20:47:22.000] WARN: Static file not found: /
[20:47:26.000] WARN: Static file not found: /
[20:47:30.000] WARN: Static file not found: /
[20:47:34.000] WARN: Static file not found: /
[20:47:38.000] WARN: Static file not found: /
[20:47:42.000] WARN: Static file not found: /
[20:47:46.000] WARN: Static file not found: /
[20:47:50.000] WARN: Static file not found: /
[20:47:54.000] WARN: Static file not found: /
[20:47:58.000] WARN: Static file not found: /
[20:48:02.000] WARN: Static file not found: /
[20:48:06.000] WARN: Static file not found: /
[20:48:10.000] WARN: Static file not found: /
[20:48:14.000] WARN: Static file not found: /
[20:48:18.000] WARN: Static file not found: /
[20:48:22.000] WARN: Static file not found: /
[20:48:26.000] WARN: Static file not found: /
[20:48:30.000] WARN: Static file not found: /
[20:48:34.000] WARN: Static file not found: /
[20:48:38.000] WARN: Static file not found: /
[20:48:42.000] WARN: Static file not found: /
[20:48:46.000] WARN: Static file not found: /
[20:48:50.000] WARN: Static file not found: /
[20:48:54.000] WARN: Static file not found: /
[20:48:58.000] WARN: Static file not found: /
[20:49:03.000] WARN: Static file not found: /
[20:49:06.000] WARN: Static file not found: /
[20:49:10.000] WARN: Static file not found: /
[20:49:14.000] WARN: Static file not found: /
[20:49:19.000] WARN: Static file not found: /
[20:49:22.000] WARN: Static file not found: /
[20:49:26.000] WARN: Static file not found: /
[20:49:30.000] WARN: Static file not found: /
[20:49:34.000] WARN: Static file not found: /
[20:49:38.000] WARN: Static file not found: /
[20:49:42.000] WARN: Static file not found: /
[20:49:46.000] WARN: Static file not found: /
[20:49:50.000] WARN: Static file not found: /
[20:49:54.000] WARN: Static file not found: /
[20:49:59.000] WARN: Static file not found: /
[20:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:50:02.000] WARN: Static file not found: /
[20:50:07.000] WARN: Static file not found: /
[20:50:10.000] WARN: Static file not found: /
[20:50:17.000] WARN: Static file not found: /
[20:50:18.000] WARN: Static file not found: /
[20:50:22.000] WARN: Static file not found: /
[20:50:26.000] WARN: Static file not found: /
[20:50:30.000] WARN: Static file not found: /
[20:50:34.000] WARN: Static file not found: /
[20:50:38.000] WARN: Static file not found: /
[20:50:42.000] WARN: Static file not found: /
[20:50:46.000] WARN: Static file not found: /
[20:50:50.000] WARN: Static file not found: /
[20:50:54.000] WARN: Static file not found: /
[20:50:58.000] WARN: Static file not found: /
[20:51:02.000] WARN: Static file not found: /
[20:51:06.000] WARN: Static file not found: /
[20:51:10.000] WARN: Static file not found: /
[20:51:14.000] WARN: Static file not found: /
[20:51:19.000] WARN: Static file not found: /
[20:51:22.000] WARN: Static file not found: /
[20:51:26.000] WARN: Static file not found: /
[20:51:30.000] WARN: Static file not found: /
[20:51:34.000] WARN: Static file not found: /
[20:51:38.000] WARN: Static file not found: /
[20:51:42.000] WARN: Static file not found: /
[20:51:46.000] WARN: Static file not found: /
[20:51:50.000] WARN: Static file not found: /
[20:51:54.000] WARN: Static file not found: /
[20:51:58.000] WARN: Static file not found: /
[20:52:02.000] WARN: Static file not found: /
[20:52:06.000] WARN: Static file not found: /
[20:52:10.000] WARN: Static file not found: /
[20:52:14.000] WARN: Static file not found: /
[20:52:18.000] WARN: Static file not found: /
[20:52:22.000] WARN: Static file not found: /
[20:52:26.000] WARN: Static file not found: /
[20:52:30.000] WARN: Static file not found: /
[20:52:34.000] WARN: Static file not found: /
[20:52:38.000] WARN: Static file not found: /
[20:52:42.000] WARN: Static file not found: /
[20:52:46.000] WARN: Static file not found: /
[20:52:50.000] WARN: Static file not found: /
[20:52:54.000] WARN: Static file not found: /
[20:52:58.000] WARN: Static file not found: /
[20:53:02.000] WARN: Static file not found: /
[20:53:06.000] WARN: Static file not found: /
[20:53:10.000] WARN: Static file not found: /
[20:53:14.000] WARN: Static file not found: /
[20:53:18.000] WARN: Static file not found: /
[20:53:22.000] WARN: Static file not found: /
[20:53:26.000] WARN: Static file not found: /
[20:53:30.000] WARN: Static file not found: /
[20:53:34.000] WARN: Static file not found: /
[20:53:39.000] WARN: Static file not found: /
[20:53:42.000] WARN: Static file not found: /
[20:53:46.000] WARN: Static file not found: /
[20:53:50.000] WARN: Static file not found: /
[20:53:54.000] WARN: Static file not found: /
[20:53:58.000] WARN: Static file not found: /
[20:54:02.000] WARN: Static file not found: /
[20:54:06.000] WARN: Static file not found: /
[20:54:10.000] WARN: Static file not found: /
[20:54:14.000] WARN: Static file not found: /
[20:54:18.000] WARN: Static file not found: /
[20:54:22.000] WARN: Static file not found: /
[20:54:26.000] WARN: Static file not found: /
[20:54:30.000] WARN: Static file not found: /
[20:54:34.000] WARN: Static file not found: /
[20:54:38.000] WARN: Static file not found: /
[20:54:42.000] WARN: Static file not found: /
[20:54:46.000] WARN: Static file not found: /
[20:54:50.000] WARN: Static file not found: /
[20:54:55.000] WARN: Static file not found: /
[20:54:58.000] WARN: Static file not found: /
[20:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[20:55:02.000] WARN: Static file not found: /
[20:55:06.000] WARN: Static file not found: /
[20:55:10.000] WARN: Static file not found: /
[20:55:14.000] WARN: Static file not found: /
[20:55:18.000] WARN: Static file not found: /
[20:55:22.000] WARN: Static file not found: /
[20:55:26.000] WARN: Static file not found: /
[20:55:30.000] WARN: Static file not found: /
[20:55:34.000] WARN: Static file not found: /
[20:55:38.000] WARN: Static file not found: /
[20:55:42.000] WARN: Static file not found: /
[20:55:46.000] WARN: Static file not found: /
[20:55:50.000] WARN: Static file not found: /
[20:55:54.000] WARN: Static file not found: /
[20:55:58.000] WARN: Static file not found: /
[20:56:02.000] WARN: Static file not found: /
[20:56:06.000] WARN: Static file not found: /
[20:56:10.000] WARN: Static file not found: /
[20:56:14.000] WARN: Static file not found: /
[20:56:18.000] WARN: Static file not found: /
[20:56:22.000] WARN: Static file not found: /
[20:56:26.000] WARN: Static file not found: /
[20:56:30.000] WARN: Static file not found: /
[20:56:34.000] WARN: Static file not found: /
[20:56:38.000] WARN: Static file not found: /
[20:56:42.000] WARN: Static file not found: /
[20:56:46.000] WARN: Static file not found: /
[20:56:50.000] WARN: Static file not found: /
[20:56:54.000] WARN: Static file not found: /
[20:56:58.000] WARN: Static file not found: /
[20:57:02.000] WARN: Static file not found: /
[20:57:06.000] WARN: Static file not found: /
[20:57:10.000] WARN: Static file not found: /
[20:57:14.000] WARN: Static file not found: /
[20:57:18.000] WARN: Static file not found: /
[20:57:22.000] WARN: Static file not found: /
[20:57:26.000] WARN: Static file not found: /
[20:57:30.000] WARN: Static file not found: /
[20:57:34.000] WARN: Static file not found: /
[20:57:38.000] WARN: Static file not found: /
[20:57:42.000] WARN: Static file not found: /
[20:57:46.000] WARN: Static file not found: /
[20:57:50.000] WARN: Static file not found: /
[20:57:54.000] WARN: Static file not found: /
[20:57:58.000] WARN: Static file not found: /
[20:58:02.000] WARN: Static file not found: /
[20:58:06.000] WARN: Static file not found: /
[20:58:10.000] WARN: Static file not found: /
[20:58:14.000] WARN: Static file not found: /
[20:58:18.000] WARN: Static file not found: /
[20:58:22.000] WARN: Static file not found: /
[20:58:26.000] WARN: Static file not found: /
[20:58:30.000] WARN: Static file not found: /
[20:58:34.000] WARN: Static file not found: /
[20:58:38.000] WARN: Static file not found: /
[20:58:42.000] WARN: Static file not found: /
[20:58:48.000] WARN: Static file not found: /
[20:58:50.000] WARN: Static file not found: /
[20:58:54.000] WARN: Static file not found: /
[20:58:58.000] WARN: Static file not found: /
[20:59:02.000] WARN: Static file not found: /
[20:59:06.000] WARN: Static file not found: /
[20:59:10.000] WARN: Static file not found: /
[20:59:14.000] WARN: Static file not found: /
[20:59:18.000] WARN: Static file not found: /
[20:59:22.000] WARN: Static file not found: /
[20:59:26.000] WARN: Static file not found: /
[20:59:30.000] WARN: Static file not found: /
[20:59:34.000] WARN: Static file not found: /
[20:59:38.000] WARN: Static file not found: /
[20:59:42.000] WARN: Static file not found: /
[20:59:46.000] WARN: Static file not found: /
[20:59:50.000] WARN: Static file not found: /
[20:59:54.000] WARN: Static file not found: /
[20:59:58.000] WARN: Static file not found: /
[21:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[21:00:02.000] WARN: Static file not found: /
[21:00:06.000] WARN: Static file not found: /
[21:00:10.000] WARN: Static file not found: /
[21:00:14.000] WARN: Static file not found: /
[21:00:18.000] WARN: Static file not found: /
[21:00:22.000] WARN: Static file not found: /
[21:00:26.000] WARN: Static file not found: /
[21:00:30.000] WARN: Static file not found: /
[21:00:34.000] WARN: Static file not found: /
[21:00:38.000] WARN: Static file not found: /
[21:00:42.000] WARN: Static file not found: /
[21:00:46.000] WARN: Static file not found: /
[21:00:52.000] INFO: HTTP Server is running on port 3000
[21:00:52.000] WARN: Static file not found: /
[21:00:54.000] WARN: Static file not found: /
[21:00:58.000] WARN: Static file not found: /
[21:01:02.000] WARN: Static file not found: /
[21:01:06.000] WARN: Static file not found: /
[21:01:10.000] WARN: Static file not found: /
[21:01:14.000] WARN: Static file not found: /
[21:01:18.000] WARN: Static file not found: /
[21:01:22.000] WARN: Static file not found: /
[21:01:26.000] WARN: Static file not found: /
[21:01:30.000] WARN: Static file not found: /
[21:01:34.000] WARN: Static file not found: /
[21:01:38.000] WARN: Static file not found: /
[21:01:42.000] WARN: Static file not found: /
[21:01:47.000] WARN: Static file not found: /
[21:01:50.000] WARN: Static file not found: /
[21:01:54.000] WARN: Static file not found: /
[21:01:58.000] WARN: Static file not found: /
[21:02:02.000] WARN: Static file not found: /
[21:02:06.000] WARN: Static file not found: /
[21:02:10.000] WARN: Static file not found: /
[21:02:14.000] WARN: Static file not found: /
[21:02:19.000] WARN: Static file not found: /
[21:02:22.000] WARN: Static file not found: /
[21:02:26.000] WARN: Static file not found: /
[21:02:30.000] WARN: Static file not found: /
[21:02:34.000] WARN: Static file not found: /
[21:02:39.000] WARN: Static file not found: /
[21:02:42.000] WARN: Static file not found: /
[21:02:46.000] WARN: Static file not found: /
[21:02:50.000] WARN: Static file not found: /
[21:02:54.000] WARN: Static file not found: /
[21:02:58.000] WARN: Static file not found: /
[21:03:02.000] WARN: Static file not found: /
[21:03:06.000] WARN: Static file not found: /
[21:03:10.000] WARN: Static file not found: /
[21:03:14.000] WARN: Static file not found: /
[21:03:18.000] WARN: Static file not found: /
[21:03:22.000] WARN: Static file not found: /
[21:03:26.000] WARN: Static file not found: /
[21:03:30.000] WARN: Static file not found: /
[21:03:34.000] WARN: Static file not found: /
[21:03:38.000] WARN: Static file not found: /
[21:03:42.000] WARN: Static file not found: /
[21:03:46.000] WARN: Static file not found: /
[21:03:50.000] WARN: Static file not found: /
[21:03:54.000] WARN: Static file not found: /
[21:03:58.000] WARN: Static file not found: /
[21:04:02.000] WARN: Static file not found: /
[21:04:06.000] WARN: Static file not found: /
[21:04:10.000] WARN: Static file not found: /
[21:04:14.000] WARN: Static file not found: /
[21:04:18.000] WARN: Static file not found: /
[21:04:22.000] WARN: Static file not found: /
[21:04:26.000] WARN: Static file not found: /
[21:04:30.000] WARN: Static file not found: /
[21:04:34.000] WARN: Static file not found: /
[21:04:38.000] WARN: Static file not found: /
[21:04:42.000] WARN: Static file not found: /
[21:04:46.000] WARN: Static file not found: /
[21:04:50.000] WARN: Static file not found: /
[21:04:54.000] WARN: Static file not found: /
[21:04:58.000] WARN: Static file not found: /
[21:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:05:02.000] WARN: Static file not found: /
[21:05:06.000] WARN: Static file not found: /
[21:05:10.000] WARN: Static file not found: /
[21:05:15.000] WARN: Static file not found: /
[21:05:18.000] WARN: Static file not found: /
[21:05:22.000] WARN: Static file not found: /
[21:05:26.000] WARN: Static file not found: /
[21:05:30.000] WARN: Static file not found: /
[21:05:34.000] WARN: Static file not found: /
[21:05:38.000] WARN: Static file not found: /
[21:05:42.000] WARN: Static file not found: /
[21:05:46.000] WARN: Static file not found: /
[21:05:50.000] WARN: Static file not found: /
[21:05:54.000] WARN: Static file not found: /
[21:05:58.000] WARN: Static file not found: /
[21:06:02.000] WARN: Static file not found: /
[21:06:06.000] WARN: Static file not found: /
[21:06:10.000] WARN: Static file not found: /
[21:06:14.000] WARN: Static file not found: /
[21:06:18.000] WARN: Static file not found: /
[21:06:22.000] WARN: Static file not found: /
[21:06:26.000] WARN: Static file not found: /
[21:06:30.000] WARN: Static file not found: /
[21:06:34.000] WARN: Static file not found: /
[21:06:38.000] WARN: Static file not found: /
[21:06:42.000] WARN: Static file not found: /
[21:06:46.000] WARN: Static file not found: /
[21:06:50.000] WARN: Static file not found: /
[21:06:54.000] WARN: Static file not found: /
[21:06:58.000] WARN: Static file not found: /
[21:07:03.000] WARN: Static file not found: /
[21:07:06.000] WARN: Static file not found: /
[21:07:10.000] WARN: Static file not found: /
[21:07:14.000] WARN: Static file not found: /
[21:07:18.000] WARN: Static file not found: /
[21:07:22.000] WARN: Static file not found: /
[21:07:26.000] WARN: Static file not found: /
[21:07:30.000] WARN: Static file not found: /
[21:07:34.000] WARN: Static file not found: /
[21:07:38.000] WARN: Static file not found: /
[21:07:42.000] WARN: Static file not found: /
[21:07:46.000] WARN: Static file not found: /
[21:07:50.000] WARN: Static file not found: /
[21:07:54.000] WARN: Static file not found: /
[21:07:58.000] WARN: Static file not found: /
[21:08:02.000] WARN: Static file not found: /
[21:08:06.000] WARN: Static file not found: /
[21:08:10.000] WARN: Static file not found: /
[21:08:14.000] WARN: Static file not found: /
[21:08:18.000] WARN: Static file not found: /
[21:08:22.000] WARN: Static file not found: /
[21:08:26.000] WARN: Static file not found: /
[21:08:31.000] WARN: Static file not found: /
[21:08:34.000] WARN: Static file not found: /
[21:08:38.000] WARN: Static file not found: /
[21:08:42.000] WARN: Static file not found: /
[21:08:46.000] WARN: Static file not found: /
[21:08:50.000] WARN: Static file not found: /
[21:08:54.000] WARN: Static file not found: /
[21:08:58.000] WARN: Static file not found: /
[21:09:02.000] WARN: Static file not found: /
[21:09:06.000] WARN: Static file not found: /
[21:09:10.000] WARN: Static file not found: /
[21:09:14.000] WARN: Static file not found: /
[21:09:18.000] WARN: Static file not found: /
[21:09:22.000] WARN: Static file not found: /
[21:09:26.000] WARN: Static file not found: /
[21:09:30.000] WARN: Static file not found: /
[21:09:34.000] WARN: Static file not found: /
[21:09:38.000] WARN: Static file not found: /
[21:09:42.000] WARN: Static file not found: /
[21:09:46.000] WARN: Static file not found: /
[21:09:50.000] WARN: Static file not found: /
[21:09:54.000] WARN: Static file not found: /
[21:09:58.000] WARN: Static file not found: /
[21:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:10:02.000] WARN: Static file not found: /
[21:10:06.000] WARN: Static file not found: /
[21:10:11.000] WARN: Static file not found: /
[21:10:14.000] WARN: Static file not found: /
[21:10:18.000] WARN: Static file not found: /
[21:10:22.000] WARN: Static file not found: /
[21:10:26.000] WARN: Static file not found: /
[21:10:30.000] WARN: Static file not found: /
[21:10:34.000] WARN: Static file not found: /
[21:10:38.000] WARN: Static file not found: /
[21:10:42.000] WARN: Static file not found: /
[21:10:46.000] WARN: Static file not found: /
[21:10:50.000] WARN: Static file not found: /
[21:10:54.000] WARN: Static file not found: /
[21:10:58.000] WARN: Static file not found: /
[21:11:02.000] WARN: Static file not found: /
[21:11:06.000] WARN: Static file not found: /
[21:11:11.000] WARN: Static file not found: /
[21:11:14.000] WARN: Static file not found: /
[21:11:18.000] WARN: Static file not found: /
[21:11:22.000] WARN: Static file not found: /
[21:11:26.000] WARN: Static file not found: /
[21:11:30.000] WARN: Static file not found: /
[21:11:34.000] WARN: Static file not found: /
[21:11:38.000] WARN: Static file not found: /
[21:11:42.000] WARN: Static file not found: /
[21:11:46.000] WARN: Static file not found: /
[21:11:50.000] WARN: Static file not found: /
[21:11:54.000] WARN: Static file not found: /
[21:11:59.000] WARN: Static file not found: /
[21:12:02.000] WARN: Static file not found: /
[21:12:06.000] WARN: Static file not found: /
[21:12:10.000] WARN: Static file not found: /
[21:12:14.000] WARN: Static file not found: /
[21:12:18.000] WARN: Static file not found: /
[21:12:23.000] WARN: Static file not found: /
[21:12:26.000] WARN: Static file not found: /
[21:12:31.000] WARN: Static file not found: /
[21:12:34.000] WARN: Static file not found: /
[21:12:38.000] WARN: Static file not found: /
[21:12:42.000] WARN: Static file not found: /
[21:12:46.000] WARN: Static file not found: /
[21:12:50.000] WARN: Static file not found: /
[21:12:54.000] WARN: Static file not found: /
[21:12:58.000] WARN: Static file not found: /
[21:13:02.000] WARN: Static file not found: /
[21:13:06.000] WARN: Static file not found: /
[21:13:10.000] WARN: Static file not found: /
[21:13:14.000] WARN: Static file not found: /
[21:13:18.000] WARN: Static file not found: /
[21:13:22.000] WARN: Static file not found: /
[21:13:27.000] WARN: Static file not found: /
[21:13:30.000] WARN: Static file not found: /
[21:13:35.000] WARN: Static file not found: /
[21:13:38.000] WARN: Static file not found: /
[21:13:42.000] WARN: Static file not found: /
[21:13:46.000] WARN: Static file not found: /
[21:13:50.000] WARN: Static file not found: /
[21:13:54.000] WARN: Static file not found: /
[21:13:58.000] WARN: Static file not found: /
[21:14:02.000] WARN: Static file not found: /
[21:14:06.000] WARN: Static file not found: /
[21:14:10.000] WARN: Static file not found: /
[21:14:14.000] WARN: Static file not found: /
[21:14:18.000] WARN: Static file not found: /
[21:14:22.000] WARN: Static file not found: /
[21:14:26.000] WARN: Static file not found: /
[21:14:30.000] WARN: Static file not found: /
[21:14:34.000] WARN: Static file not found: /
[21:14:38.000] WARN: Static file not found: /
[21:14:42.000] WARN: Static file not found: /
[21:14:46.000] WARN: Static file not found: /
[21:14:50.000] WARN: Static file not found: /
[21:14:54.000] WARN: Static file not found: /
[21:14:58.000] WARN: Static file not found: /
[21:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[21:15:02.000] WARN: Static file not found: /
[21:15:06.000] WARN: Static file not found: /
[21:15:10.000] WARN: Static file not found: /
[21:15:14.000] WARN: Static file not found: /
[21:15:18.000] WARN: Static file not found: /
[21:15:22.000] WARN: Static file not found: /
[21:15:26.000] WARN: Static file not found: /
[21:15:30.000] WARN: Static file not found: /
[21:15:34.000] WARN: Static file not found: /
[21:15:38.000] WARN: Static file not found: /
[21:15:42.000] WARN: Static file not found: /
[21:15:46.000] WARN: Static file not found: /
[21:15:50.000] WARN: Static file not found: /
[21:15:54.000] WARN: Static file not found: /
[21:15:58.000] WARN: Static file not found: /
[21:16:02.000] WARN: Static file not found: /
[21:16:06.000] WARN: Static file not found: /
[21:16:10.000] WARN: Static file not found: /
[21:16:14.000] WARN: Static file not found: /
[21:16:18.000] WARN: Static file not found: /
[21:16:22.000] WARN: Static file not found: /
[21:16:26.000] WARN: Static file not found: /
[21:16:30.000] WARN: Static file not found: /
[21:16:34.000] WARN: Static file not found: /
[21:16:39.000] WARN: Static file not found: /
[21:16:42.000] WARN: Static file not found: /
[21:16:46.000] WARN: Static file not found: /
[21:16:50.000] WARN: Static file not found: /
[21:16:54.000] WARN: Static file not found: /
[21:16:59.000] WARN: Static file not found: /
[21:17:02.000] WARN: Static file not found: /
[21:17:06.000] WARN: Static file not found: /
[21:17:10.000] WARN: Static file not found: /
[21:17:14.000] WARN: Static file not found: /
[21:17:19.000] WARN: Static file not found: /
[21:17:22.000] WARN: Static file not found: /
[21:17:26.000] WARN: Static file not found: /
[21:17:30.000] WARN: Static file not found: /
[21:17:34.000] WARN: Static file not found: /
[21:17:38.000] WARN: Static file not found: /
[21:17:42.000] WARN: Static file not found: /
[21:17:46.000] WARN: Static file not found: /
[21:17:50.000] WARN: Static file not found: /
[21:17:54.000] WARN: Static file not found: /
[21:17:58.000] WARN: Static file not found: /
[21:18:02.000] WARN: Static file not found: /
[21:18:06.000] WARN: Static file not found: /
[21:18:11.000] WARN: Static file not found: /
[21:18:14.000] WARN: Static file not found: /
[21:18:19.000] WARN: Static file not found: /
[21:18:22.000] WARN: Static file not found: /
[21:18:26.000] WARN: Static file not found: /
[21:18:30.000] WARN: Static file not found: /
[21:18:34.000] WARN: Static file not found: /
[21:18:38.000] WARN: Static file not found: /
[21:18:43.000] WARN: Static file not found: /
[21:18:46.000] WARN: Static file not found: /
[21:18:50.000] WARN: Static file not found: /
[21:18:54.000] WARN: Static file not found: /
[21:18:58.000] WARN: Static file not found: /
[21:19:02.000] WARN: Static file not found: /
[21:19:06.000] WARN: Static file not found: /
[21:19:10.000] WARN: Static file not found: /
[21:19:14.000] WARN: Static file not found: /
[21:19:18.000] WARN: Static file not found: /
[21:19:22.000] WARN: Static file not found: /
[21:19:26.000] WARN: Static file not found: /
[21:19:30.000] WARN: Static file not found: /
[21:19:34.000] WARN: Static file not found: /
[21:19:38.000] WARN: Static file not found: /
[21:19:42.000] WARN: Static file not found: /
[21:19:46.000] WARN: Static file not found: /
[21:19:50.000] WARN: Static file not found: /
[21:19:54.000] WARN: Static file not found: /
[21:19:59.000] WARN: Static file not found: /
[21:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:20:02.000] WARN: Static file not found: /
[21:20:06.000] WARN: Static file not found: /
[21:20:10.000] WARN: Static file not found: /
[21:20:14.000] WARN: Static file not found: /
[21:20:18.000] WARN: Static file not found: /
[21:20:22.000] WARN: Static file not found: /
[21:20:27.000] WARN: Static file not found: /
[21:20:30.000] WARN: Static file not found: /
[21:20:34.000] WARN: Static file not found: /
[21:20:38.000] WARN: Static file not found: /
[21:20:42.000] WARN: Static file not found: /
[21:20:46.000] WARN: Static file not found: /
[21:20:50.000] WARN: Static file not found: /
[21:20:55.000] WARN: Static file not found: /
[21:20:58.000] WARN: Static file not found: /
[21:21:03.000] WARN: Static file not found: /
[21:21:06.000] WARN: Static file not found: /
[21:21:11.000] WARN: Static file not found: /
[21:21:14.000] WARN: Static file not found: /
[21:21:19.000] WARN: Static file not found: /
[21:21:22.000] WARN: Static file not found: /
[21:21:28.000] WARN: Static file not found: /
[21:21:30.000] WARN: Static file not found: /
[21:21:35.000] WARN: Static file not found: /
[21:21:38.000] WARN: Static file not found: /
[21:21:43.000] WARN: Static file not found: /
[21:21:46.000] WARN: Static file not found: /
[21:21:50.000] WARN: Static file not found: /
[21:21:55.000] WARN: Static file not found: /
[21:21:58.000] WARN: Static file not found: /
[21:22:03.000] WARN: Static file not found: /
[21:22:06.000] WARN: Static file not found: /
[21:22:10.000] WARN: Static file not found: /
[21:22:14.000] WARN: Static file not found: /
[21:22:18.000] WARN: Static file not found: /
[21:22:22.000] WARN: Static file not found: /
[21:22:26.000] WARN: Static file not found: /
[21:22:30.000] WARN: Static file not found: /
[21:22:34.000] WARN: Static file not found: /
[21:22:38.000] WARN: Static file not found: /
[21:22:42.000] WARN: Static file not found: /
[21:22:46.000] WARN: Static file not found: /
[21:22:50.000] WARN: Static file not found: /
[21:22:55.000] WARN: Static file not found: /
[21:22:58.000] WARN: Static file not found: /
[21:23:02.000] WARN: Static file not found: /
[21:23:06.000] WARN: Static file not found: /
[21:23:10.000] WARN: Static file not found: /
[21:23:14.000] WARN: Static file not found: /
[21:23:18.000] WARN: Static file not found: /
[21:23:22.000] WARN: Static file not found: /
[21:23:26.000] WARN: Static file not found: /
[21:23:30.000] WARN: Static file not found: /
[21:23:34.000] WARN: Static file not found: /
[21:23:38.000] WARN: Static file not found: /
[21:23:42.000] WARN: Static file not found: /
[21:23:46.000] WARN: Static file not found: /
[21:23:50.000] WARN: Static file not found: /
[21:23:54.000] WARN: Static file not found: /
[21:23:58.000] WARN: Static file not found: /
[21:24:02.000] WARN: Static file not found: /
[21:24:06.000] WARN: Static file not found: /
[21:24:10.000] WARN: Static file not found: /
[21:24:14.000] WARN: Static file not found: /
[21:24:18.000] WARN: Static file not found: /
[21:24:22.000] WARN: Static file not found: /
[21:24:26.000] WARN: Static file not found: /
[21:24:30.000] WARN: Static file not found: /
[21:24:34.000] WARN: Static file not found: /
[21:24:38.000] WARN: Static file not found: /
[21:24:42.000] WARN: Static file not found: /
[21:24:46.000] WARN: Static file not found: /
[21:24:50.000] WARN: Static file not found: /
[21:24:54.000] WARN: Static file not found: /
[21:24:58.000] WARN: Static file not found: /
[21:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:25:02.000] WARN: Static file not found: /
[21:25:06.000] WARN: Static file not found: /
[21:25:10.000] WARN: Static file not found: /
[21:25:14.000] WARN: Static file not found: /
[21:25:18.000] WARN: Static file not found: /
[21:25:22.000] WARN: Static file not found: /
[21:25:26.000] WARN: Static file not found: /
[21:25:30.000] WARN: Static file not found: /
[21:25:34.000] WARN: Static file not found: /
[21:25:38.000] WARN: Static file not found: /
[21:25:42.000] WARN: Static file not found: /
[21:25:47.000] WARN: Static file not found: /
[21:25:50.000] WARN: Static file not found: /
[21:25:54.000] WARN: Static file not found: /
[21:26:00.000] WARN: Static file not found: /
[21:26:02.000] WARN: Static file not found: /
[21:26:06.000] WARN: Static file not found: /
[21:26:10.000] WARN: Static file not found: /
[21:26:14.000] WARN: Static file not found: /
[21:26:18.000] WARN: Static file not found: /
[21:26:23.000] WARN: Static file not found: /
[21:26:26.000] WARN: Static file not found: /
[21:26:30.000] WARN: Static file not found: /
[21:26:34.000] WARN: Static file not found: /
[21:26:38.000] WARN: Static file not found: /
[21:26:42.000] WARN: Static file not found: /
[21:26:46.000] WARN: Static file not found: /
[21:26:50.000] WARN: Static file not found: /
[21:26:54.000] WARN: Static file not found: /
[21:26:58.000] WARN: Static file not found: /
[21:27:02.000] WARN: Static file not found: /
[21:27:06.000] WARN: Static file not found: /
[21:27:10.000] WARN: Static file not found: /
[21:27:14.000] WARN: Static file not found: /
[21:27:18.000] WARN: Static file not found: /
[21:27:22.000] WARN: Static file not found: /
[21:27:26.000] WARN: Static file not found: /
[21:27:30.000] WARN: Static file not found: /
[21:27:34.000] WARN: Static file not found: /
[21:27:38.000] WARN: Static file not found: /
[21:27:42.000] WARN: Static file not found: /
[21:27:46.000] WARN: Static file not found: /
[21:27:50.000] WARN: Static file not found: /
[21:27:54.000] WARN: Static file not found: /
[21:27:58.000] WARN: Static file not found: /
[21:28:02.000] WARN: Static file not found: /
[21:28:06.000] WARN: Static file not found: /
[21:28:10.000] WARN: Static file not found: /
[21:28:14.000] WARN: Static file not found: /
[21:28:18.000] WARN: Static file not found: /
[21:28:22.000] WARN: Static file not found: /
[21:28:26.000] WARN: Static file not found: /
[21:28:30.000] WARN: Static file not found: /
[21:28:34.000] WARN: Static file not found: /
[21:28:38.000] WARN: Static file not found: /
[21:28:43.000] WARN: Static file not found: /
[21:28:46.000] WARN: Static file not found: /
[21:28:50.000] WARN: Static file not found: /
[21:28:54.000] WARN: Static file not found: /
[21:28:58.000] WARN: Static file not found: /
[21:29:02.000] WARN: Static file not found: /
[21:29:06.000] WARN: Static file not found: /
[21:29:10.000] WARN: Static file not found: /
[21:29:14.000] WARN: Static file not found: /
[21:29:18.000] WARN: Static file not found: /
[21:29:22.000] WARN: Static file not found: /
[21:29:26.000] WARN: Static file not found: /
[21:29:30.000] WARN: Static file not found: /
[21:29:35.000] WARN: Static file not found: /
[21:29:38.000] WARN: Static file not found: /
[21:29:42.000] WARN: Static file not found: /
[21:29:46.000] WARN: Static file not found: /
[21:29:50.000] WARN: Static file not found: /
[21:29:54.000] WARN: Static file not found: /
[21:29:58.000] WARN: Static file not found: /
[21:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[21:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:30:02.000] WARN: Static file not found: /
[21:30:06.000] WARN: Static file not found: /
[21:30:10.000] WARN: Static file not found: /
[21:30:14.000] WARN: Static file not found: /
[21:30:18.000] WARN: Static file not found: /
[21:30:22.000] WARN: Static file not found: /
[21:30:26.000] WARN: Static file not found: /
[21:30:30.000] WARN: Static file not found: /
[21:30:34.000] WARN: Static file not found: /
[21:30:38.000] WARN: Static file not found: /
[21:30:42.000] WARN: Static file not found: /
[21:30:46.000] WARN: Static file not found: /
[21:30:50.000] WARN: Static file not found: /
[21:30:54.000] WARN: Static file not found: /
[21:30:58.000] WARN: Static file not found: /
[21:31:02.000] WARN: Static file not found: /
[21:31:06.000] WARN: Static file not found: /
[21:31:10.000] WARN: Static file not found: /
[21:31:14.000] WARN: Static file not found: /
[21:31:18.000] WARN: Static file not found: /
[21:31:22.000] WARN: Static file not found: /
[21:31:26.000] WARN: Static file not found: /
[21:31:30.000] WARN: Static file not found: /
[21:31:34.000] WARN: Static file not found: /
[21:31:38.000] WARN: Static file not found: /
[21:31:42.000] WARN: Static file not found: /
[21:31:46.000] WARN: Static file not found: /
[21:31:50.000] WARN: Static file not found: /
[21:31:54.000] WARN: Static file not found: /
[21:31:58.000] WARN: Static file not found: /
[21:32:03.000] WARN: Static file not found: /
[21:32:06.000] WARN: Static file not found: /
[21:32:10.000] WARN: Static file not found: /
[21:32:14.000] WARN: Static file not found: /
[21:32:18.000] WARN: Static file not found: /
[21:32:22.000] WARN: Static file not found: /
[21:32:26.000] WARN: Static file not found: /
[21:32:30.000] WARN: Static file not found: /
[21:32:34.000] WARN: Static file not found: /
[21:32:38.000] WARN: Static file not found: /
[21:32:42.000] WARN: Static file not found: /
[21:32:46.000] WARN: Static file not found: /
[21:32:50.000] WARN: Static file not found: /
[21:32:54.000] WARN: Static file not found: /
[21:32:58.000] WARN: Static file not found: /
[21:33:02.000] WARN: Static file not found: /
[21:33:06.000] WARN: Static file not found: /
[21:33:10.000] WARN: Static file not found: /
[21:33:14.000] WARN: Static file not found: /
[21:33:18.000] WARN: Static file not found: /
[21:33:22.000] WARN: Static file not found: /
[21:33:26.000] WARN: Static file not found: /
[21:33:30.000] WARN: Static file not found: /
[21:33:34.000] WARN: Static file not found: /
[21:33:38.000] WARN: Static file not found: /
[21:33:42.000] WARN: Static file not found: /
[21:33:47.000] WARN: Static file not found: /
[21:33:50.000] WARN: Static file not found: /
[21:33:54.000] WARN: Static file not found: /
[21:33:58.000] WARN: Static file not found: /
[21:34:02.000] WARN: Static file not found: /
[21:34:06.000] WARN: Static file not found: /
[21:34:10.000] WARN: Static file not found: /
[21:34:14.000] WARN: Static file not found: /
[21:34:18.000] WARN: Static file not found: /
[21:34:22.000] WARN: Static file not found: /
[21:34:26.000] WARN: Static file not found: /
[21:34:30.000] WARN: Static file not found: /
[21:34:35.000] WARN: Static file not found: /
[21:34:38.000] WARN: Static file not found: /
[21:34:42.000] WARN: Static file not found: /
[21:34:46.000] WARN: Static file not found: /
[21:34:50.000] WARN: Static file not found: /
[21:34:54.000] WARN: Static file not found: /
[21:34:58.000] WARN: Static file not found: /
[21:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:35:02.000] WARN: Static file not found: /
[21:35:06.000] WARN: Static file not found: /
[21:35:10.000] WARN: Static file not found: /
[21:35:14.000] WARN: Static file not found: /
[21:35:18.000] WARN: Static file not found: /
[21:35:22.000] WARN: Static file not found: /
[21:35:26.000] WARN: Static file not found: /
[21:35:30.000] WARN: Static file not found: /
[21:35:35.000] WARN: Static file not found: /
[21:35:38.000] WARN: Static file not found: /
[21:35:43.000] WARN: Static file not found: /
[21:35:46.000] WARN: Static file not found: /
[21:35:50.000] WARN: Static file not found: /
[21:35:54.000] WARN: Static file not found: /
[21:35:58.000] WARN: Static file not found: /
[21:36:02.000] WARN: Static file not found: /
[21:36:06.000] WARN: Static file not found: /
[21:36:10.000] WARN: Static file not found: /
[21:36:14.000] WARN: Static file not found: /
[21:36:18.000] WARN: Static file not found: /
[21:36:22.000] WARN: Static file not found: /
[21:36:26.000] WARN: Static file not found: /
[21:36:30.000] WARN: Static file not found: /
[21:36:34.000] WARN: Static file not found: /
[21:36:38.000] WARN: Static file not found: /
[21:36:42.000] WARN: Static file not found: /
[21:36:46.000] WARN: Static file not found: /
[21:36:50.000] WARN: Static file not found: /
[21:36:54.000] WARN: Static file not found: /
[21:36:58.000] WARN: Static file not found: /
[21:37:02.000] WARN: Static file not found: /
[21:37:06.000] WARN: Static file not found: /
[21:37:10.000] WARN: Static file not found: /
[21:37:14.000] WARN: Static file not found: /
[21:37:18.000] WARN: Static file not found: /
[21:37:22.000] WARN: Static file not found: /
[21:37:26.000] WARN: Static file not found: /
[21:37:30.000] WARN: Static file not found: /
[21:37:34.000] WARN: Static file not found: /
[21:37:38.000] WARN: Static file not found: /
[21:37:42.000] WARN: Static file not found: /
[21:37:46.000] WARN: Static file not found: /
[21:37:50.000] WARN: Static file not found: /
[21:37:54.000] WARN: Static file not found: /
[21:37:58.000] WARN: Static file not found: /
[21:38:02.000] WARN: Static file not found: /
[21:38:06.000] WARN: Static file not found: /
[21:38:10.000] WARN: Static file not found: /
[21:38:14.000] WARN: Static file not found: /
[21:38:18.000] WARN: Static file not found: /
[21:38:22.000] WARN: Static file not found: /
[21:38:26.000] WARN: Static file not found: /
[21:38:30.000] WARN: Static file not found: /
[21:38:34.000] WARN: Static file not found: /
[21:38:38.000] WARN: Static file not found: /
[21:38:42.000] WARN: Static file not found: /
[21:38:46.000] WARN: Static file not found: /
[21:38:50.000] WARN: Static file not found: /
[21:38:54.000] WARN: Static file not found: /
[21:38:58.000] WARN: Static file not found: /
[21:39:02.000] WARN: Static file not found: /
[21:39:06.000] WARN: Static file not found: /
[21:39:10.000] WARN: Static file not found: /
[21:39:14.000] WARN: Static file not found: /
[21:39:18.000] WARN: Static file not found: /
[21:39:22.000] WARN: Static file not found: /
[21:39:26.000] WARN: Static file not found: /
[21:39:30.000] WARN: Static file not found: /
[21:39:34.000] WARN: Static file not found: /
[21:39:39.000] WARN: Static file not found: /
[21:39:42.000] WARN: Static file not found: /
[21:39:46.000] WARN: Static file not found: /
[21:39:50.000] WARN: Static file not found: /
[21:39:54.000] WARN: Static file not found: /
[21:39:58.000] WARN: Static file not found: /
[21:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:40:02.000] WARN: Static file not found: /
[21:40:06.000] WARN: Static file not found: /
[21:40:10.000] WARN: Static file not found: /
[21:40:14.000] WARN: Static file not found: /
[21:40:19.000] WARN: Static file not found: /
[21:40:22.000] WARN: Static file not found: /
[21:40:26.000] WARN: Static file not found: /
[21:40:30.000] WARN: Static file not found: /
[21:40:34.000] WARN: Static file not found: /
[21:40:39.000] WARN: Static file not found: /
[21:40:42.000] WARN: Static file not found: /
[21:40:46.000] WARN: Static file not found: /
[21:40:50.000] WARN: Static file not found: /
[21:40:55.000] WARN: Static file not found: /
[21:40:58.000] WARN: Static file not found: /
[21:41:02.000] WARN: Static file not found: /
[21:41:06.000] WARN: Static file not found: /
[21:41:10.000] WARN: Static file not found: /
[21:41:14.000] WARN: Static file not found: /
[21:41:18.000] WARN: Static file not found: /
[21:41:22.000] WARN: Static file not found: /
[21:41:26.000] WARN: Static file not found: /
[21:41:30.000] WARN: Static file not found: /
[21:41:34.000] WARN: Static file not found: /
[21:41:38.000] WARN: Static file not found: /
[21:41:42.000] WARN: Static file not found: /
[21:41:46.000] WARN: Static file not found: /
[21:41:50.000] WARN: Static file not found: /
[21:41:54.000] WARN: Static file not found: /
[21:41:58.000] WARN: Static file not found: /
[21:42:02.000] WARN: Static file not found: /
[21:42:06.000] WARN: Static file not found: /
[21:42:10.000] WARN: Static file not found: /
[21:42:14.000] WARN: Static file not found: /
[21:42:18.000] WARN: Static file not found: /
[21:42:23.000] WARN: Static file not found: /
[21:42:26.000] WARN: Static file not found: /
[21:42:30.000] WARN: Static file not found: /
[21:42:34.000] WARN: Static file not found: /
[21:42:38.000] WARN: Static file not found: /
[21:42:42.000] WARN: Static file not found: /
[21:42:46.000] WARN: Static file not found: /
[21:42:50.000] WARN: Static file not found: /
[21:42:54.000] WARN: Static file not found: /
[21:42:58.000] WARN: Static file not found: /
[21:43:02.000] WARN: Static file not found: /
[21:43:06.000] WARN: Static file not found: /
[21:43:10.000] WARN: Static file not found: /
[21:43:14.000] WARN: Static file not found: /
[21:43:18.000] WARN: Static file not found: /
[21:43:23.000] WARN: Static file not found: /
[21:43:26.000] WARN: Static file not found: /
[21:43:30.000] WARN: Static file not found: /
[21:43:34.000] WARN: Static file not found: /
[21:43:38.000] WARN: Static file not found: /
[21:43:42.000] WARN: Static file not found: /
[21:43:46.000] WARN: Static file not found: /
[21:43:50.000] WARN: Static file not found: /
[21:43:54.000] WARN: Static file not found: /
[21:43:58.000] WARN: Static file not found: /
[21:44:02.000] WARN: Static file not found: /
[21:44:06.000] WARN: Static file not found: /
[21:44:10.000] WARN: Static file not found: /
[21:44:14.000] WARN: Static file not found: /
[21:44:18.000] WARN: Static file not found: /
[21:44:22.000] WARN: Static file not found: /
[21:44:27.000] WARN: Static file not found: /
[21:44:30.000] WARN: Static file not found: /
[21:44:35.000] WARN: Static file not found: /
[21:44:38.000] WARN: Static file not found: /
[21:44:43.000] WARN: Static file not found: /
[21:44:46.000] WARN: Static file not found: /
[21:44:51.000] WARN: Static file not found: /
[21:44:54.000] WARN: Static file not found: /
[21:44:59.000] WARN: Static file not found: /
[21:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:45:02.000] WARN: Static file not found: /
[21:45:07.000] WARN: Static file not found: /
[21:45:10.000] WARN: Static file not found: /
[21:45:14.000] WARN: Static file not found: /
[21:45:18.000] WARN: Static file not found: /
[21:45:22.000] WARN: Static file not found: /
[21:45:26.000] WARN: Static file not found: /
[21:45:30.000] WARN: Static file not found: /
[21:45:34.000] WARN: Static file not found: /
[21:45:39.000] WARN: Static file not found: /
[21:45:42.000] WARN: Static file not found: /
[21:45:46.000] WARN: Static file not found: /
[21:45:50.000] WARN: Static file not found: /
[21:45:55.000] WARN: Static file not found: /
[21:45:58.000] WARN: Static file not found: /
[21:46:02.000] WARN: Static file not found: /
[21:46:06.000] WARN: Static file not found: /
[21:46:10.000] WARN: Static file not found: /
[21:46:14.000] WARN: Static file not found: /
[21:46:19.000] WARN: Static file not found: /
[21:46:22.000] WARN: Static file not found: /
[21:46:26.000] WARN: Static file not found: /
[21:46:30.000] WARN: Static file not found: /
[21:46:34.000] WARN: Static file not found: /
[21:46:38.000] WARN: Static file not found: /
[21:46:42.000] WARN: Static file not found: /
[21:46:46.000] WARN: Static file not found: /
[21:46:50.000] WARN: Static file not found: /
[21:46:54.000] WARN: Static file not found: /
[21:46:58.000] WARN: Static file not found: /
[21:47:02.000] WARN: Static file not found: /
[21:47:06.000] WARN: Static file not found: /
[21:47:10.000] WARN: Static file not found: /
[21:47:14.000] WARN: Static file not found: /
[21:47:18.000] WARN: Static file not found: /
[21:47:22.000] WARN: Static file not found: /
[21:47:26.000] WARN: Static file not found: /
[21:47:30.000] WARN: Static file not found: /
[21:47:34.000] WARN: Static file not found: /
[21:47:38.000] WARN: Static file not found: /
[21:47:42.000] WARN: Static file not found: /
[21:47:46.000] WARN: Static file not found: /
[21:47:50.000] WARN: Static file not found: /
[21:47:54.000] WARN: Static file not found: /
[21:47:58.000] WARN: Static file not found: /
[21:48:02.000] WARN: Static file not found: /
[21:48:06.000] WARN: Static file not found: /
[21:48:10.000] WARN: Static file not found: /
[21:48:14.000] WARN: Static file not found: /
[21:48:18.000] WARN: Static file not found: /
[21:48:22.000] WARN: Static file not found: /
[21:48:26.000] WARN: Static file not found: /
[21:48:31.000] WARN: Static file not found: /
[21:48:34.000] WARN: Static file not found: /
[21:48:38.000] WARN: Static file not found: /
[21:48:42.000] WARN: Static file not found: /
[21:48:46.000] WARN: Static file not found: /
[21:48:50.000] WARN: Static file not found: /
[21:48:54.000] WARN: Static file not found: /
[21:48:58.000] WARN: Static file not found: /
[21:49:02.000] WARN: Static file not found: /
[21:49:06.000] WARN: Static file not found: /
[21:49:10.000] WARN: Static file not found: /
[21:49:14.000] WARN: Static file not found: /
[21:49:18.000] WARN: Static file not found: /
[21:49:22.000] WARN: Static file not found: /
[21:49:26.000] WARN: Static file not found: /
[21:49:30.000] WARN: Static file not found: /
[21:49:34.000] WARN: Static file not found: /
[21:49:38.000] WARN: Static file not found: /
[21:49:42.000] WARN: Static file not found: /
[21:49:47.000] WARN: Static file not found: /
[21:49:50.000] WARN: Static file not found: /
[21:49:54.000] WARN: Static file not found: /
[21:49:58.000] WARN: Static file not found: /
[21:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:50:02.000] WARN: Static file not found: /
[21:50:06.000] WARN: Static file not found: /
[21:50:10.000] WARN: Static file not found: /
[21:50:16.000] WARN: Static file not found: /
[21:50:18.000] WARN: Static file not found: /
[21:50:22.000] WARN: Static file not found: /
[21:50:26.000] WARN: Static file not found: /
[21:50:30.000] WARN: Static file not found: /
[21:50:34.000] WARN: Static file not found: /
[21:50:38.000] WARN: Static file not found: /
[21:50:42.000] WARN: Static file not found: /
[21:50:46.000] WARN: Static file not found: /
[21:50:50.000] WARN: Static file not found: /
[21:50:54.000] WARN: Static file not found: /
[21:50:58.000] WARN: Static file not found: /
[21:51:02.000] WARN: Static file not found: /
[21:51:07.000] WARN: Static file not found: /
[21:51:10.000] WARN: Static file not found: /
[21:51:14.000] WARN: Static file not found: /
[21:51:18.000] WARN: Static file not found: /
[21:51:22.000] WARN: Static file not found: /
[21:51:26.000] WARN: Static file not found: /
[21:51:30.000] WARN: Static file not found: /
[21:51:34.000] WARN: Static file not found: /
[21:51:38.000] WARN: Static file not found: /
[21:51:42.000] WARN: Static file not found: /
[21:51:46.000] WARN: Static file not found: /
[21:51:50.000] WARN: Static file not found: /
[21:51:54.000] WARN: Static file not found: /
[21:51:58.000] WARN: Static file not found: /
[21:52:02.000] WARN: Static file not found: /
[21:52:06.000] WARN: Static file not found: /
[21:52:10.000] WARN: Static file not found: /
[21:52:14.000] WARN: Static file not found: /
[21:52:18.000] WARN: Static file not found: /
[21:52:22.000] WARN: Static file not found: /
[21:52:26.000] WARN: Static file not found: /
[21:52:30.000] WARN: Static file not found: /
[21:52:34.000] WARN: Static file not found: /
[21:52:38.000] WARN: Static file not found: /
[21:52:43.000] WARN: Static file not found: /
[21:52:46.000] WARN: Static file not found: /
[21:52:50.000] WARN: Static file not found: /
[21:52:54.000] WARN: Static file not found: /
[21:52:58.000] WARN: Static file not found: /
[21:53:02.000] WARN: Static file not found: /
[21:53:06.000] WARN: Static file not found: /
[21:53:10.000] WARN: Static file not found: /
[21:53:14.000] WARN: Static file not found: /
[21:53:18.000] WARN: Static file not found: /
[21:53:22.000] WARN: Static file not found: /
[21:53:26.000] WARN: Static file not found: /
[21:53:30.000] WARN: Static file not found: /
[21:53:34.000] WARN: Static file not found: /
[21:53:38.000] WARN: Static file not found: /
[21:53:42.000] WARN: Static file not found: /
[21:53:46.000] WARN: Static file not found: /
[21:53:50.000] WARN: Static file not found: /
[21:53:54.000] WARN: Static file not found: /
[21:53:58.000] WARN: Static file not found: /
[21:54:02.000] WARN: Static file not found: /
[21:54:06.000] WARN: Static file not found: /
[21:54:10.000] WARN: Static file not found: /
[21:54:14.000] WARN: Static file not found: /
[21:54:18.000] WARN: Static file not found: /
[21:54:22.000] WARN: Static file not found: /
[21:54:26.000] WARN: Static file not found: /
[21:54:30.000] WARN: Static file not found: /
[21:54:34.000] WARN: Static file not found: /
[21:54:38.000] WARN: Static file not found: /
[21:54:42.000] WARN: Static file not found: /
[21:54:46.000] WARN: Static file not found: /
[21:54:50.000] WARN: Static file not found: /
[21:54:54.000] WARN: Static file not found: /
[21:54:58.000] WARN: Static file not found: /
[21:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[21:55:02.000] WARN: Static file not found: /
[21:55:06.000] WARN: Static file not found: /
[21:55:10.000] WARN: Static file not found: /
[21:55:15.000] WARN: Static file not found: /
[21:55:18.000] WARN: Static file not found: /
[21:55:22.000] WARN: Static file not found: /
[21:55:26.000] WARN: Static file not found: /
[21:55:30.000] WARN: Static file not found: /
[21:55:35.000] WARN: Static file not found: /
[21:55:38.000] WARN: Static file not found: /
[21:55:42.000] WARN: Static file not found: /
[21:55:46.000] WARN: Static file not found: /
[21:55:50.000] WARN: Static file not found: /
[21:55:54.000] WARN: Static file not found: /
[21:55:58.000] WARN: Static file not found: /
[21:56:02.000] WARN: Static file not found: /
[21:56:06.000] WARN: Static file not found: /
[21:56:10.000] WARN: Static file not found: /
[21:56:14.000] WARN: Static file not found: /
[21:56:18.000] WARN: Static file not found: /
[21:56:22.000] WARN: Static file not found: /
[21:56:26.000] WARN: Static file not found: /
[21:56:30.000] WARN: Static file not found: /
[21:56:34.000] WARN: Static file not found: /
[21:56:38.000] WARN: Static file not found: /
[21:56:43.000] WARN: Static file not found: /
[21:56:46.000] WARN: Static file not found: /
[21:56:50.000] WARN: Static file not found: /
[21:56:54.000] WARN: Static file not found: /
[21:56:58.000] WARN: Static file not found: /
[21:57:02.000] WARN: Static file not found: /
[21:57:06.000] WARN: Static file not found: /
[21:57:10.000] WARN: Static file not found: /
[21:57:14.000] WARN: Static file not found: /
[21:57:18.000] WARN: Static file not found: /
[21:57:22.000] WARN: Static file not found: /
[21:57:26.000] WARN: Static file not found: /
[21:57:30.000] WARN: Static file not found: /
[21:57:34.000] WARN: Static file not found: /
[21:57:38.000] WARN: Static file not found: /
[21:57:42.000] WARN: Static file not found: /
[21:57:46.000] WARN: Static file not found: /
[21:57:51.000] WARN: Static file not found: /
[21:57:54.000] WARN: Static file not found: /
[21:57:58.000] WARN: Static file not found: /
[21:58:02.000] WARN: Static file not found: /
[21:58:06.000] WARN: Static file not found: /
[21:58:10.000] WARN: Static file not found: /
[21:58:14.000] WARN: Static file not found: /
[21:58:18.000] WARN: Static file not found: /
[21:58:22.000] WARN: Static file not found: /
[21:58:26.000] WARN: Static file not found: /
[21:58:30.000] WARN: Static file not found: /
[21:58:34.000] WARN: Static file not found: /
[21:58:39.000] WARN: Static file not found: /
[21:58:42.000] WARN: Static file not found: /
[21:58:46.000] WARN: Static file not found: /
[21:58:50.000] WARN: Static file not found: /
[21:58:54.000] WARN: Static file not found: /
[21:58:58.000] WARN: Static file not found: /
[21:59:02.000] WARN: Static file not found: /
[21:59:06.000] WARN: Static file not found: /
[21:59:10.000] WARN: Static file not found: /
[21:59:14.000] WARN: Static file not found: /
[21:59:18.000] WARN: Static file not found: /
[21:59:22.000] WARN: Static file not found: /
[21:59:26.000] WARN: Static file not found: /
[21:59:30.000] WARN: Static file not found: /
[21:59:34.000] WARN: Static file not found: /
[21:59:38.000] WARN: Static file not found: /
[21:59:42.000] WARN: Static file not found: /
[21:59:46.000] WARN: Static file not found: /
[21:59:50.000] WARN: Static file not found: /
[21:59:54.000] WARN: Static file not found: /
[21:59:58.000] WARN: Static file not found: /
[22:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[22:00:02.000] WARN: Static file not found: /
[22:00:06.000] WARN: Static file not found: /
[22:00:11.000] WARN: Static file not found: /
[22:00:14.000] WARN: Static file not found: /
[22:00:18.000] WARN: Static file not found: /
[22:00:22.000] WARN: Static file not found: /
[22:00:26.000] WARN: Static file not found: /
[22:00:30.000] WARN: Static file not found: /
[22:00:34.000] WARN: Static file not found: /
[22:00:38.000] WARN: Static file not found: /
[22:00:42.000] WARN: Static file not found: /
[22:00:46.000] WARN: Static file not found: /
[22:00:51.000] WARN: Static file not found: /
[22:00:54.000] WARN: Static file not found: /
[22:00:58.000] WARN: Static file not found: /
[22:01:02.000] WARN: Static file not found: /
[22:01:06.000] WARN: Static file not found: /
[22:01:10.000] WARN: Static file not found: /
[22:01:14.000] WARN: Static file not found: /
[22:01:19.000] WARN: Static file not found: /
[22:01:22.000] WARN: Static file not found: /
[22:01:27.000] WARN: Static file not found: /
[22:01:30.000] WARN: Static file not found: /
[22:01:34.000] WARN: Static file not found: /
[22:01:38.000] WARN: Static file not found: /
[22:01:42.000] WARN: Static file not found: /
[22:01:46.000] WARN: Static file not found: /
[22:01:50.000] WARN: Static file not found: /
[22:01:54.000] WARN: Static file not found: /
[22:01:58.000] WARN: Static file not found: /
[22:02:02.000] WARN: Static file not found: /
[22:02:06.000] WARN: Static file not found: /
[22:02:10.000] WARN: Static file not found: /
[22:02:14.000] WARN: Static file not found: /
[22:02:18.000] WARN: Static file not found: /
[22:02:22.000] WARN: Static file not found: /
[22:02:26.000] WARN: Static file not found: /
[22:02:31.000] WARN: Static file not found: /
[22:02:34.000] WARN: Static file not found: /
[22:02:38.000] WARN: Static file not found: /
[22:02:42.000] WARN: Static file not found: /
[22:02:46.000] WARN: Static file not found: /
[22:02:50.000] WARN: Static file not found: /
[22:02:54.000] WARN: Static file not found: /
[22:02:58.000] WARN: Static file not found: /
[22:03:02.000] WARN: Static file not found: /
[22:03:06.000] WARN: Static file not found: /
[22:03:10.000] WARN: Static file not found: /
[22:03:14.000] WARN: Static file not found: /
[22:03:18.000] WARN: Static file not found: /
[22:03:23.000] WARN: Static file not found: /
[22:03:26.000] WARN: Static file not found: /
[22:03:30.000] WARN: Static file not found: /
[22:03:34.000] WARN: Static file not found: /
[22:03:39.000] WARN: Static file not found: /
[22:03:42.000] WARN: Static file not found: /
[22:03:46.000] WARN: Static file not found: /
[22:03:50.000] WARN: Static file not found: /
[22:03:54.000] WARN: Static file not found: /
[22:03:58.000] WARN: Static file not found: /
[22:04:02.000] WARN: Static file not found: /
[22:04:06.000] WARN: Static file not found: /
[22:04:10.000] WARN: Static file not found: /
[22:04:14.000] WARN: Static file not found: /
[22:04:18.000] WARN: Static file not found: /
[22:04:22.000] WARN: Static file not found: /
[22:04:26.000] WARN: Static file not found: /
[22:04:30.000] WARN: Static file not found: /
[22:04:34.000] WARN: Static file not found: /
[22:04:38.000] WARN: Static file not found: /
[22:04:42.000] WARN: Static file not found: /
[22:04:46.000] WARN: Static file not found: /
[22:04:51.000] WARN: Static file not found: /
[22:04:54.000] WARN: Static file not found: /
[22:04:58.000] WARN: Static file not found: /
[22:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:05:02.000] WARN: Static file not found: /
[22:05:06.000] WARN: Static file not found: /
[22:05:10.000] WARN: Static file not found: /
[22:05:14.000] WARN: Static file not found: /
[22:05:18.000] WARN: Static file not found: /
[22:05:22.000] WARN: Static file not found: /
[22:05:26.000] WARN: Static file not found: /
[22:05:30.000] WARN: Static file not found: /
[22:05:34.000] WARN: Static file not found: /
[22:05:38.000] WARN: Static file not found: /
[22:05:42.000] WARN: Static file not found: /
[22:05:46.000] WARN: Static file not found: /
[22:05:50.000] WARN: Static file not found: /
[22:05:54.000] WARN: Static file not found: /
[22:05:59.000] WARN: Static file not found: /
[22:06:02.000] WARN: Static file not found: /
[22:06:06.000] WARN: Static file not found: /
[22:06:10.000] WARN: Static file not found: /
[22:06:14.000] WARN: Static file not found: /
[22:06:18.000] WARN: Static file not found: /
[22:06:22.000] WARN: Static file not found: /
[22:06:26.000] WARN: Static file not found: /
[22:06:30.000] WARN: Static file not found: /
[22:06:34.000] WARN: Static file not found: /
[22:06:38.000] WARN: Static file not found: /
[22:06:42.000] WARN: Static file not found: /
[22:06:46.000] WARN: Static file not found: /
[22:06:50.000] WARN: Static file not found: /
[22:06:54.000] WARN: Static file not found: /
[22:06:58.000] WARN: Static file not found: /
[22:07:02.000] WARN: Static file not found: /
[22:07:06.000] WARN: Static file not found: /
[22:07:10.000] WARN: Static file not found: /
[22:07:14.000] WARN: Static file not found: /
[22:07:18.000] WARN: Static file not found: /
[22:07:22.000] WARN: Static file not found: /
[22:07:26.000] WARN: Static file not found: /
[22:07:30.000] WARN: Static file not found: /
[22:07:34.000] WARN: Static file not found: /
[22:07:38.000] WARN: Static file not found: /
[22:07:42.000] WARN: Static file not found: /
[22:07:46.000] WARN: Static file not found: /
[22:07:50.000] WARN: Static file not found: /
[22:07:54.000] WARN: Static file not found: /
[22:07:58.000] WARN: Static file not found: /
[22:08:02.000] WARN: Static file not found: /
[22:08:06.000] WARN: Static file not found: /
[22:08:10.000] WARN: Static file not found: /
[22:08:16.000] WARN: Static file not found: /
[22:08:18.000] WARN: Static file not found: /
[22:08:22.000] WARN: Static file not found: /
[22:08:26.000] WARN: Static file not found: /
[22:08:30.000] WARN: Static file not found: /
[22:08:34.000] WARN: Static file not found: /
[22:08:38.000] WARN: Static file not found: /
[22:08:42.000] WARN: Static file not found: /
[22:08:46.000] WARN: Static file not found: /
[22:08:50.000] WARN: Static file not found: /
[22:08:54.000] WARN: Static file not found: /
[22:08:58.000] WARN: Static file not found: /
[22:09:02.000] WARN: Static file not found: /
[22:09:06.000] WARN: Static file not found: /
[22:09:10.000] WARN: Static file not found: /
[22:09:15.000] WARN: Static file not found: /
[22:09:18.000] WARN: Static file not found: /
[22:09:22.000] WARN: Static file not found: /
[22:09:26.000] WARN: Static file not found: /
[22:09:31.000] WARN: Static file not found: /
[22:09:34.000] WARN: Static file not found: /
[22:09:38.000] WARN: Static file not found: /
[22:09:42.000] WARN: Static file not found: /
[22:09:46.000] WARN: Static file not found: /
[22:09:50.000] WARN: Static file not found: /
[22:09:54.000] WARN: Static file not found: /
[22:09:58.000] WARN: Static file not found: /
[22:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:10:02.000] WARN: Static file not found: /
[22:10:06.000] WARN: Static file not found: /
[22:10:10.000] WARN: Static file not found: /
[22:10:18.000] WARN: Static file not found: /
[22:10:22.000] WARN: Static file not found: /
[22:10:26.000] WARN: Static file not found: /
[22:10:30.000] WARN: Static file not found: /
[22:10:34.000] WARN: Static file not found: /
[22:10:38.000] WARN: Static file not found: /
[22:10:42.000] WARN: Static file not found: /
[22:10:46.000] WARN: Static file not found: /
[22:10:50.000] WARN: Static file not found: /
[22:10:54.000] WARN: Static file not found: /
[22:10:58.000] WARN: Static file not found: /
[22:11:02.000] WARN: Static file not found: /
[22:11:06.000] WARN: Static file not found: /
[22:11:10.000] WARN: Static file not found: /
[22:11:14.000] WARN: Static file not found: /
[22:11:18.000] WARN: Static file not found: /
[22:11:22.000] WARN: Static file not found: /
[22:11:26.000] WARN: Static file not found: /
[22:11:30.000] WARN: Static file not found: /
[22:11:34.000] WARN: Static file not found: /
[22:11:39.000] WARN: Static file not found: /
[22:11:42.000] WARN: Static file not found: /
[22:11:46.000] WARN: Static file not found: /
[22:11:50.000] WARN: Static file not found: /
[22:11:54.000] WARN: Static file not found: /
[22:11:58.000] WARN: Static file not found: /
[22:12:02.000] WARN: Static file not found: /
[22:12:06.000] WARN: Static file not found: /
[22:12:10.000] WARN: Static file not found: /
[22:12:14.000] WARN: Static file not found: /
[22:12:18.000] WARN: Static file not found: /
[22:12:22.000] WARN: Static file not found: /
[22:12:26.000] WARN: Static file not found: /
[22:12:30.000] WARN: Static file not found: /
[22:12:35.000] WARN: Static file not found: /
[22:12:38.000] WARN: Static file not found: /
[22:12:43.000] WARN: Static file not found: /
[22:12:46.000] WARN: Static file not found: /
[22:12:50.000] WARN: Static file not found: /
[22:12:54.000] WARN: Static file not found: /
[22:12:58.000] WARN: Static file not found: /
[22:13:02.000] WARN: Static file not found: /
[22:13:06.000] WARN: Static file not found: /
[22:13:10.000] WARN: Static file not found: /
[22:13:14.000] WARN: Static file not found: /
[22:13:18.000] WARN: Static file not found: /
[22:13:22.000] WARN: Static file not found: /
[22:13:26.000] WARN: Static file not found: /
[22:13:30.000] WARN: Static file not found: /
[22:13:34.000] WARN: Static file not found: /
[22:13:38.000] WARN: Static file not found: /
[22:13:42.000] WARN: Static file not found: /
[22:13:46.000] WARN: Static file not found: /
[22:13:50.000] WARN: Static file not found: /
[22:13:54.000] WARN: Static file not found: /
[22:13:58.000] WARN: Static file not found: /
[22:14:02.000] WARN: Static file not found: /
[22:14:06.000] WARN: Static file not found: /
[22:14:10.000] WARN: Static file not found: /
[22:14:14.000] WARN: Static file not found: /
[22:14:18.000] WARN: Static file not found: /
[22:14:22.000] WARN: Static file not found: /
[22:14:26.000] WARN: Static file not found: /
[22:14:30.000] WARN: Static file not found: /
[22:14:34.000] WARN: Static file not found: /
[22:14:38.000] WARN: Static file not found: /
[22:14:42.000] WARN: Static file not found: /
[22:14:46.000] WARN: Static file not found: /
[22:14:50.000] WARN: Static file not found: /
[22:14:54.000] WARN: Static file not found: /
[22:14:58.000] WARN: Static file not found: /
[22:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[22:15:02.000] WARN: Static file not found: /
[22:15:06.000] WARN: Static file not found: /
[22:15:10.000] WARN: Static file not found: /
[22:15:14.000] WARN: Static file not found: /
[22:15:18.000] WARN: Static file not found: /
[22:15:22.000] WARN: Static file not found: /
[22:15:26.000] WARN: Static file not found: /
[22:15:30.000] WARN: Static file not found: /
[22:15:34.000] WARN: Static file not found: /
[22:15:38.000] WARN: Static file not found: /
[22:15:42.000] WARN: Static file not found: /
[22:15:46.000] WARN: Static file not found: /
[22:15:50.000] WARN: Static file not found: /
[22:15:54.000] WARN: Static file not found: /
[22:15:58.000] WARN: Static file not found: /
[22:16:02.000] WARN: Static file not found: /
[22:16:06.000] WARN: Static file not found: /
[22:16:10.000] WARN: Static file not found: /
[22:16:14.000] WARN: Static file not found: /
[22:16:18.000] WARN: Static file not found: /
[22:16:22.000] WARN: Static file not found: /
[22:16:26.000] WARN: Static file not found: /
[22:16:30.000] WARN: Static file not found: /
[22:16:34.000] WARN: Static file not found: /
[22:16:38.000] WARN: Static file not found: /
[22:16:42.000] WARN: Static file not found: /
[22:16:46.000] WARN: Static file not found: /
[22:16:50.000] WARN: Static file not found: /
[22:16:54.000] WARN: Static file not found: /
[22:16:58.000] WARN: Static file not found: /
[22:17:03.000] WARN: Static file not found: /
[22:17:06.000] WARN: Static file not found: /
[22:17:10.000] WARN: Static file not found: /
[22:17:14.000] WARN: Static file not found: /
[22:17:18.000] WARN: Static file not found: /
[22:17:22.000] WARN: Static file not found: /
[22:17:26.000] WARN: Static file not found: /
[22:17:30.000] WARN: Static file not found: /
[22:17:34.000] WARN: Static file not found: /
[22:17:38.000] WARN: Static file not found: /
[22:17:42.000] WARN: Static file not found: /
[22:17:46.000] WARN: Static file not found: /
[22:17:50.000] WARN: Static file not found: /
[22:17:54.000] WARN: Static file not found: /
[22:17:58.000] WARN: Static file not found: /
[22:18:02.000] WARN: Static file not found: /
[22:18:06.000] WARN: Static file not found: /
[22:18:10.000] WARN: Static file not found: /
[22:18:14.000] WARN: Static file not found: /
[22:18:18.000] WARN: Static file not found: /
[22:18:22.000] WARN: Static file not found: /
[22:18:26.000] WARN: Static file not found: /
[22:18:30.000] WARN: Static file not found: /
[22:18:34.000] WARN: Static file not found: /
[22:18:38.000] WARN: Static file not found: /
[22:18:42.000] WARN: Static file not found: /
[22:18:46.000] WARN: Static file not found: /
[22:18:50.000] WARN: Static file not found: /
[22:18:54.000] WARN: Static file not found: /
[22:18:58.000] WARN: Static file not found: /
[22:19:02.000] WARN: Static file not found: /
[22:19:06.000] WARN: Static file not found: /
[22:19:10.000] WARN: Static file not found: /
[22:19:14.000] WARN: Static file not found: /
[22:19:18.000] WARN: Static file not found: /
[22:19:22.000] WARN: Static file not found: /
[22:19:26.000] WARN: Static file not found: /
[22:19:30.000] WARN: Static file not found: /
[22:19:34.000] WARN: Static file not found: /
[22:19:38.000] WARN: Static file not found: /
[22:19:42.000] WARN: Static file not found: /
[22:19:46.000] WARN: Static file not found: /
[22:19:50.000] WARN: Static file not found: /
[22:19:54.000] WARN: Static file not found: /
[22:19:58.000] WARN: Static file not found: /
[22:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:20:02.000] WARN: Static file not found: /
[22:20:06.000] WARN: Static file not found: /
[22:20:10.000] WARN: Static file not found: /
[22:20:14.000] WARN: Static file not found: /
[22:20:18.000] WARN: Static file not found: /
[22:20:22.000] WARN: Static file not found: /
[22:20:26.000] WARN: Static file not found: /
[22:20:30.000] WARN: Static file not found: /
[22:20:34.000] WARN: Static file not found: /
[22:20:38.000] WARN: Static file not found: /
[22:20:42.000] WARN: Static file not found: /
[22:20:46.000] WARN: Static file not found: /
[22:20:50.000] WARN: Static file not found: /
[22:20:54.000] WARN: Static file not found: /
[22:20:58.000] WARN: Static file not found: /
[22:21:02.000] WARN: Static file not found: /
[22:21:06.000] WARN: Static file not found: /
[22:21:10.000] WARN: Static file not found: /
[22:21:14.000] WARN: Static file not found: /
[22:21:18.000] WARN: Static file not found: /
[22:21:22.000] WARN: Static file not found: /
[22:21:26.000] WARN: Static file not found: /
[22:21:30.000] WARN: Static file not found: /
[22:21:34.000] WARN: Static file not found: /
[22:21:38.000] WARN: Static file not found: /
[22:21:42.000] WARN: Static file not found: /
[22:21:47.000] WARN: Static file not found: /
[22:21:50.000] WARN: Static file not found: /
[22:21:54.000] WARN: Static file not found: /
[22:21:58.000] WARN: Static file not found: /
[22:22:02.000] WARN: Static file not found: /
[22:22:06.000] WARN: Static file not found: /
[22:22:10.000] WARN: Static file not found: /
[22:22:14.000] WARN: Static file not found: /
[22:22:18.000] WARN: Static file not found: /
[22:22:22.000] WARN: Static file not found: /
[22:22:26.000] WARN: Static file not found: /
[22:22:30.000] WARN: Static file not found: /
[22:22:34.000] WARN: Static file not found: /
[22:22:38.000] WARN: Static file not found: /
[22:22:42.000] WARN: Static file not found: /
[22:22:46.000] WARN: Static file not found: /
[22:22:50.000] WARN: Static file not found: /
[22:22:54.000] WARN: Static file not found: /
[22:22:58.000] WARN: Static file not found: /
[22:23:02.000] WARN: Static file not found: /
[22:23:06.000] WARN: Static file not found: /
[22:23:10.000] WARN: Static file not found: /
[22:23:14.000] WARN: Static file not found: /
[22:23:18.000] WARN: Static file not found: /
[22:23:22.000] WARN: Static file not found: /
[22:23:27.000] WARN: Static file not found: /
[22:23:30.000] WARN: Static file not found: /
[22:23:34.000] WARN: Static file not found: /
[22:23:38.000] WARN: Static file not found: /
[22:23:42.000] WARN: Static file not found: /
[22:23:46.000] WARN: Static file not found: /
[22:23:50.000] WARN: Static file not found: /
[22:23:54.000] WARN: Static file not found: /
[22:23:58.000] WARN: Static file not found: /
[22:24:02.000] WARN: Static file not found: /
[22:24:06.000] WARN: Static file not found: /
[22:24:10.000] WARN: Static file not found: /
[22:24:14.000] WARN: Static file not found: /
[22:24:18.000] WARN: Static file not found: /
[22:24:22.000] WARN: Static file not found: /
[22:24:26.000] WARN: Static file not found: /
[22:24:30.000] WARN: Static file not found: /
[22:24:34.000] WARN: Static file not found: /
[22:24:38.000] WARN: Static file not found: /
[22:24:42.000] WARN: Static file not found: /
[22:24:46.000] WARN: Static file not found: /
[22:24:50.000] WARN: Static file not found: /
[22:24:54.000] WARN: Static file not found: /
[22:24:58.000] WARN: Static file not found: /
[22:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:25:02.000] WARN: Static file not found: /
[22:25:06.000] WARN: Static file not found: /
[22:25:10.000] WARN: Static file not found: /
[22:25:14.000] WARN: Static file not found: /
[22:25:18.000] WARN: Static file not found: /
[22:25:22.000] WARN: Static file not found: /
[22:25:26.000] WARN: Static file not found: /
[22:25:30.000] WARN: Static file not found: /
[22:25:34.000] WARN: Static file not found: /
[22:25:38.000] WARN: Static file not found: /
[22:25:42.000] WARN: Static file not found: /
[22:25:46.000] WARN: Static file not found: /
[22:25:50.000] WARN: Static file not found: /
[22:25:55.000] WARN: Static file not found: /
[22:25:58.000] WARN: Static file not found: /
[22:26:03.000] WARN: Static file not found: /
[22:26:06.000] WARN: Static file not found: /
[22:26:10.000] WARN: Static file not found: /
[22:26:14.000] WARN: Static file not found: /
[22:26:18.000] WARN: Static file not found: /
[22:26:22.000] WARN: Static file not found: /
[22:26:26.000] WARN: Static file not found: /
[22:26:30.000] WARN: Static file not found: /
[22:26:34.000] WARN: Static file not found: /
[22:26:38.000] WARN: Static file not found: /
[22:26:42.000] WARN: Static file not found: /
[22:26:47.000] WARN: Static file not found: /
[22:26:50.000] WARN: Static file not found: /
[22:26:54.000] WARN: Static file not found: /
[22:26:58.000] WARN: Static file not found: /
[22:27:02.000] WARN: Static file not found: /
[22:27:06.000] WARN: Static file not found: /
[22:27:11.000] WARN: Static file not found: /
[22:27:14.000] WARN: Static file not found: /
[22:27:18.000] WARN: Static file not found: /
[22:27:22.000] WARN: Static file not found: /
[22:27:26.000] WARN: Static file not found: /
[22:27:30.000] WARN: Static file not found: /
[22:27:34.000] WARN: Static file not found: /
[22:27:38.000] WARN: Static file not found: /
[22:27:42.000] WARN: Static file not found: /
[22:27:46.000] WARN: Static file not found: /
[22:27:50.000] WARN: Static file not found: /
[22:27:55.000] WARN: Static file not found: /
[22:27:58.000] WARN: Static file not found: /
[22:28:02.000] WARN: Static file not found: /
[22:28:07.000] WARN: Static file not found: /
[22:28:10.000] WARN: Static file not found: /
[22:28:14.000] WARN: Static file not found: /
[22:28:18.000] WARN: Static file not found: /
[22:28:22.000] WARN: Static file not found: /
[22:28:29.000] WARN: Static file not found: /
[22:28:30.000] WARN: Static file not found: /
[22:28:34.000] WARN: Static file not found: /
[22:28:38.000] WARN: Static file not found: /
[22:28:42.000] WARN: Static file not found: /
[22:28:46.000] WARN: Static file not found: /
[22:28:50.000] WARN: Static file not found: /
[22:28:54.000] WARN: Static file not found: /
[22:28:58.000] WARN: Static file not found: /
[22:29:02.000] WARN: Static file not found: /
[22:29:06.000] WARN: Static file not found: /
[22:29:11.000] WARN: Static file not found: /
[22:29:14.000] WARN: Static file not found: /
[22:29:18.000] WARN: Static file not found: /
[22:29:22.000] WARN: Static file not found: /
[22:29:26.000] WARN: Static file not found: /
[22:29:30.000] WARN: Static file not found: /
[22:29:34.000] WARN: Static file not found: /
[22:29:38.000] WARN: Static file not found: /
[22:29:42.000] WARN: Static file not found: /
[22:29:46.000] WARN: Static file not found: /
[22:29:51.000] WARN: Static file not found: /
[22:29:54.000] WARN: Static file not found: /
[22:29:59.000] WARN: Static file not found: /
[22:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[22:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:30:02.000] WARN: Static file not found: /
[22:30:06.000] WARN: Static file not found: /
[22:30:10.000] WARN: Static file not found: /
[22:30:14.000] WARN: Static file not found: /
[22:30:18.000] WARN: Static file not found: /
[22:30:22.000] WARN: Static file not found: /
[22:30:26.000] WARN: Static file not found: /
[22:30:30.000] WARN: Static file not found: /
[22:30:34.000] WARN: Static file not found: /
[22:30:38.000] WARN: Static file not found: /
[22:30:43.000] WARN: Static file not found: /
[22:30:46.000] WARN: Static file not found: /
[22:30:50.000] WARN: Static file not found: /
[22:30:54.000] WARN: Static file not found: /
[22:30:58.000] WARN: Static file not found: /
[22:31:02.000] WARN: Static file not found: /
[22:31:06.000] WARN: Static file not found: /
[22:31:10.000] WARN: Static file not found: /
[22:31:14.000] WARN: Static file not found: /
[22:31:18.000] WARN: Static file not found: /
[22:31:22.000] WARN: Static file not found: /
[22:31:26.000] WARN: Static file not found: /
[22:31:30.000] WARN: Static file not found: /
[22:31:34.000] WARN: Static file not found: /
[22:31:38.000] WARN: Static file not found: /
[22:31:42.000] WARN: Static file not found: /
[22:31:47.000] WARN: Static file not found: /
[22:31:50.000] WARN: Static file not found: /
[22:31:54.000] WARN: Static file not found: /
[22:31:58.000] WARN: Static file not found: /
[22:32:03.000] WARN: Static file not found: /
[22:32:06.000] WARN: Static file not found: /
[22:32:10.000] WARN: Static file not found: /
[22:32:15.000] WARN: Static file not found: /
[22:32:18.000] WARN: Static file not found: /
[22:32:23.000] WARN: Static file not found: /
[22:32:26.000] WARN: Static file not found: /
[22:32:30.000] WARN: Static file not found: /
[22:32:34.000] WARN: Static file not found: /
[22:32:39.000] WARN: Static file not found: /
[22:32:42.000] WARN: Static file not found: /
[22:32:46.000] WARN: Static file not found: /
[22:32:51.000] WARN: Static file not found: /
[22:32:54.000] WARN: Static file not found: /
[22:32:58.000] WARN: Static file not found: /
[22:33:02.000] WARN: Static file not found: /
[22:33:07.000] WARN: Static file not found: /
[22:33:10.000] WARN: Static file not found: /
[22:33:14.000] WARN: Static file not found: /
[22:33:18.000] WARN: Static file not found: /
[22:33:23.000] WARN: Static file not found: /
[22:33:26.000] WARN: Static file not found: /
[22:33:30.000] WARN: Static file not found: /
[22:33:34.000] WARN: Static file not found: /
[22:33:38.000] WARN: Static file not found: /
[22:33:42.000] WARN: Static file not found: /
[22:33:46.000] WARN: Static file not found: /
[22:33:50.000] WARN: Static file not found: /
[22:33:54.000] WARN: Static file not found: /
[22:33:58.000] WARN: Static file not found: /
[22:34:03.000] WARN: Static file not found: /
[22:34:06.000] WARN: Static file not found: /
[22:34:11.000] WARN: Static file not found: /
[22:34:14.000] WARN: Static file not found: /
[22:34:18.000] WARN: Static file not found: /
[22:34:22.000] WARN: Static file not found: /
[22:34:26.000] WARN: Static file not found: /
[22:34:30.000] WARN: Static file not found: /
[22:34:35.000] WARN: Static file not found: /
[22:34:38.000] WARN: Static file not found: /
[22:34:42.000] WARN: Static file not found: /
[22:34:46.000] WARN: Static file not found: /
[22:34:51.000] WARN: Static file not found: /
[22:34:54.000] WARN: Static file not found: /
[22:34:58.000] WARN: Static file not found: /
[22:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:35:02.000] WARN: Static file not found: /
[22:35:06.000] WARN: Static file not found: /
[22:35:10.000] WARN: Static file not found: /
[22:35:14.000] WARN: Static file not found: /
[22:35:18.000] WARN: Static file not found: /
[22:35:22.000] WARN: Static file not found: /
[22:35:26.000] WARN: Static file not found: /
[22:35:30.000] WARN: Static file not found: /
[22:35:34.000] WARN: Static file not found: /
[22:35:38.000] WARN: Static file not found: /
[22:35:42.000] WARN: Static file not found: /
[22:35:46.000] WARN: Static file not found: /
[22:35:50.000] WARN: Static file not found: /
[22:35:54.000] WARN: Static file not found: /
[22:35:58.000] WARN: Static file not found: /
[22:36:02.000] WARN: Static file not found: /
[22:36:06.000] WARN: Static file not found: /
[22:36:10.000] WARN: Static file not found: /
[22:36:14.000] WARN: Static file not found: /
[22:36:18.000] WARN: Static file not found: /
[22:36:22.000] WARN: Static file not found: /
[22:36:26.000] WARN: Static file not found: /
[22:36:31.000] WARN: Static file not found: /
[22:36:34.000] WARN: Static file not found: /
[22:36:38.000] WARN: Static file not found: /
[22:36:42.000] WARN: Static file not found: /
[22:36:46.000] WARN: Static file not found: /
[22:36:50.000] WARN: Static file not found: /
[22:36:54.000] WARN: Static file not found: /
[22:36:58.000] WARN: Static file not found: /
[22:37:02.000] WARN: Static file not found: /
[22:37:06.000] WARN: Static file not found: /
[22:37:10.000] WARN: Static file not found: /
[22:37:14.000] WARN: Static file not found: /
[22:37:18.000] WARN: Static file not found: /
[22:37:22.000] WARN: Static file not found: /
[22:37:26.000] WARN: Static file not found: /
[22:37:30.000] WARN: Static file not found: /
[22:37:34.000] WARN: Static file not found: /
[22:37:38.000] WARN: Static file not found: /
[22:37:42.000] WARN: Static file not found: /
[22:37:46.000] WARN: Static file not found: /
[22:37:50.000] WARN: Static file not found: /
[22:37:54.000] WARN: Static file not found: /
[22:37:58.000] WARN: Static file not found: /
[22:38:02.000] WARN: Static file not found: /
[22:38:06.000] WARN: Static file not found: /
[22:38:10.000] WARN: Static file not found: /
[22:38:14.000] WARN: Static file not found: /
[22:38:19.000] WARN: Static file not found: /
[22:38:22.000] WARN: Static file not found: /
[22:38:26.000] WARN: Static file not found: /
[22:38:30.000] WARN: Static file not found: /
[22:38:34.000] WARN: Static file not found: /
[22:38:38.000] WARN: Static file not found: /
[22:38:42.000] WARN: Static file not found: /
[22:38:46.000] WARN: Static file not found: /
[22:38:51.000] WARN: Static file not found: /
[22:38:54.000] WARN: Static file not found: /
[22:38:58.000] WARN: Static file not found: /
[22:39:02.000] WARN: Static file not found: /
[22:39:06.000] WARN: Static file not found: /
[22:39:10.000] WARN: Static file not found: /
[22:39:14.000] WARN: Static file not found: /
[22:39:18.000] WARN: Static file not found: /
[22:39:22.000] WARN: Static file not found: /
[22:39:27.000] WARN: Static file not found: /
[22:39:30.000] WARN: Static file not found: /
[22:39:34.000] WARN: Static file not found: /
[22:39:38.000] WARN: Static file not found: /
[22:39:42.000] WARN: Static file not found: /
[22:39:46.000] WARN: Static file not found: /
[22:39:50.000] WARN: Static file not found: /
[22:39:54.000] WARN: Static file not found: /
[22:39:58.000] WARN: Static file not found: /
[22:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:40:02.000] WARN: Static file not found: /
[22:40:07.000] WARN: Static file not found: /
[22:40:10.000] WARN: Static file not found: /
[22:40:14.000] WARN: Static file not found: /
[22:40:18.000] WARN: Static file not found: /
[22:40:22.000] WARN: Static file not found: /
[22:40:26.000] WARN: Static file not found: /
[22:40:30.000] WARN: Static file not found: /
[22:40:34.000] WARN: Static file not found: /
[22:40:38.000] WARN: Static file not found: /
[22:40:43.000] WARN: Static file not found: /
[22:40:46.000] WARN: Static file not found: /
[22:40:51.000] WARN: Static file not found: /
[22:40:54.000] WARN: Static file not found: /
[22:40:58.000] WARN: Static file not found: /
[22:41:02.000] WARN: Static file not found: /
[22:41:06.000] WARN: Static file not found: /
[22:41:12.000] WARN: Static file not found: /
[22:41:14.000] WARN: Static file not found: /
[22:41:18.000] WARN: Static file not found: /
[22:41:22.000] WARN: Static file not found: /
[22:41:26.000] WARN: Static file not found: /
[22:41:30.000] WARN: Static file not found: /
[22:41:34.000] WARN: Static file not found: /
[22:41:38.000] WARN: Static file not found: /
[22:41:42.000] WARN: Static file not found: /
[22:41:46.000] WARN: Static file not found: /
[22:41:50.000] WARN: Static file not found: /
[22:41:54.000] WARN: Static file not found: /
[22:41:58.000] WARN: Static file not found: /
[22:42:02.000] WARN: Static file not found: /
[22:42:06.000] WARN: Static file not found: /
[22:42:11.000] WARN: Static file not found: /
[22:42:14.000] WARN: Static file not found: /
[22:42:18.000] WARN: Static file not found: /
[22:42:22.000] WARN: Static file not found: /
[22:42:27.000] WARN: Static file not found: /
[22:42:30.000] WARN: Static file not found: /
[22:42:34.000] WARN: Static file not found: /
[22:42:38.000] WARN: Static file not found: /
[22:42:43.000] WARN: Static file not found: /
[22:42:46.000] WARN: Static file not found: /
[22:42:50.000] WARN: Static file not found: /
[22:42:54.000] WARN: Static file not found: /
[22:42:58.000] WARN: Static file not found: /
[22:43:02.000] WARN: Static file not found: /
[22:43:06.000] WARN: Static file not found: /
[22:43:10.000] WARN: Static file not found: /
[22:43:14.000] WARN: Static file not found: /
[22:43:18.000] WARN: Static file not found: /
[22:43:22.000] WARN: Static file not found: /
[22:43:26.000] WARN: Static file not found: /
[22:43:30.000] WARN: Static file not found: /
[22:43:34.000] WARN: Static file not found: /
[22:43:38.000] WARN: Static file not found: /
[22:43:42.000] WARN: Static file not found: /
[22:43:46.000] WARN: Static file not found: /
[22:43:50.000] WARN: Static file not found: /
[22:43:54.000] WARN: Static file not found: /
[22:43:58.000] WARN: Static file not found: /
[22:44:02.000] WARN: Static file not found: /
[22:44:07.000] WARN: Static file not found: /
[22:44:10.000] WARN: Static file not found: /
[22:44:14.000] WARN: Static file not found: /
[22:44:18.000] WARN: Static file not found: /
[22:44:22.000] WARN: Static file not found: /
[22:44:26.000] WARN: Static file not found: /
[22:44:30.000] WARN: Static file not found: /
[22:44:34.000] WARN: Static file not found: /
[22:44:38.000] WARN: Static file not found: /
[22:44:42.000] WARN: Static file not found: /
[22:44:47.000] WARN: Static file not found: /
[22:44:50.000] WARN: Static file not found: /
[22:44:54.000] WARN: Static file not found: /
[22:44:58.000] WARN: Static file not found: /
[22:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:45:02.000] WARN: Static file not found: /
[22:45:06.000] WARN: Static file not found: /
[22:45:10.000] WARN: Static file not found: /
[22:45:14.000] WARN: Static file not found: /
[22:45:18.000] WARN: Static file not found: /
[22:45:22.000] WARN: Static file not found: /
[22:45:26.000] WARN: Static file not found: /
[22:45:30.000] WARN: Static file not found: /
[22:45:34.000] WARN: Static file not found: /
[22:45:38.000] WARN: Static file not found: /
[22:45:42.000] WARN: Static file not found: /
[22:45:46.000] WARN: Static file not found: /
[22:45:50.000] WARN: Static file not found: /
[22:45:54.000] WARN: Static file not found: /
[22:45:58.000] WARN: Static file not found: /
[22:46:03.000] WARN: Static file not found: /
[22:46:06.000] WARN: Static file not found: /
[22:46:10.000] WARN: Static file not found: /
[22:46:14.000] WARN: Static file not found: /
[22:46:18.000] WARN: Static file not found: /
[22:46:22.000] WARN: Static file not found: /
[22:46:26.000] WARN: Static file not found: /
[22:46:30.000] WARN: Static file not found: /
[22:46:34.000] WARN: Static file not found: /
[22:46:38.000] WARN: Static file not found: /
[22:46:42.000] WARN: Static file not found: /
[22:46:46.000] WARN: Static file not found: /
[22:46:50.000] WARN: Static file not found: /
[22:46:54.000] WARN: Static file not found: /
[22:46:58.000] WARN: Static file not found: /
[22:47:02.000] WARN: Static file not found: /
[22:47:06.000] WARN: Static file not found: /
[22:47:11.000] WARN: Static file not found: /
[22:47:14.000] WARN: Static file not found: /
[22:47:18.000] WARN: Static file not found: /
[22:47:22.000] WARN: Static file not found: /
[22:47:26.000] WARN: Static file not found: /
[22:47:30.000] WARN: Static file not found: /
[22:47:34.000] WARN: Static file not found: /
[22:47:38.000] WARN: Static file not found: /
[22:47:42.000] WARN: Static file not found: /
[22:47:46.000] WARN: Static file not found: /
[22:47:50.000] WARN: Static file not found: /
[22:47:54.000] WARN: Static file not found: /
[22:47:58.000] WARN: Static file not found: /
[22:48:02.000] WARN: Static file not found: /
[22:48:06.000] WARN: Static file not found: /
[22:48:10.000] WARN: Static file not found: /
[22:48:14.000] WARN: Static file not found: /
[22:48:18.000] WARN: Static file not found: /
[22:48:22.000] WARN: Static file not found: /
[22:48:26.000] WARN: Static file not found: /
[22:48:30.000] WARN: Static file not found: /
[22:48:34.000] WARN: Static file not found: /
[22:48:38.000] WARN: Static file not found: /
[22:48:42.000] WARN: Static file not found: /
[22:48:46.000] WARN: Static file not found: /
[22:48:50.000] WARN: Static file not found: /
[22:48:54.000] WARN: Static file not found: /
[22:48:58.000] WARN: Static file not found: /
[22:49:03.000] WARN: Static file not found: /
[22:49:06.000] WARN: Static file not found: /
[22:49:10.000] WARN: Static file not found: /
[22:49:14.000] WARN: Static file not found: /
[22:49:18.000] WARN: Static file not found: /
[22:49:22.000] WARN: Static file not found: /
[22:49:26.000] WARN: Static file not found: /
[22:49:30.000] WARN: Static file not found: /
[22:49:34.000] WARN: Static file not found: /
[22:49:38.000] WARN: Static file not found: /
[22:49:42.000] WARN: Static file not found: /
[22:49:46.000] WARN: Static file not found: /
[22:49:50.000] WARN: Static file not found: /
[22:49:54.000] WARN: Static file not found: /
[22:49:58.000] WARN: Static file not found: /
[22:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:50:02.000] WARN: Static file not found: /
[22:50:06.000] WARN: Static file not found: /
[22:50:10.000] WARN: Static file not found: /
[22:50:14.000] WARN: Static file not found: /
[22:50:18.000] WARN: Static file not found: /
[22:50:22.000] WARN: Static file not found: /
[22:50:26.000] WARN: Static file not found: /
[22:50:30.000] WARN: Static file not found: /
[22:50:35.000] WARN: Static file not found: /
[22:50:38.000] WARN: Static file not found: /
[22:50:42.000] WARN: Static file not found: /
[22:50:46.000] WARN: Static file not found: /
[22:50:50.000] WARN: Static file not found: /
[22:50:54.000] WARN: Static file not found: /
[22:50:58.000] WARN: Static file not found: /
[22:51:02.000] WARN: Static file not found: /
[22:51:07.000] WARN: Static file not found: /
[22:51:10.000] WARN: Static file not found: /
[22:51:14.000] WARN: Static file not found: /
[22:51:18.000] WARN: Static file not found: /
[22:51:22.000] WARN: Static file not found: /
[22:51:26.000] WARN: Static file not found: /
[22:51:30.000] WARN: Static file not found: /
[22:51:34.000] WARN: Static file not found: /
[22:51:38.000] WARN: Static file not found: /
[22:51:43.000] WARN: Static file not found: /
[22:51:46.000] WARN: Static file not found: /
[22:51:50.000] WARN: Static file not found: /
[22:51:54.000] WARN: Static file not found: /
[22:51:58.000] WARN: Static file not found: /
[22:52:02.000] WARN: Static file not found: /
[22:52:06.000] WARN: Static file not found: /
[22:52:10.000] WARN: Static file not found: /
[22:52:14.000] WARN: Static file not found: /
[22:52:18.000] WARN: Static file not found: /
[22:52:22.000] WARN: Static file not found: /
[22:52:26.000] WARN: Static file not found: /
[22:52:30.000] WARN: Static file not found: /
[22:52:34.000] WARN: Static file not found: /
[22:52:38.000] WARN: Static file not found: /
[22:52:42.000] WARN: Static file not found: /
[22:52:46.000] WARN: Static file not found: /
[22:52:50.000] WARN: Static file not found: /
[22:52:54.000] WARN: Static file not found: /
[22:52:58.000] WARN: Static file not found: /
[22:53:02.000] WARN: Static file not found: /
[22:53:06.000] WARN: Static file not found: /
[22:53:10.000] WARN: Static file not found: /
[22:53:14.000] WARN: Static file not found: /
[22:53:18.000] WARN: Static file not found: /
[22:53:22.000] WARN: Static file not found: /
[22:53:26.000] WARN: Static file not found: /
[22:53:30.000] WARN: Static file not found: /
[22:53:34.000] WARN: Static file not found: /
[22:53:38.000] WARN: Static file not found: /
[22:53:42.000] WARN: Static file not found: /
[22:53:46.000] WARN: Static file not found: /
[22:53:50.000] WARN: Static file not found: /
[22:53:54.000] WARN: Static file not found: /
[22:53:58.000] WARN: Static file not found: /
[22:54:02.000] WARN: Static file not found: /
[22:54:06.000] WARN: Static file not found: /
[22:54:10.000] WARN: Static file not found: /
[22:54:14.000] WARN: Static file not found: /
[22:54:18.000] WARN: Static file not found: /
[22:54:22.000] WARN: Static file not found: /
[22:54:26.000] WARN: Static file not found: /
[22:54:30.000] WARN: Static file not found: /
[22:54:34.000] WARN: Static file not found: /
[22:54:39.000] WARN: Static file not found: /
[22:54:42.000] WARN: Static file not found: /
[22:54:46.000] WARN: Static file not found: /
[22:54:50.000] WARN: Static file not found: /
[22:54:54.000] WARN: Static file not found: /
[22:54:58.000] WARN: Static file not found: /
[22:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[22:55:02.000] WARN: Static file not found: /
[22:55:06.000] WARN: Static file not found: /
[22:55:10.000] WARN: Static file not found: /
[22:55:14.000] WARN: Static file not found: /
[22:55:18.000] WARN: Static file not found: /
[22:55:22.000] WARN: Static file not found: /
[22:55:27.000] WARN: Static file not found: /
[22:55:30.000] WARN: Static file not found: /
[22:55:34.000] WARN: Static file not found: /
[22:55:38.000] WARN: Static file not found: /
[22:55:42.000] WARN: Static file not found: /
[22:55:46.000] WARN: Static file not found: /
[22:55:50.000] WARN: Static file not found: /
[22:55:54.000] WARN: Static file not found: /
[22:55:58.000] WARN: Static file not found: /
[22:56:02.000] WARN: Static file not found: /
[22:56:06.000] WARN: Static file not found: /
[22:56:10.000] WARN: Static file not found: /
[22:56:14.000] WARN: Static file not found: /
[22:56:18.000] WARN: Static file not found: /
[22:56:22.000] WARN: Static file not found: /
[22:56:27.000] WARN: Static file not found: /
[22:56:30.000] WARN: Static file not found: /
[22:56:34.000] WARN: Static file not found: /
[22:56:38.000] WARN: Static file not found: /
[22:56:42.000] WARN: Static file not found: /
[22:56:46.000] WARN: Static file not found: /
[22:56:50.000] WARN: Static file not found: /
[22:56:54.000] WARN: Static file not found: /
[22:56:58.000] WARN: Static file not found: /
[22:57:02.000] WARN: Static file not found: /
[22:57:06.000] WARN: Static file not found: /
[22:57:10.000] WARN: Static file not found: /
[22:57:14.000] WARN: Static file not found: /
[22:57:18.000] WARN: Static file not found: /
[22:57:22.000] WARN: Static file not found: /
[22:57:26.000] WARN: Static file not found: /
[22:57:30.000] WARN: Static file not found: /
[22:57:34.000] WARN: Static file not found: /
[22:57:38.000] WARN: Static file not found: /
[22:57:42.000] WARN: Static file not found: /
[22:57:46.000] WARN: Static file not found: /
[22:57:50.000] WARN: Static file not found: /
[22:57:54.000] WARN: Static file not found: /
[22:57:58.000] WARN: Static file not found: /
[22:58:02.000] WARN: Static file not found: /
[22:58:06.000] WARN: Static file not found: /
[22:58:10.000] WARN: Static file not found: /
[22:58:14.000] WARN: Static file not found: /
[22:58:18.000] WARN: Static file not found: /
[22:58:22.000] WARN: Static file not found: /
[22:58:26.000] WARN: Static file not found: /
[22:58:30.000] WARN: Static file not found: /
[22:58:34.000] WARN: Static file not found: /
[22:58:38.000] WARN: Static file not found: /
[22:58:42.000] WARN: Static file not found: /
[22:58:46.000] WARN: Static file not found: /
[22:58:50.000] WARN: Static file not found: /
[22:58:54.000] WARN: Static file not found: /
[22:58:58.000] WARN: Static file not found: /
[22:59:02.000] WARN: Static file not found: /
[22:59:06.000] WARN: Static file not found: /
[22:59:10.000] WARN: Static file not found: /
[22:59:15.000] WARN: Static file not found: /
[22:59:18.000] WARN: Static file not found: /
[22:59:22.000] WARN: Static file not found: /
[22:59:26.000] WARN: Static file not found: /
[22:59:30.000] WARN: Static file not found: /
[22:59:34.000] WARN: Static file not found: /
[22:59:38.000] WARN: Static file not found: /
[22:59:42.000] WARN: Static file not found: /
[22:59:46.000] WARN: Static file not found: /
[22:59:50.000] WARN: Static file not found: /
[22:59:54.000] WARN: Static file not found: /
[22:59:58.000] WARN: Static file not found: /
[23:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[23:00:02.000] WARN: Static file not found: /
[23:00:06.000] WARN: Static file not found: /
[23:00:10.000] WARN: Static file not found: /
[23:00:14.000] WARN: Static file not found: /
[23:00:18.000] WARN: Static file not found: /
[23:00:22.000] WARN: Static file not found: /
[23:00:26.000] WARN: Static file not found: /
[23:00:30.000] WARN: Static file not found: /
[23:00:34.000] WARN: Static file not found: /
[23:00:38.000] WARN: Static file not found: /
[23:00:42.000] WARN: Static file not found: /
[23:00:46.000] WARN: Static file not found: /
[23:00:50.000] WARN: Static file not found: /
[23:00:54.000] WARN: Static file not found: /
[23:00:58.000] WARN: Static file not found: /
[23:01:02.000] WARN: Static file not found: /
[23:01:06.000] WARN: Static file not found: /
[23:01:10.000] WARN: Static file not found: /
[23:01:14.000] WARN: Static file not found: /
[23:01:18.000] WARN: Static file not found: /
[23:01:22.000] WARN: Static file not found: /
[23:01:26.000] WARN: Static file not found: /
[23:01:30.000] WARN: Static file not found: /
[23:01:35.000] WARN: Static file not found: /
[23:01:38.000] WARN: Static file not found: /
[23:01:42.000] WARN: Static file not found: /
[23:01:46.000] WARN: Static file not found: /
[23:01:50.000] WARN: Static file not found: /
[23:01:54.000] WARN: Static file not found: /
[23:01:58.000] WARN: Static file not found: /
[23:02:02.000] WARN: Static file not found: /
[23:02:06.000] WARN: Static file not found: /
[23:02:10.000] WARN: Static file not found: /
[23:02:14.000] WARN: Static file not found: /
[23:02:18.000] WARN: Static file not found: /
[23:02:22.000] WARN: Static file not found: /
[23:02:26.000] WARN: Static file not found: /
[23:02:30.000] WARN: Static file not found: /
[23:02:34.000] WARN: Static file not found: /
[23:02:38.000] WARN: Static file not found: /
[23:02:42.000] WARN: Static file not found: /
[23:02:46.000] WARN: Static file not found: /
[23:02:50.000] WARN: Static file not found: /
[23:02:54.000] WARN: Static file not found: /
[23:02:58.000] WARN: Static file not found: /
[23:03:02.000] WARN: Static file not found: /
[23:03:06.000] WARN: Static file not found: /
[23:03:10.000] WARN: Static file not found: /
[23:03:14.000] WARN: Static file not found: /
[23:03:18.000] WARN: Static file not found: /
[23:03:22.000] WARN: Static file not found: /
[23:03:26.000] WARN: Static file not found: /
[23:03:30.000] WARN: Static file not found: /
[23:03:34.000] WARN: Static file not found: /
[23:03:38.000] WARN: Static file not found: /
[23:03:42.000] WARN: Static file not found: /
[23:03:46.000] WARN: Static file not found: /
[23:03:50.000] WARN: Static file not found: /
[23:03:54.000] WARN: Static file not found: /
[23:03:58.000] WARN: Static file not found: /
[23:04:02.000] WARN: Static file not found: /
[23:04:06.000] WARN: Static file not found: /
[23:04:10.000] WARN: Static file not found: /
[23:04:14.000] WARN: Static file not found: /
[23:04:18.000] WARN: Static file not found: /
[23:04:22.000] WARN: Static file not found: /
[23:04:26.000] WARN: Static file not found: /
[23:04:30.000] WARN: Static file not found: /
[23:04:34.000] WARN: Static file not found: /
[23:04:38.000] WARN: Static file not found: /
[23:04:42.000] WARN: Static file not found: /
[23:04:46.000] WARN: Static file not found: /
[23:04:50.000] WARN: Static file not found: /
[23:04:54.000] WARN: Static file not found: /
[23:04:58.000] WARN: Static file not found: /
[23:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:05:02.000] WARN: Static file not found: /
[23:05:06.000] WARN: Static file not found: /
[23:05:10.000] WARN: Static file not found: /
[23:05:14.000] WARN: Static file not found: /
[23:05:18.000] WARN: Static file not found: /
[23:05:22.000] WARN: Static file not found: /
[23:05:26.000] WARN: Static file not found: /
[23:05:30.000] WARN: Static file not found: /
[23:05:34.000] WARN: Static file not found: /
[23:05:38.000] WARN: Static file not found: /
[23:05:42.000] WARN: Static file not found: /
[23:05:46.000] WARN: Static file not found: /
[23:05:50.000] WARN: Static file not found: /
[23:05:54.000] WARN: Static file not found: /
[23:05:58.000] WARN: Static file not found: /
[23:06:02.000] WARN: Static file not found: /
[23:06:06.000] WARN: Static file not found: /
[23:06:10.000] WARN: Static file not found: /
[23:06:14.000] WARN: Static file not found: /
[23:06:18.000] WARN: Static file not found: /
[23:06:22.000] WARN: Static file not found: /
[23:06:26.000] WARN: Static file not found: /
[23:06:30.000] WARN: Static file not found: /
[23:06:34.000] WARN: Static file not found: /
[23:06:38.000] WARN: Static file not found: /
[23:06:42.000] WARN: Static file not found: /
[23:06:46.000] WARN: Static file not found: /
[23:06:50.000] WARN: Static file not found: /
[23:06:54.000] WARN: Static file not found: /
[23:06:58.000] WARN: Static file not found: /
[23:07:02.000] WARN: Static file not found: /
[23:07:06.000] WARN: Static file not found: /
[23:07:10.000] WARN: Static file not found: /
[23:07:14.000] WARN: Static file not found: /
[23:07:18.000] WARN: Static file not found: /
[23:07:22.000] WARN: Static file not found: /
[23:07:26.000] WARN: Static file not found: /
[23:07:30.000] WARN: Static file not found: /
[23:07:34.000] WARN: Static file not found: /
[23:07:38.000] WARN: Static file not found: /
[23:07:43.000] WARN: Static file not found: /
[23:07:46.000] WARN: Static file not found: /
[23:07:50.000] WARN: Static file not found: /
[23:07:54.000] WARN: Static file not found: /
[23:07:58.000] WARN: Static file not found: /
[23:08:02.000] WARN: Static file not found: /
[23:08:06.000] WARN: Static file not found: /
[23:08:10.000] WARN: Static file not found: /
[23:08:14.000] WARN: Static file not found: /
[23:08:18.000] WARN: Static file not found: /
[23:08:22.000] WARN: Static file not found: /
[23:08:26.000] WARN: Static file not found: /
[23:08:30.000] WARN: Static file not found: /
[23:08:34.000] WARN: Static file not found: /
[23:08:38.000] WARN: Static file not found: /
[23:08:42.000] WARN: Static file not found: /
[23:08:46.000] WARN: Static file not found: /
[23:08:50.000] WARN: Static file not found: /
[23:08:54.000] WARN: Static file not found: /
[23:08:58.000] WARN: Static file not found: /
[23:09:02.000] WARN: Static file not found: /
[23:09:06.000] WARN: Static file not found: /
[23:09:10.000] WARN: Static file not found: /
[23:09:15.000] WARN: Static file not found: /
[23:09:18.000] WARN: Static file not found: /
[23:09:22.000] WARN: Static file not found: /
[23:09:26.000] WARN: Static file not found: /
[23:09:30.000] WARN: Static file not found: /
[23:09:34.000] WARN: Static file not found: /
[23:09:38.000] WARN: Static file not found: /
[23:09:42.000] WARN: Static file not found: /
[23:09:46.000] WARN: Static file not found: /
[23:09:50.000] WARN: Static file not found: /
[23:09:54.000] WARN: Static file not found: /
[23:09:58.000] WARN: Static file not found: /
[23:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:10:02.000] WARN: Static file not found: /
[23:10:06.000] WARN: Static file not found: /
[23:10:10.000] WARN: Static file not found: /
[23:10:14.000] WARN: Static file not found: /
[23:10:18.000] WARN: Static file not found: /
[23:10:22.000] WARN: Static file not found: /
[23:10:26.000] WARN: Static file not found: /
[23:10:30.000] WARN: Static file not found: /
[23:10:34.000] WARN: Static file not found: /
[23:10:38.000] WARN: Static file not found: /
[23:10:42.000] WARN: Static file not found: /
[23:10:46.000] WARN: Static file not found: /
[23:10:51.000] WARN: Static file not found: /
[23:10:54.000] WARN: Static file not found: /
[23:10:58.000] WARN: Static file not found: /
[23:11:02.000] WARN: Static file not found: /
[23:11:06.000] WARN: Static file not found: /
[23:11:10.000] WARN: Static file not found: /
[23:11:14.000] WARN: Static file not found: /
[23:11:18.000] WARN: Static file not found: /
[23:11:22.000] WARN: Static file not found: /
[23:11:26.000] WARN: Static file not found: /
[23:11:30.000] WARN: Static file not found: /
[23:11:34.000] WARN: Static file not found: /
[23:11:38.000] WARN: Static file not found: /
[23:11:42.000] WARN: Static file not found: /
[23:11:46.000] WARN: Static file not found: /
[23:11:50.000] WARN: Static file not found: /
[23:11:54.000] WARN: Static file not found: /
[23:11:58.000] WARN: Static file not found: /
[23:12:02.000] WARN: Static file not found: /
[23:12:07.000] WARN: Static file not found: /
[23:12:10.000] WARN: Static file not found: /
[23:12:15.000] WARN: Static file not found: /
[23:12:18.000] WARN: Static file not found: /
[23:12:22.000] WARN: Static file not found: /
[23:12:26.000] WARN: Static file not found: /
[23:12:30.000] WARN: Static file not found: /
[23:12:34.000] WARN: Static file not found: /
[23:12:38.000] WARN: Static file not found: /
[23:12:42.000] WARN: Static file not found: /
[23:12:46.000] WARN: Static file not found: /
[23:12:50.000] WARN: Static file not found: /
[23:12:54.000] WARN: Static file not found: /
[23:12:58.000] WARN: Static file not found: /
[23:13:02.000] WARN: Static file not found: /
[23:13:06.000] WARN: Static file not found: /
[23:13:10.000] WARN: Static file not found: /
[23:13:14.000] WARN: Static file not found: /
[23:13:18.000] WARN: Static file not found: /
[23:13:22.000] WARN: Static file not found: /
[23:13:26.000] WARN: Static file not found: /
[23:13:30.000] WARN: Static file not found: /
[23:13:34.000] WARN: Static file not found: /
[23:13:38.000] WARN: Static file not found: /
[23:13:42.000] WARN: Static file not found: /
[23:13:46.000] WARN: Static file not found: /
[23:13:50.000] WARN: Static file not found: /
[23:13:54.000] WARN: Static file not found: /
[23:13:58.000] WARN: Static file not found: /
[23:14:03.000] WARN: Static file not found: /
[23:14:06.000] WARN: Static file not found: /
[23:14:10.000] WARN: Static file not found: /
[23:14:14.000] WARN: Static file not found: /
[23:14:18.000] WARN: Static file not found: /
[23:14:22.000] WARN: Static file not found: /
[23:14:26.000] WARN: Static file not found: /
[23:14:30.000] WARN: Static file not found: /
[23:14:34.000] WARN: Static file not found: /
[23:14:38.000] WARN: Static file not found: /
[23:14:42.000] WARN: Static file not found: /
[23:14:46.000] WARN: Static file not found: /
[23:14:50.000] WARN: Static file not found: /
[23:14:54.000] WARN: Static file not found: /
[23:14:58.000] WARN: Static file not found: /
[23:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[23:15:02.000] WARN: Static file not found: /
[23:15:06.000] WARN: Static file not found: /
[23:15:10.000] WARN: Static file not found: /
[23:15:14.000] WARN: Static file not found: /
[23:15:18.000] WARN: Static file not found: /
[23:15:22.000] WARN: Static file not found: /
[23:15:26.000] WARN: Static file not found: /
[23:15:30.000] WARN: Static file not found: /
[23:15:34.000] WARN: Static file not found: /
[23:15:38.000] WARN: Static file not found: /
[23:15:42.000] WARN: Static file not found: /
[23:15:46.000] WARN: Static file not found: /
[23:15:50.000] WARN: Static file not found: /
[23:15:54.000] WARN: Static file not found: /
[23:15:58.000] WARN: Static file not found: /
[23:16:02.000] WARN: Static file not found: /
[23:16:06.000] WARN: Static file not found: /
[23:16:10.000] WARN: Static file not found: /
[23:16:14.000] WARN: Static file not found: /
[23:16:18.000] WARN: Static file not found: /
[23:16:22.000] WARN: Static file not found: /
[23:16:26.000] WARN: Static file not found: /
[23:16:30.000] WARN: Static file not found: /
[23:16:34.000] WARN: Static file not found: /
[23:16:38.000] WARN: Static file not found: /
[23:16:42.000] WARN: Static file not found: /
[23:16:46.000] WARN: Static file not found: /
[23:16:50.000] WARN: Static file not found: /
[23:16:54.000] WARN: Static file not found: /
[23:16:58.000] WARN: Static file not found: /
[23:17:02.000] WARN: Static file not found: /
[23:17:06.000] WARN: Static file not found: /
[23:17:10.000] WARN: Static file not found: /
[23:17:14.000] WARN: Static file not found: /
[23:17:18.000] WARN: Static file not found: /
[23:17:22.000] WARN: Static file not found: /
[23:17:26.000] WARN: Static file not found: /
[23:17:30.000] WARN: Static file not found: /
[23:17:34.000] WARN: Static file not found: /
[23:17:38.000] WARN: Static file not found: /
[23:17:43.000] WARN: Static file not found: /
[23:17:46.000] WARN: Static file not found: /
[23:17:50.000] WARN: Static file not found: /
[23:17:54.000] WARN: Static file not found: /
[23:17:58.000] WARN: Static file not found: /
[23:18:03.000] WARN: Static file not found: /
[23:18:06.000] WARN: Static file not found: /
[23:18:10.000] WARN: Static file not found: /
[23:18:15.000] WARN: Static file not found: /
[23:18:18.000] WARN: Static file not found: /
[23:18:22.000] WARN: Static file not found: /
[23:18:26.000] WARN: Static file not found: /
[23:18:30.000] WARN: Static file not found: /
[23:18:34.000] WARN: Static file not found: /
[23:18:38.000] WARN: Static file not found: /
[23:18:42.000] WARN: Static file not found: /
[23:18:46.000] WARN: Static file not found: /
[23:18:50.000] WARN: Static file not found: /
[23:18:54.000] WARN: Static file not found: /
[23:18:58.000] WARN: Static file not found: /
[23:19:02.000] WARN: Static file not found: /
[23:19:06.000] WARN: Static file not found: /
[23:19:10.000] WARN: Static file not found: /
[23:19:15.000] WARN: Static file not found: /
[23:19:18.000] WARN: Static file not found: /
[23:19:22.000] WARN: Static file not found: /
[23:19:26.000] WARN: Static file not found: /
[23:19:30.000] WARN: Static file not found: /
[23:19:34.000] WARN: Static file not found: /
[23:19:38.000] WARN: Static file not found: /
[23:19:42.000] WARN: Static file not found: /
[23:19:46.000] WARN: Static file not found: /
[23:19:50.000] WARN: Static file not found: /
[23:19:54.000] WARN: Static file not found: /
[23:19:58.000] WARN: Static file not found: /
[23:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:20:02.000] WARN: Static file not found: /
[23:20:06.000] WARN: Static file not found: /
[23:20:10.000] WARN: Static file not found: /
[23:20:14.000] WARN: Static file not found: /
[23:20:18.000] WARN: Static file not found: /
[23:20:22.000] WARN: Static file not found: /
[23:20:26.000] WARN: Static file not found: /
[23:20:30.000] WARN: Static file not found: /
[23:20:34.000] WARN: Static file not found: /
[23:20:38.000] WARN: Static file not found: /
[23:20:42.000] WARN: Static file not found: /
[23:20:46.000] WARN: Static file not found: /
[23:20:50.000] WARN: Static file not found: /
[23:20:54.000] WARN: Static file not found: /
[23:20:58.000] WARN: Static file not found: /
[23:21:02.000] WARN: Static file not found: /
[23:21:06.000] WARN: Static file not found: /
[23:21:10.000] WARN: Static file not found: /
[23:21:14.000] WARN: Static file not found: /
[23:21:18.000] WARN: Static file not found: /
[23:21:22.000] WARN: Static file not found: /
[23:21:26.000] WARN: Static file not found: /
[23:21:30.000] WARN: Static file not found: /
[23:21:34.000] WARN: Static file not found: /
[23:21:38.000] WARN: Static file not found: /
[23:21:42.000] WARN: Static file not found: /
[23:21:46.000] WARN: Static file not found: /
[23:21:50.000] WARN: Static file not found: /
[23:21:54.000] WARN: Static file not found: /
[23:21:58.000] WARN: Static file not found: /
[23:22:02.000] WARN: Static file not found: /
[23:22:06.000] WARN: Static file not found: /
[23:22:10.000] WARN: Static file not found: /
[23:22:14.000] WARN: Static file not found: /
[23:22:18.000] WARN: Static file not found: /
[23:22:22.000] WARN: Static file not found: /
[23:22:26.000] WARN: Static file not found: /
[23:22:30.000] WARN: Static file not found: /
[23:22:34.000] WARN: Static file not found: /
[23:22:38.000] WARN: Static file not found: /
[23:22:42.000] WARN: Static file not found: /
[23:22:46.000] WARN: Static file not found: /
[23:22:50.000] WARN: Static file not found: /
[23:22:54.000] WARN: Static file not found: /
[23:22:58.000] WARN: Static file not found: /
[23:23:02.000] WARN: Static file not found: /
[23:23:06.000] WARN: Static file not found: /
[23:23:10.000] WARN: Static file not found: /
[23:23:14.000] WARN: Static file not found: /
[23:23:18.000] WARN: Static file not found: /
[23:23:22.000] WARN: Static file not found: /
[23:23:26.000] WARN: Static file not found: /
[23:23:30.000] WARN: Static file not found: /
[23:23:34.000] WARN: Static file not found: /
[23:23:38.000] WARN: Static file not found: /
[23:23:42.000] WARN: Static file not found: /
[23:23:46.000] WARN: Static file not found: /
[23:23:50.000] WARN: Static file not found: /
[23:23:54.000] WARN: Static file not found: /
[23:23:58.000] WARN: Static file not found: /
[23:24:02.000] WARN: Static file not found: /
[23:24:06.000] WARN: Static file not found: /
[23:24:10.000] WARN: Static file not found: /
[23:24:14.000] WARN: Static file not found: /
[23:24:18.000] WARN: Static file not found: /
[23:24:22.000] WARN: Static file not found: /
[23:24:26.000] WARN: Static file not found: /
[23:24:30.000] WARN: Static file not found: /
[23:24:34.000] WARN: Static file not found: /
[23:24:38.000] WARN: Static file not found: /
[23:24:42.000] WARN: Static file not found: /
[23:24:48.000] WARN: Static file not found: /
[23:24:50.000] WARN: Static file not found: /
[23:24:54.000] WARN: Static file not found: /
[23:24:58.000] WARN: Static file not found: /
[23:25:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:25:02.000] WARN: Static file not found: /
[23:25:06.000] WARN: Static file not found: /
[23:25:11.000] WARN: Static file not found: /
[23:25:14.000] WARN: Static file not found: /
[23:25:18.000] WARN: Static file not found: /
[23:25:22.000] WARN: Static file not found: /
[23:25:26.000] WARN: Static file not found: /
[23:25:30.000] WARN: Static file not found: /
[23:25:35.000] WARN: Static file not found: /
[23:25:38.000] WARN: Static file not found: /
[23:25:42.000] WARN: Static file not found: /
[23:25:46.000] WARN: Static file not found: /
[23:25:50.000] WARN: Static file not found: /
[23:25:54.000] WARN: Static file not found: /
[23:25:58.000] WARN: Static file not found: /
[23:26:02.000] WARN: Static file not found: /
[23:26:06.000] WARN: Static file not found: /
[23:26:10.000] WARN: Static file not found: /
[23:26:14.000] WARN: Static file not found: /
[23:26:18.000] WARN: Static file not found: /
[23:26:22.000] WARN: Static file not found: /
[23:26:26.000] WARN: Static file not found: /
[23:26:30.000] WARN: Static file not found: /
[23:26:34.000] WARN: Static file not found: /
[23:26:38.000] WARN: Static file not found: /
[23:26:42.000] WARN: Static file not found: /
[23:26:46.000] WARN: Static file not found: /
[23:26:50.000] WARN: Static file not found: /
[23:26:54.000] WARN: Static file not found: /
[23:26:58.000] WARN: Static file not found: /
[23:27:02.000] WARN: Static file not found: /
[23:27:06.000] WARN: Static file not found: /
[23:27:10.000] WARN: Static file not found: /
[23:27:14.000] WARN: Static file not found: /
[23:27:18.000] WARN: Static file not found: /
[23:27:22.000] WARN: Static file not found: /
[23:27:26.000] WARN: Static file not found: /
[23:27:30.000] WARN: Static file not found: /
[23:27:34.000] WARN: Static file not found: /
[23:27:38.000] WARN: Static file not found: /
[23:27:42.000] WARN: Static file not found: /
[23:27:46.000] WARN: Static file not found: /
[23:27:50.000] WARN: Static file not found: /
[23:27:54.000] WARN: Static file not found: /
[23:27:58.000] WARN: Static file not found: /
[23:28:02.000] WARN: Static file not found: /
[23:28:06.000] WARN: Static file not found: /
[23:28:10.000] WARN: Static file not found: /
[23:28:14.000] WARN: Static file not found: /
[23:28:18.000] WARN: Static file not found: /
[23:28:22.000] WARN: Static file not found: /
[23:28:28.000] WARN: Static file not found: /
[23:28:30.000] WARN: Static file not found: /
[23:28:34.000] WARN: Static file not found: /
[23:28:38.000] WARN: Static file not found: /
[23:28:42.000] WARN: Static file not found: /
[23:28:46.000] WARN: Static file not found: /
[23:28:50.000] WARN: Static file not found: /
[23:28:54.000] WARN: Static file not found: /
[23:28:58.000] WARN: Static file not found: /
[23:29:02.000] WARN: Static file not found: /
[23:29:06.000] WARN: Static file not found: /
[23:29:10.000] WARN: Static file not found: /
[23:29:14.000] WARN: Static file not found: /
[23:29:18.000] WARN: Static file not found: /
[23:29:22.000] WARN: Static file not found: /
[23:29:26.000] WARN: Static file not found: /
[23:29:30.000] WARN: Static file not found: /
[23:29:34.000] WARN: Static file not found: /
[23:29:38.000] WARN: Static file not found: /
[23:29:42.000] WARN: Static file not found: /
[23:29:46.000] WARN: Static file not found: /
[23:29:50.000] WARN: Static file not found: /
[23:29:54.000] WARN: Static file not found: /
[23:29:58.000] WARN: Static file not found: /
[23:30:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:30:00.000] INFO: Bookings set to Done (past check-out, Upcoming/Ongoing): 0
[23:30:02.000] WARN: Static file not found: /
[23:30:06.000] WARN: Static file not found: /
[23:30:10.000] WARN: Static file not found: /
[23:30:14.000] WARN: Static file not found: /
[23:30:18.000] WARN: Static file not found: /
[23:30:22.000] WARN: Static file not found: /
[23:30:26.000] WARN: Static file not found: /
[23:30:32.000] WARN: Static file not found: /
[23:30:34.000] WARN: Static file not found: /
[23:30:38.000] WARN: Static file not found: /
[23:30:42.000] WARN: Static file not found: /
[23:30:46.000] WARN: Static file not found: /
[23:30:50.000] WARN: Static file not found: /
[23:30:54.000] WARN: Static file not found: /
[23:30:58.000] WARN: Static file not found: /
[23:31:02.000] WARN: Static file not found: /
[23:31:06.000] WARN: Static file not found: /
[23:31:10.000] WARN: Static file not found: /
[23:31:14.000] WARN: Static file not found: /
[23:31:18.000] WARN: Static file not found: /
[23:31:22.000] WARN: Static file not found: /
[23:31:26.000] WARN: Static file not found: /
[23:31:30.000] WARN: Static file not found: /
[23:31:34.000] WARN: Static file not found: /
[23:31:38.000] WARN: Static file not found: /
[23:31:42.000] WARN: Static file not found: /
[23:31:46.000] WARN: Static file not found: /
[23:31:50.000] WARN: Static file not found: /
[23:31:54.000] WARN: Static file not found: /
[23:31:58.000] WARN: Static file not found: /
[23:32:02.000] WARN: Static file not found: /
[23:32:06.000] WARN: Static file not found: /
[23:32:10.000] WARN: Static file not found: /
[23:32:14.000] WARN: Static file not found: /
[23:32:18.000] WARN: Static file not found: /
[23:32:22.000] WARN: Static file not found: /
[23:32:26.000] WARN: Static file not found: /
[23:32:30.000] WARN: Static file not found: /
[23:32:34.000] WARN: Static file not found: /
[23:32:38.000] WARN: Static file not found: /
[23:32:42.000] WARN: Static file not found: /
[23:32:46.000] WARN: Static file not found: /
[23:32:50.000] WARN: Static file not found: /
[23:32:54.000] WARN: Static file not found: /
[23:32:58.000] WARN: Static file not found: /
[23:33:02.000] WARN: Static file not found: /
[23:33:06.000] WARN: Static file not found: /
[23:33:10.000] WARN: Static file not found: /
[23:33:14.000] WARN: Static file not found: /
[23:33:18.000] WARN: Static file not found: /
[23:33:22.000] WARN: Static file not found: /
[23:33:26.000] WARN: Static file not found: /
[23:33:30.000] WARN: Static file not found: /
[23:33:34.000] WARN: Static file not found: /
[23:33:38.000] WARN: Static file not found: /
[23:33:42.000] WARN: Static file not found: /
[23:33:46.000] WARN: Static file not found: /
[23:33:50.000] WARN: Static file not found: /
[23:33:54.000] WARN: Static file not found: /
[23:33:58.000] WARN: Static file not found: /
[23:34:02.000] WARN: Static file not found: /
[23:34:06.000] WARN: Static file not found: /
[23:34:10.000] WARN: Static file not found: /
[23:34:14.000] WARN: Static file not found: /
[23:34:18.000] WARN: Static file not found: /
[23:34:22.000] WARN: Static file not found: /
[23:34:26.000] WARN: Static file not found: /
[23:34:30.000] WARN: Static file not found: /
[23:34:34.000] WARN: Static file not found: /
[23:34:38.000] WARN: Static file not found: /
[23:34:42.000] WARN: Static file not found: /
[23:34:46.000] WARN: Static file not found: /
[23:34:50.000] WARN: Static file not found: /
[23:34:55.000] WARN: Static file not found: /
[23:34:58.000] WARN: Static file not found: /
[23:35:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:35:02.000] WARN: Static file not found: /
[23:35:06.000] WARN: Static file not found: /
[23:35:10.000] WARN: Static file not found: /
[23:35:14.000] WARN: Static file not found: /
[23:35:18.000] WARN: Static file not found: /
[23:35:22.000] WARN: Static file not found: /
[23:35:26.000] WARN: Static file not found: /
[23:35:30.000] WARN: Static file not found: /
[23:35:34.000] WARN: Static file not found: /
[23:35:38.000] WARN: Static file not found: /
[23:35:42.000] WARN: Static file not found: /
[23:35:46.000] WARN: Static file not found: /
[23:35:50.000] WARN: Static file not found: /
[23:35:54.000] WARN: Static file not found: /
[23:35:58.000] WARN: Static file not found: /
[23:36:02.000] WARN: Static file not found: /
[23:36:06.000] WARN: Static file not found: /
[23:36:10.000] WARN: Static file not found: /
[23:36:14.000] WARN: Static file not found: /
[23:36:18.000] WARN: Static file not found: /
[23:36:22.000] WARN: Static file not found: /
[23:36:26.000] WARN: Static file not found: /
[23:36:30.000] WARN: Static file not found: /
[23:36:34.000] WARN: Static file not found: /
[23:36:38.000] WARN: Static file not found: /
[23:36:42.000] WARN: Static file not found: /
[23:36:46.000] WARN: Static file not found: /
[23:36:50.000] WARN: Static file not found: /
[23:36:54.000] WARN: Static file not found: /
[23:36:58.000] WARN: Static file not found: /
[23:37:02.000] WARN: Static file not found: /
[23:37:06.000] WARN: Static file not found: /
[23:37:10.000] WARN: Static file not found: /
[23:37:14.000] WARN: Static file not found: /
[23:37:18.000] WARN: Static file not found: /
[23:37:22.000] WARN: Static file not found: /
[23:37:26.000] WARN: Static file not found: /
[23:37:30.000] WARN: Static file not found: /
[23:37:34.000] WARN: Static file not found: /
[23:37:38.000] WARN: Static file not found: /
[23:37:42.000] WARN: Static file not found: /
[23:37:46.000] WARN: Static file not found: /
[23:37:50.000] WARN: Static file not found: /
[23:37:54.000] WARN: Static file not found: /
[23:37:58.000] WARN: Static file not found: /
[23:38:02.000] WARN: Static file not found: /
[23:38:06.000] WARN: Static file not found: /
[23:38:10.000] WARN: Static file not found: /
[23:38:14.000] WARN: Static file not found: /
[23:38:18.000] WARN: Static file not found: /
[23:38:22.000] WARN: Static file not found: /
[23:38:26.000] WARN: Static file not found: /
[23:38:30.000] WARN: Static file not found: /
[23:38:34.000] WARN: Static file not found: /
[23:38:38.000] WARN: Static file not found: /
[23:38:42.000] WARN: Static file not found: /
[23:38:46.000] WARN: Static file not found: /
[23:38:50.000] WARN: Static file not found: /
[23:38:54.000] WARN: Static file not found: /
[23:38:58.000] WARN: Static file not found: /
[23:39:02.000] WARN: Static file not found: /
[23:39:06.000] WARN: Static file not found: /
[23:39:10.000] WARN: Static file not found: /
[23:39:14.000] WARN: Static file not found: /
[23:39:18.000] WARN: Static file not found: /
[23:39:22.000] WARN: Static file not found: /
[23:39:26.000] WARN: Static file not found: /
[23:39:30.000] WARN: Static file not found: /
[23:39:34.000] WARN: Static file not found: /
[23:39:38.000] WARN: Static file not found: /
[23:39:42.000] WARN: Static file not found: /
[23:39:46.000] WARN: Static file not found: /
[23:39:50.000] WARN: Static file not found: /
[23:39:54.000] WARN: Static file not found: /
[23:39:58.000] WARN: Static file not found: /
[23:40:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:40:02.000] WARN: Static file not found: /
[23:40:06.000] WARN: Static file not found: /
[23:40:10.000] WARN: Static file not found: /
[23:40:14.000] WARN: Static file not found: /
[23:40:18.000] WARN: Static file not found: /
[23:40:22.000] WARN: Static file not found: /
[23:40:26.000] WARN: Static file not found: /
[23:40:30.000] WARN: Static file not found: /
[23:40:34.000] WARN: Static file not found: /
[23:40:38.000] WARN: Static file not found: /
[23:40:42.000] WARN: Static file not found: /
[23:40:46.000] WARN: Static file not found: /
[23:40:50.000] WARN: Static file not found: /
[23:40:54.000] WARN: Static file not found: /
[23:40:58.000] WARN: Static file not found: /
[23:41:02.000] WARN: Static file not found: /
[23:41:06.000] WARN: Static file not found: /
[23:41:10.000] WARN: Static file not found: /
[23:41:14.000] WARN: Static file not found: /
[23:41:18.000] WARN: Static file not found: /
[23:41:22.000] WARN: Static file not found: /
[23:41:26.000] WARN: Static file not found: /
[23:41:30.000] WARN: Static file not found: /
[23:41:34.000] WARN: Static file not found: /
[23:41:38.000] WARN: Static file not found: /
[23:41:42.000] WARN: Static file not found: /
[23:41:46.000] WARN: Static file not found: /
[23:41:50.000] WARN: Static file not found: /
[23:41:54.000] WARN: Static file not found: /
[23:41:58.000] WARN: Static file not found: /
[23:42:02.000] WARN: Static file not found: /
[23:42:06.000] WARN: Static file not found: /
[23:42:10.000] WARN: Static file not found: /
[23:42:14.000] WARN: Static file not found: /
[23:42:18.000] WARN: Static file not found: /
[23:42:22.000] WARN: Static file not found: /
[23:42:26.000] WARN: Static file not found: /
[23:42:30.000] WARN: Static file not found: /
[23:42:34.000] WARN: Static file not found: /
[23:42:38.000] WARN: Static file not found: /
[23:42:42.000] WARN: Static file not found: /
[23:42:46.000] WARN: Static file not found: /
[23:42:50.000] WARN: Static file not found: /
[23:42:54.000] WARN: Static file not found: /
[23:42:58.000] WARN: Static file not found: /
[23:43:02.000] WARN: Static file not found: /
[23:43:06.000] WARN: Static file not found: /
[23:43:10.000] WARN: Static file not found: /
[23:43:14.000] WARN: Static file not found: /
[23:43:18.000] WARN: Static file not found: /
[23:43:22.000] WARN: Static file not found: /
[23:43:26.000] WARN: Static file not found: /
[23:43:31.000] WARN: Static file not found: /
[23:43:34.000] WARN: Static file not found: /
[23:43:38.000] WARN: Static file not found: /
[23:43:42.000] WARN: Static file not found: /
[23:43:46.000] WARN: Static file not found: /
[23:43:50.000] WARN: Static file not found: /
[23:43:54.000] WARN: Static file not found: /
[23:43:59.000] WARN: Static file not found: /
[23:44:02.000] WARN: Static file not found: /
[23:44:06.000] WARN: Static file not found: /
[23:44:10.000] WARN: Static file not found: /
[23:44:14.000] WARN: Static file not found: /
[23:44:18.000] WARN: Static file not found: /
[23:44:22.000] WARN: Static file not found: /
[23:44:26.000] WARN: Static file not found: /
[23:44:30.000] WARN: Static file not found: /
[23:44:34.000] WARN: Static file not found: /
[23:44:38.000] WARN: Static file not found: /
[23:44:42.000] WARN: Static file not found: /
[23:44:46.000] WARN: Static file not found: /
[23:44:50.000] WARN: Static file not found: /
[23:44:54.000] WARN: Static file not found: /
[23:44:58.000] WARN: Static file not found: /
[23:45:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:45:02.000] WARN: Static file not found: /
[23:45:07.000] WARN: Static file not found: /
[23:45:10.000] WARN: Static file not found: /
[23:45:14.000] WARN: Static file not found: /
[23:45:18.000] WARN: Static file not found: /
[23:45:22.000] WARN: Static file not found: /
[23:45:26.000] WARN: Static file not found: /
[23:45:30.000] WARN: Static file not found: /
[23:45:34.000] WARN: Static file not found: /
[23:45:38.000] WARN: Static file not found: /
[23:45:42.000] WARN: Static file not found: /
[23:45:46.000] WARN: Static file not found: /
[23:45:50.000] WARN: Static file not found: /
[23:45:54.000] WARN: Static file not found: /
[23:45:58.000] WARN: Static file not found: /
[23:46:02.000] WARN: Static file not found: /
[23:46:06.000] WARN: Static file not found: /
[23:46:10.000] WARN: Static file not found: /
[23:46:14.000] WARN: Static file not found: /
[23:46:18.000] WARN: Static file not found: /
[23:46:22.000] WARN: Static file not found: /
[23:46:26.000] WARN: Static file not found: /
[23:46:30.000] WARN: Static file not found: /
[23:46:34.000] WARN: Static file not found: /
[23:46:38.000] WARN: Static file not found: /
[23:46:42.000] WARN: Static file not found: /
[23:46:46.000] WARN: Static file not found: /
[23:46:50.000] WARN: Static file not found: /
[23:46:54.000] WARN: Static file not found: /
[23:46:58.000] WARN: Static file not found: /
[23:47:02.000] WARN: Static file not found: /
[23:47:06.000] WARN: Static file not found: /
[23:47:10.000] WARN: Static file not found: /
[23:47:14.000] WARN: Static file not found: /
[23:47:18.000] WARN: Static file not found: /
[23:47:22.000] WARN: Static file not found: /
[23:47:26.000] WARN: Static file not found: /
[23:47:30.000] WARN: Static file not found: /
[23:47:34.000] WARN: Static file not found: /
[23:47:38.000] WARN: Static file not found: /
[23:47:42.000] WARN: Static file not found: /
[23:47:46.000] WARN: Static file not found: /
[23:47:50.000] WARN: Static file not found: /
[23:47:54.000] WARN: Static file not found: /
[23:47:58.000] WARN: Static file not found: /
[23:48:02.000] WARN: Static file not found: /
[23:48:06.000] WARN: Static file not found: /
[23:48:10.000] WARN: Static file not found: /
[23:48:14.000] WARN: Static file not found: /
[23:48:18.000] WARN: Static file not found: /
[23:48:22.000] WARN: Static file not found: /
[23:48:26.000] WARN: Static file not found: /
[23:48:30.000] WARN: Static file not found: /
[23:48:34.000] WARN: Static file not found: /
[23:48:38.000] WARN: Static file not found: /
[23:48:42.000] WARN: Static file not found: /
[23:48:46.000] WARN: Static file not found: /
[23:48:50.000] WARN: Static file not found: /
[23:48:54.000] WARN: Static file not found: /
[23:48:58.000] WARN: Static file not found: /
[23:49:02.000] WARN: Static file not found: /
[23:49:06.000] WARN: Static file not found: /
[23:49:10.000] WARN: Static file not found: /
[23:49:14.000] WARN: Static file not found: /
[23:49:18.000] WARN: Static file not found: /
[23:49:22.000] WARN: Static file not found: /
[23:49:26.000] WARN: Static file not found: /
[23:49:30.000] WARN: Static file not found: /
[23:49:34.000] WARN: Static file not found: /
[23:49:38.000] WARN: Static file not found: /
[23:49:42.000] WARN: Static file not found: /
[23:49:47.000] WARN: Static file not found: /
[23:49:50.000] WARN: Static file not found: /
[23:49:54.000] WARN: Static file not found: /
[23:49:58.000] WARN: Static file not found: /
[23:50:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:50:02.000] WARN: Static file not found: /
[23:50:06.000] WARN: Static file not found: /
[23:50:10.000] WARN: Static file not found: /
[23:50:14.000] WARN: Static file not found: /
[23:50:18.000] WARN: Static file not found: /
[23:50:22.000] WARN: Static file not found: /
[23:50:26.000] WARN: Static file not found: /
[23:50:30.000] WARN: Static file not found: /
[23:50:34.000] WARN: Static file not found: /
[23:50:38.000] WARN: Static file not found: /
[23:50:42.000] WARN: Static file not found: /
[23:50:46.000] WARN: Static file not found: /
[23:50:50.000] WARN: Static file not found: /
[23:50:54.000] WARN: Static file not found: /
[23:50:58.000] WARN: Static file not found: /
[23:51:02.000] WARN: Static file not found: /
[23:51:06.000] WARN: Static file not found: /
[23:51:10.000] WARN: Static file not found: /
[23:51:14.000] WARN: Static file not found: /
[23:51:18.000] WARN: Static file not found: /
[23:51:22.000] WARN: Static file not found: /
[23:51:26.000] WARN: Static file not found: /
[23:51:30.000] WARN: Static file not found: /
[23:51:34.000] WARN: Static file not found: /
[23:51:38.000] WARN: Static file not found: /
[23:51:42.000] WARN: Static file not found: /
[23:51:46.000] WARN: Static file not found: /
[23:51:50.000] WARN: Static file not found: /
[23:51:54.000] WARN: Static file not found: /
[23:51:58.000] WARN: Static file not found: /
[23:52:02.000] WARN: Static file not found: /
[23:52:06.000] WARN: Static file not found: /
[23:52:10.000] WARN: Static file not found: /
[23:52:14.000] WARN: Static file not found: /
[23:52:18.000] WARN: Static file not found: /
[23:52:22.000] WARN: Static file not found: /
[23:52:26.000] WARN: Static file not found: /
[23:52:30.000] WARN: Static file not found: /
[23:52:34.000] WARN: Static file not found: /
[23:52:38.000] WARN: Static file not found: /
[23:52:42.000] WARN: Static file not found: /
[23:52:46.000] WARN: Static file not found: /
[23:52:50.000] WARN: Static file not found: /
[23:52:54.000] WARN: Static file not found: /
[23:52:58.000] WARN: Static file not found: /
[23:53:02.000] WARN: Static file not found: /
[23:53:07.000] WARN: Static file not found: /
[23:53:10.000] WARN: Static file not found: /
[23:53:15.000] WARN: Static file not found: /
[23:53:18.000] WARN: Static file not found: /
[23:53:22.000] WARN: Static file not found: /
[23:53:26.000] WARN: Static file not found: /
[23:53:30.000] WARN: Static file not found: /
[23:53:34.000] WARN: Static file not found: /
[23:53:38.000] WARN: Static file not found: /
[23:53:42.000] WARN: Static file not found: /
[23:53:46.000] WARN: Static file not found: /
[23:53:50.000] WARN: Static file not found: /
[23:53:55.000] WARN: Static file not found: /
[23:53:58.000] WARN: Static file not found: /
[23:54:02.000] WARN: Static file not found: /
[23:54:06.000] WARN: Static file not found: /
[23:54:10.000] WARN: Static file not found: /
[23:54:14.000] WARN: Static file not found: /
[23:54:18.000] WARN: Static file not found: /
[23:54:22.000] WARN: Static file not found: /
[23:54:26.000] WARN: Static file not found: /
[23:54:30.000] WARN: Static file not found: /
[23:54:34.000] WARN: Static file not found: /
[23:54:38.000] WARN: Static file not found: /
[23:54:42.000] WARN: Static file not found: /
[23:54:46.000] WARN: Static file not found: /
[23:54:50.000] WARN: Static file not found: /
[23:54:54.000] WARN: Static file not found: /
[23:54:58.000] WARN: Static file not found: /
[23:55:00.000] INFO: No unpaid bookings found for auto-cancellation.
[23:55:02.000] WARN: Static file not found: /
[23:55:06.000] WARN: Static file not found: /
[23:55:10.000] WARN: Static file not found: /
[23:55:14.000] WARN: Static file not found: /
[23:55:18.000] WARN: Static file not found: /
[23:55:22.000] WARN: Static file not found: /
[23:55:26.000] WARN: Static file not found: /
[23:55:30.000] WARN: Static file not found: /
[23:55:34.000] WARN: Static file not found: /
[23:55:38.000] WARN: Static file not found: /
[23:55:42.000] WARN: Static file not found: /
[23:55:46.000] WARN: Static file not found: /
[23:55:50.000] WARN: Static file not found: /
[23:55:54.000] WARN: Static file not found: /
[23:55:58.000] WARN: Static file not found: /
[23:56:02.000] WARN: Static file not found: /
[23:56:06.000] WARN: Static file not found: /
[23:56:10.000] WARN: Static file not found: /
[23:56:14.000] WARN: Static file not found: /
[23:56:18.000] WARN: Static file not found: /
[23:56:22.000] WARN: Static file not found: /
[23:56:26.000] WARN: Static file not found: /
[23:56:30.000] WARN: Static file not found: /
[23:56:34.000] WARN: Static file not found: /
[23:56:38.000] WARN: Static file not found: /
[23:56:42.000] WARN: Static file not found: /
[23:56:46.000] WARN: Static file not found: /
[23:56:50.000] WARN: Static file not found: /
[23:56:54.000] WARN: Static file not found: /
[23:56:58.000] WARN: Static file not found: /
[23:57:02.000] WARN: Static file not found: /
[23:57:06.000] WARN: Static file not found: /
[23:57:10.000] WARN: Static file not found: /
[23:57:14.000] WARN: Static file not found: /
[23:57:18.000] WARN: Static file not found: /
[23:57:22.000] WARN: Static file not found: /
[23:57:26.000] WARN: Static file not found: /
[23:57:30.000] WARN: Static file not found: /
[23:57:34.000] WARN: Static file not found: /
[23:57:38.000] WARN: Static file not found: /
[23:57:42.000] WARN: Static file not found: /
[23:57:46.000] WARN: Static file not found: /
[23:57:50.000] WARN: Static file not found: /
[23:57:54.000] WARN: Static file not found: /
[23:57:58.000] WARN: Static file not found: /
[23:58:02.000] WARN: Static file not found: /
[23:58:06.000] WARN: Static file not found: /
[23:58:10.000] WARN: Static file not found: /
[23:58:14.000] WARN: Static file not found: /
[23:58:18.000] WARN: Static file not found: /
[23:58:22.000] WARN: Static file not found: /
[23:58:26.000] WARN: Static file not found: /
[23:58:30.000] WARN: Static file not found: /
[23:58:34.000] WARN: Static file not found: /
[23:58:38.000] WARN: Static file not found: /
[23:58:42.000] WARN: Static file not found: /
[23:58:46.000] WARN: Static file not found: /
[23:58:50.000] WARN: Static file not found: /
[23:58:54.000] WARN: Static file not found: /
[23:58:58.000] WARN: Static file not found: /
[23:59:02.000] WARN: Static file not found: /
[23:59:06.000] WARN: Static file not found: /
[23:59:10.000] WARN: Static file not found: /
[23:59:14.000] WARN: Static file not found: /
[23:59:18.000] WARN: Static file not found: /
[23:59:22.000] WARN: Static file not found: /
[23:59:26.000] WARN: Static file not found: /
[23:59:30.000] WARN: Static file not found: /
[23:59:34.000] WARN: Static file not found: /
[23:59:38.000] WARN: Static file not found: /
[23:59:42.000] WARN: Static file not found: /
[23:59:46.000] WARN: Static file not found: /
[23:59:50.000] WARN: Static file not found: /
[23:59:54.000] WARN: Static file not found: /
[23:59:58.000] WARN: Static file not found: /
[00:00:00.000] INFO: No unpaid bookings found for auto-cancellation.
[00:00:00.000] INFO: Bookings cancelled (For Approval, past check-in): 0
[00:00:02.000] WARN: Static file not found: /
[00:00:06.000] WARN: Static file not found: /
[00:00:10.000] WARN: Static file not found: /
[00:00:14.000] WARN: Static file not found: /
[00:00:18.000] WARN: Static file not found: /
[00:00:22.000] WARN: Static file not found: /
[00:00:26.000] WARN: Static file not found: /
[00:00:30.000] WARN: Static file not found: /
[00:00:34.000] WARN: Static file not found: /
[00:00:38.000] WARN: Static file not found: /
[00:00:42.000] WARN: Static file not found: /
[00:00:46.000] WARN: Static file not found: /
[00:00:50.000] WARN: Static file not found: /
[00:00:54.000] WARN: Static file not found: /
[00:00:58.000] WARN: Static file not found: /
[00:01:03.000] WARN: Static file not found: /
[00:01:06.000] WARN: Static file not found: /
[00:01:10.000] WARN: Static file not found: /
[00:01:14.000] WARN: Static file not found: /
[00:01:18.000] WARN: Static file not found: /
[00:01:22.000] WARN: Static file not found: /
[00:01:26.000] WARN: Static file not found: /
[00:01:30.000] WARN: Static file not found: /
[00:01:34.000] WARN: Static file not found: /
[00:01:38.000] WARN: Static file not found: /
[00:01:42.000] WARN: Static file not found: /
[00:01:46.000] WARN: Static file not found: /
[00:01:50.000] WARN: Static file not found: /
[00:01:54.000] WARN: Static file not found: /
[00:01:58.000] WARN: Static file not found: /
[00:02:02.000] WARN: Static file not found: /
[00:02:06.000] WARN: Static file not found: /
[00:02:10.000] WARN: Static file not found: /
[00:02:14.000] WARN: Static file not found: /
[00:02:18.000] WARN: Static file not found: /
[00:02:23.000] WARN: Static file not found: /
[00:02:26.000] WARN: Static file not found: /
[00:02:30.000] WARN: Static file not found: /
[00:02:34.000] WARN: Static file not found: /
[00:02:38.000] WARN: Static file not found: /
[00:02:42.000] WARN: Static file not found: /
[00:02:46.000] WARN: Static file not found: /
[00:02:50.000] WARN: Static file not found: /
[00:02:54.000] WARN: Static file not found: /
[00:02:58.000] WARN: Static file not found: /
[00:03:02.000] WARN: Static file not found: /
[00:03:06.000] WARN: Static file not found: /
[00:03:10.000] WARN: Static file not found: /
[00:03:14.000] WARN: Static file not found: /
[00:03:18.000] WARN: Static file not found: /
[00:03:22.000] WARN: Static file not found: /
[00:03:26.000] WARN: Static file not found: /
[00:03:30.000] WARN: Static file not found: /
[00:03:34.000] WARN: Static file not found: /
[00:03:38.000] WARN: Static file not found: /
[00:03:42.000] WARN: Static file not found: /
[00:03:46.000] WARN: Static file not found: /
[00:03:50.000] WARN: Static file not found: /
[00:03:54.000] WARN: Static file not found: /
[00:03:58.000] WARN: Static file not found: /
[00:04:02.000] WARN: Static file not found: /
[00:04:06.000] WARN: Static file not found: /
[00:04:10.000] WARN: Static file not found: /
[00:04:14.000] WARN: Static file not found: /
[00:04:18.000] WARN: Static file not found: /
[00:04:22.000] WARN: Static file not found: /
[00:04:26.000] WARN: Static file not found: /
[00:04:30.000] WARN: Static file not found: /
[00:04:34.000] WARN: Static file not found: /
[00:04:38.000] WARN: Static file not found: /
[00:04:42.000] WARN: Static file not found: /
[00:04:46.000] WARN: Static file not found: /
[00:04:50.000] WARN: Static file not found: /
[00:04:54.000] WARN: Static file not found: /
[00:04:58.000] WARN: Static file not found: /
[00:05:00.000] INFO: No unpaid bookings found for auto-cancellation.
[00:05:02.000] WARN: Static file not found: /
[00:05:06.000] WARN: Static file not found: /
[00:05:10.000] WARN: Static file not found: /
[00:05:14.000] WARN: Static file not found: /
[00:05:18.000] WARN: Static file not found: /
[00:05:22.000] WARN: Static file not found: /
[00:05:26.000] WARN: Static file not found: /
[00:05:30.000] WARN: Static file not found: /
[00:05:34.000] WARN: Static file not found: /
[00:05:38.000] WARN: Static file not found: /
[00:05:42.000] WARN: Static file not found: /
[00:05:46.000] WARN: Static file not found: /
[00:05:50.000] WARN: Static file not found: /
[00:05:54.000] WARN: Static file not found: /
[00:05:58.000] WARN: Static file not found: /
[00:06:02.000] WARN: Static file not found: /
[00:06:06.000] WARN: Static file not found: /
[00:06:10.000] WARN: Static file not found: /
[00:06:14.000] WARN: Static file not found: /
[00:06:18.000] WARN: Static file not found: /
[00:06:23.000] WARN: Static file not found: /
[00:06:26.000] WARN: Static file not found: /
[00:06:31.000] WARN: Static file not found: /
[00:06:34.000] WARN: Static file not found: /
[00:06:38.000] WARN: Static file not found: /
[00:06:42.000] WARN: Static file not found: /
[00:06:46.000] WARN: Static file not found: /
[00:06:50.000] WARN: Static file not found: /
[00:06:54.000] WARN: Static file not found: /
[00:06:58.000] WARN: Static file not found: /
[00:07:02.000] WARN: Static file not found: /
[00:07:06.000] WARN: Static file not found: /
[00:07:10.000] WARN: Static file not found: /
[00:07:14.000] WARN: Static file not found: /
[00:07:19.000] WARN: Static file not found: /
[00:07:22.000] WARN: Static file not found: /
[00:07:26.000] WARN: Static file not found: /
[00:07:30.000] WARN: Static file not found: /
[00:07:35.000] WARN: Static file not found: /
[00:07:38.000] WARN: Static file not found: /
[00:07:42.000] WARN: Static file not found: /
[00:07:46.000] WARN: Static file not found: /
[00:07:50.000] WARN: Static file not found: /
[00:07:54.000] WARN: Static file not found: /
[00:07:58.000] WARN: Static file not found: /
[00:08:02.000] WARN: Static file not found: /
[00:08:06.000] WARN: Static file not found: /
[00:08:10.000] WARN: Static file not found: /
[00:08:14.000] WARN: Static file not found: /
[00:08:18.000] WARN: Static file not found: /
[00:08:22.000] WARN: Static file not found: /
[00:08:26.000] WARN: Static file not found: /
[00:08:30.000] WARN: Static file not found: /
[00:08:34.000] WARN: Static file not found: /
[00:08:38.000] WARN: Static file not found: /
[00:08:42.000] WARN: Static file not found: /
[00:08:46.000] WARN: Static file not found: /
[00:08:50.000] WARN: Static file not found: /
[00:08:54.000] WARN: Static file not found: /
[00:08:58.000] WARN: Static file not found: /
[00:09:02.000] WARN: Static file not found: /
[00:09:06.000] WARN: Static file not found: /
[00:09:10.000] WARN: Static file not found: /
[00:09:14.000] WARN: Static file not found: /
[00:09:18.000] WARN: Static file not found: /
[00:09:22.000] WARN: Static file not found: /
[00:09:26.000] WARN: Static file not found: /
[00:09:30.000] WARN: Static file not found: /
[00:09:34.000] WARN: Static file not found: /
[00:09:38.000] WARN: Static file not found: /
[00:09:42.000] WARN: Static file not found: /
[00:09:46.000] WARN: Static file not found: /
[00:09:50.000] WARN: Static file not found: /
[00:09:54.000] WARN: Static file not found: /
[00:09:58.000] WARN: Static file not found: /
[00:10:00.000] INFO: No unpaid bookings found for auto-cancellation.
[00:10:02.000] WARN: Static file not found: /
[00:10:06.000] WARN: Static file not found: /
[00:10:10.000] WARN: Static file not found: /
[00:10:14.000] WARN: Static file not found: /
[00:10:18.000] WARN: Static file not found: /
[00:10:22.000] WARN: Static file not found: /
[00:10:26.000] WARN: Static file not found: /
[00:10:30.000] WARN: Static file not found: /
[00:10:34.000] WARN: Static file not found: /
[00:10:39.000] WARN: Static file not found: /
[00:10:42.000] WARN: Static file not found: /
[00:10:46.000] WARN: Static file not found: /
[00:10:50.000] WARN: Static file not found: /
[00:10:54.000] WARN: Static file not found: /
[00:10:58.000] WARN: Static file not found: /
[00:11:02.000] WARN: Static file not found: /
[00:11:06.000] WARN: Static file not found: /
[00:11:10.000] WARN: Static file not found: /
[00:11:14.000] WARN: Static file not found: /
[00:11:18.000] WARN: Static file not found: /
[00:11:22.000] WARN: Static file not found: /
[00:11:26.000] WARN: Static file not found: /
[00:11:30.000] WARN: Static file not found: /
[00:11:34.000] WARN: Static file not found: /
[00:11:38.000] WARN: Static file not found: /
[00:11:42.000] WARN: Static file not found: /
[00:11:46.000] WARN: Static file not found: /
[00:11:50.000] WARN: Static file not found: /
[00:11:54.000] WARN: Static file not found: /
[00:11:58.000] WARN: Static file not found: /
[00:12:02.000] WARN: Static file not found: /
[00:12:06.000] WARN: Static file not found: /
[00:12:10.000] WARN: Static file not found: /
[00:12:14.000] WARN: Static file not found: /
[00:12:18.000] WARN: Static file not found: /
[00:12:22.000] WARN: Static file not found: /
[00:12:26.000] WARN: Static file not found: /
[00:12:30.000] WARN: Static file not found: /
[00:12:34.000] WARN: Static file not found: /
[00:12:38.000] WARN: Static file not found: /
[00:12:42.000] WARN: Static file not found: /
[00:12:46.000] WARN: Static file not found: /
[00:12:50.000] WARN: Static file not found: /
[00:12:54.000] WARN: Static file not found: /
[00:12:58.000] WARN: Static file not found: /
[00:13:03.000] WARN: Static file not found: /
[00:13:06.000] WARN: Static file not found: /
[00:13:10.000] WARN: Static file not found: /
[00:13:14.000] WARN: Static file not found: /
[00:13:18.000] WARN: Static file not found: /
[00:13:22.000] WARN: Static file not found: /
[00:13:26.000] WARN: Static file not found: /
[00:13:30.000] WARN: Static file not found: /
[00:13:34.000] WARN: Static file not found: /
[00:13:38.000] WARN: Static file not found: /
[00:13:42.000] WARN: Static file not found: /
[00:13:46.000] WARN: Static file not found: /
[00:13:50.000] WARN: Static file not found: /
[00:13:54.000] WARN: Static file not found: /
[00:13:58.000] WARN: Static file not found: /
[00:14:02.000] WARN: Static file not found: /
[00:14:06.000] WARN: Static file not found: /
[00:14:10.000] WARN: Static file not found: /
[00:14:14.000] WARN: Static file not found: /
[00:14:18.000] WARN: Static file not found: /
[00:14:22.000] WARN: Static file not found: /
[00:14:26.000] WARN: Static file not found: /
[00:14:31.000] WARN: Static file not found: /
[00:14:34.000] WARN: Static file not found: /
[00:14:38.000] WARN: Static file not found: /
[00:14:42.000] WARN: Static file not found: /
[00:14:46.000] WARN: Static file not found: /
[00:14:50.000] WARN: Static file not found: /
[00:14:54.000] WARN: Static file not found: /
[00:14:58.000] WARN: Static file not found: /
[00:15:00.000] INFO: No unpaid bookings found for auto-cancellation.
[00:15:00.000] INFO: Bookings set to Ongoing (check-in started, not yet checked out): 0
[00:15:02.000] WARN: Static file not found: /
[00:15:06.000] WARN: Static file not found: /
[00:15:10.000] WARN: Static file not found: /
[00:15:14.000] WARN: Static file not found: /
[00:15:18.000] WARN: Static file not found: /
[00:15:22.000] WARN: Static file not found: /
[00:15:26.000] WARN: Static file not found: /
[00:15:30.000] WARN: Static file not found: /
[00:15:34.000] WARN: Static file not found: /
[00:15:38.000] WARN: Static file not found: /
[00:15:42.000] WARN: Static file not found: /
[00:15:46.000] WARN: Static file not found: /
[00:15:50.000] WARN: Static file not found: /
[00:15:54.000] WARN: Static file not found: /
[00:15:58.000] WARN: Static file not found: /
[00:16:02.000] WARN: Static file not found: /
[00:16:06.000] WARN: Static file not found: /
[00:16:10.000] WARN: Static file not found: /
[00:16:14.000] WARN: Static file not found: /
[00:16:18.000] WARN: Static file not found: /
[00:16:22.000] WARN: Static file not found: /
[00:16:26.000] WARN: Static file not found: /
[00:16:30.000] WARN: Static file not found: /
[00:16:34.000] WARN: Static file not found: /
[00:16:38.000] WARN: Static file not found: /
[00:16:42.000] WARN: Static file not found: /
[00:16:46.000] WARN: Static file not found: /
[00:16:50.000] WARN: Static file not found: /
[00:16:54.000] WARN: Static file not found: /
[00:16:58.000] WARN: Static file not found: /
[00:17:02.000] WARN: Static file not found: /
[00:17:06.000] WARN: Static file not found: /
[00:17:10.000] WARN: Static file not found: /
[00:17:14.000] WARN: Static file not found: /
[00:17:18.000] WARN: Static file not found: /
[00:17:22.000] WARN: Static file not found: /
[00:17:26.000] WARN: Static file not found: /
[00:17:30.000] WARN: Static file not found: /
[00:17:34.000] WARN: Static file not found: /
[00:17:38.000] WARN: Static file not found: /
[00:17:42.000] WARN: Static file not found: /
[00:17:46.000] WARN: Static file not found: /
[00:17:50.000] WARN: Static file not found: /
[00:17:54.000] WARN: Static file not found: /
[00:17:58.000] WARN: Static file not found: /
[00:18:02.000] WARN: Static file not found: /
[00:18:06.000] WARN: Static file not found: /
[00:18:10.000] WARN: Static file not found: /
[00:18:14.000] WARN: Static file not found: /
[00:18:18.000] WARN: Static file not found: /
[00:18:22.000] WARN: Static file not found: /
[00:18:26.000] WARN: Static file not found: /
[00:18:30.000] WARN: Static file not found: /
[00:18:34.000] WARN: Static file not found: /
[00:18:38.000] WARN: Static file not found: /
[00:18:42.000] WARN: Static file not found: /
[00:18:46.000] WARN: Static file not found: /
[00:18:50.000] WARN: Static file not found: /
[00:18:54.000] WARN: Static file not found: /
[00:18:58.000] WARN: Static file not found: /
[00:19:02.000] WARN: Static file not found: /
[00:19:06.000] WARN: Static file not found: /
[00:19:10.000] WARN: Static file not found: /
[00:19:14.000] WARN: Static file not found: /
[00:19:18.000] WARN: Static file not found: /
[00:19:22.000] WARN: Static file not found: /
[00:19:26.000] WARN: Static file not found: /
[00:19:30.000] WARN: Static file not found: /
[00:19:34.000] WARN: Static file not found: /
[00:19:38.000] WARN: Static file not found: /
[00:19:42.000] WARN: Static file not found: /
[00:19:46.000] WARN: Static file not found: /
[00:19:50.000] WARN: Static file not found: /
[00:19:54.000] WARN: Static file not found: /
[00:19:58.000] WARN: Static file not found: /
[00:20:00.000] INFO: No unpaid bookings found for auto-cancellation.
[00:20:02.000] WARN: Static file not found: /
